Re: Problem while creating mysql interpreter

2016-08-13 Thread moon soo Lee
Hi, Regarding java.lang.ClassNotFoundException: org.apache.hadoop.security. UserGroupInformation$AuthenticationMethod error, I assume you're using master branch. (0.6.x branch shouldn't have this error) You can add "org.apache.hadoop:hadoop-common:2.7.2" in the Dependencies section of your interpr

Re: Problem while creating mysql interpreter

2016-08-13 Thread Ram Shankar Yadav
Thanks Moon, appreciate your support! I'll try and get back to you if required. On Aug 13, 2016 5:23 PM, "moon soo Lee" wrote: > Hi, > > Regarding java.lang.ClassNotFoundException: org.apache.hadoop.security.Use > rGroupInformation$AuthenticationMethod error, I assume you're using > master branc

Re: show() function not found by the python interpreter after modifying the source code

2016-08-13 Thread Alexander Bezzubov
Hi Alex, answer inline On Sat, Aug 13, 2016 at 1:15 PM, Goodman, Alexander (398K) wrote: > Thank you guys for the responses. > > I wonder how much the editor has to do with it since I was able to get my > changes to work (ie the ones in my PR) after manually adding them in a > vanilla editor (I

Re: show() function not found by the python interpreter after modifying the source code

2016-08-13 Thread Goodman, Alexander (398K)
Hi Alex, On Sat, Aug 13, 2016 at 7:53 PM, Alexander Bezzubov wrote: > > Hi Alex, > answer inline > > On Sat, Aug 13, 2016 at 1:15 PM, Goodman, Alexander (398K) < alexander.good...@jpl.nasa.gov> wrote: >> >> Thank you guys for the responses. >> >> I wonder how much the editor has to do with it

installing and running zeppelin on mac OS X

2016-08-13 Thread Scott C. Cote
Hello, I’m trying to make Zeppelin via git/maven on my macbook air and the install fails with maven complaining at the “web application” project…. [INFO] Copying zeppelin-alluxio-0.7.0-SNAPSHOT.jar to /Users/scottccote/DownloadInstalled/apache-zeppelin-0.6/zeppelin/alluxio/target/../../interpre

Re: installing and running zeppelin on mac OS X

2016-08-13 Thread Scott C. Cote
solved the problem. traced the culprit to the .npm folder - for some reason, root owned the folders under it. changed the ownership to my user and group and all the problems went away …. SCott Scott C. Cote scottcc...@gmail.com 972.672.6484 > On Aug 14, 2016, at 12:35 AM, Scott C. Cote wro