Re: Error in building Zeppelin

2016-12-07 Thread Nabajyoti Dash
npm install --save-dev grunt-wiredep bower install jquery --save --allow-root grunt wiredep The above three commands made my things done. -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Error-in-building-Zeppelin-tp4668p4701.html Sent

Re: Job failed: Implementing class

2016-12-07 Thread Jeff Zhang
Can you try to build it with spark 1.6 and scala-2.10 ? Facundo Bianco 于2016年12月8日周四 上午8:32写道: > Jianfeng (Jeff) Zhang wrote: > > Do you use zeppelin binary distribution or build it by yourself ? > > I used the binary distribution with all interpreters. > > > -- > Facundo

Re: Job failed: Implementing class

2016-12-07 Thread Jianfeng (Jeff) Zhang
Do you use zeppelin binary distribution or build it by yourself ? Best Regard, Jeff Zhang From: Facundo Bianco > Reply-To: "users@zeppelin.apache.org"

Job failed: Implementing class

2016-12-07 Thread Facundo Bianco
Hi there, On HDP 2.4 I've installed Zeppelin 0.6.1 with Spark interpreter built with Scala 2.10. (Spark version is 1.6.1.) All interpreters work well but the Spark interpreter fails. The error in log message is: > ERROR [2016-12-07 15:57:40,512] ({pool-2-thread-2} Job.java[run]:189) - Job

Where can I find out if connection passwords are salted?

2016-12-07 Thread Chris M. Balz
Where can I find out about the security of saved passwords for connections, such as for jdbc?  For example, where can I find out if connection passwords are salted?  I have searched the source code and cannot tell from that.