Re: [DISCUSS] Update Roadmap

2016-03-30 Thread rohit choudhary
e documentation attached and it looks very promising and spark > interpreter based on Livy is interesting! > Thanks for sharing the document. > > Do you have any plan to contribute code? > > Thanks, > moon > > > On Tue, Mar 29, 2016 at 5:50 AM rohit choudhary <rcon

Re: [DISCUSS] Update Roadmap

2016-03-29 Thread rohit choudhary
the next >>> version after MapR 5.1? >>> >>> >>> >>> We see in Hue 3.9 that it provides notebooks for R Shell, Python Shell, >>> PySpark, SparkR, Hive SQL, Impala SQL, and Spark SQL, but no Drill SQL >>> notebook. >>> &

Re: Zeppelin-web

2016-02-22 Thread rohit choudhary
Just mvn package inside zeppelin-web. On Mon, Feb 22, 2016 at 4:26 AM, Ankur Jain wrote: > Hello Team, > > > > I am doing some customization in zeppelin-web locally, which require to > edit some changes and then build complete sourceā€¦ > > Is there any way, instead of

Re: Failed to build zeppelin-web on master

2016-01-12 Thread rohit choudhary
There's an even better solution here that doesn't force you to skip tests. You can use an overrides section (found on https://github.com/ajaxorg/ace-builds/issues/20) Add the following section to your project's bower.json ..."overrides": { "jquery": { "main": "dist/jquery.js" }}

Re: Shameless self promotion, I made a tutorial

2015-11-03 Thread rohit choudhary
Hi Trevor, This could be useful for a lot of people starting off on zeppelin. Could you also include installation on non VB env? Also a lot of users have complained of the zeppeling-web folder creating issues because of phantomjs, did you encounter those issues? Or any on Grunt? It will be useful

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
dules folder does not >>>> have this folder in it. I searched and found it in the temp folder with a >>>> folder named as - (ie hypen). Any help on how to get the phantomjs problem >>>> sorted out. >>>> >>>> Thanks again >>>> &g

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
gt;> >>>>> >>>>> BUILD FAILURE >>>>> >>>>> [INFO] >>>>> >>>>> >>>>> [INFO] Total time: 31:53.919s >>>>>

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
ecuted: >>>>>> >>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2 >>>>>> -DskipTests >>>>>> >>>>>> >>>>>> But I get the error: >>>>>> >>>

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
aven-plugin:0.0.23:grunt (grunt build) on > project zeppelin-web: Failed to run task: 'grunt --force --no-color' > failed. (error code 137) -> [Help 1] > > 2015-10-27 17:08 GMT+01:00 rohit choudhary <rconl...@gmail.com>: > >> Hi Rick, >> >> What are th

Re: Help in Zeppelin installation

2015-10-26 Thread rohit choudhary
Hi Naveen, Can you run npm install inside you /zeppelin-web/ directory? If that is successful you can run - mvn package -Dskiptest -Phadoop-2.3 -Ppyspark (or whatever else you want to configure your zeppelin with). You might be missing on some npm libraries. Thanks, Rohit On Mon, Oct 26, 2015

Re: Problem Installing Zeppelin

2015-10-26 Thread rohit choudhary
Hi Pablo, The build fails because its trying to download the netty jar from - http://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar, a wget will give you a 404 here anyway. However, I'm unable to understand why would maven try to fetch the netty