Skip to content

Commit

Permalink
Add Apache Zeppelin 0.8.0 (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape authored and rasa committed Jul 2, 2018
1 parent 8b98aa0 commit c911e41
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions zeppelin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"homepage": "https://zeppelin.apache.org/",
"version": "0.8.0",
"license": "Apache-2.0",
"url": "https://archive.apache.org/dist/zeppelin/zeppelin-0.8.0/zeppelin-0.8.0-bin-all.tgz#/zeppelin.tar.gz",
"hash": "sha512:27b74460a0da5780e273869801fb438c405bd70aaee0679bc9de761371964938859529cb2510e9af18451b2384393562f2eed7988d7619dfd8a5ac73654dd4ca",
"extract_dir": "zeppelin-0.8.0-bin-all",
"env_add_path": "bin",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"url": "https://zeppelin.apache.org/download.html",
"re": "zeppelin-([\\d.]+)-bin-all.tgz"
},
"autoupdate": {
"url": "https://archive.apache.org/dist/zeppelin/zeppelin-$version/zeppelin-$version-bin-all.tgz#/zeppelin.tar.gz",
"extract_dir": "zeppelin-$version-bin-all",
"hash": {
"url": "$url.sha512"
}
},
"persist": [
"conf",
"notebook"
]
}

0 comments on commit c911e41

Please sign in to comment.