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
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
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
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
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
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