发布于 2016-10-18 00:28:22 | 181 次阅读 | 评论: 0 | 来源: 网友投递
Zeppelin 云计算管理和监控客户端
Zeppelin是第一款开源的云计算管理和监控客户端,该公司希望这项新技术可以让大型IT商店更多的采用云计算。Cittio声称,它可以远程部署,而且通过了基于标准WBEM/CIM-XML和WS-Management接口访问数据的安全性保证。
Apache Zeppelin 0.6.2 发布了,更新内容如下:
改进
Spark interpreter binary is compatibile with Spark 1.6/Scala 2.10 and Spark 2.0/Scala 2.11 without rebuild
Note storage aware of user on sync
Provide shiro password encryption fucntion using hadoop commons Credential apis and jceks
Add new Shiro Realm for ZeppelinHub
Notebook versioning in ZeppelinHub Repo
修复
Adding dependency via SPARK_SUBMIT_OPTIONS doesn't work with Spark 2.0.0
Environment variable in interpreter setting doesn't take effect
Fix UDF with Spark 2.0.0
z.show() doesn't work
SparkInterpreter doesn't work with Spark2 of HDP 2.5
Make %dep work for spark 2.0.0 when SPARK_HOME is not defined
Display long interger in abbreviated format on scatterChart/stackedAreaChart
The graph legend truncates at the nearest period(.) in its grouping
Lamda expressions are not working on CDH 5.7.x Spark
已知的问题
There are two implementation of R/SparkR interpreter in Zeppelin. R interpreter built via -Pr
is not tested with Spark 2.0. R interpreter users are recommanded to build Zeppelin with -Psparkr
profile instead.