Seeing error messages from html

2015-07-09 Thread Wood, Dean Jr (GE Oil & Gas)
Hi, I’m still fighting with getting D3 to plot reliably in the notebook. I am greatly hampered in this by a complete lack of error messages to tell me what is going on. I have looked in all of the files in the zeppelin/logs directory and get nothing useful. Is there somewhere I have missed that

Re: Seeing error messages from html

2015-07-09 Thread Corneau Damien
Hi, Since you are doing web development, all the debug and error will appear in the developer tool console of your web browser. Also keep in mind that D3 is already included in zeppelin by default (no need to include it again) On Thu, Jul 9, 2015 at 6:56 PM, Wood, Dean Jr (GE Oil & Gas) < dean1.w

Hive on Spark

2015-07-09 Thread Abhi Basu
How to use Hive on Spark from within Zeppelin? We are using Cdh5.4 where we are able to enable HOS and I can enable this in hive cli by setting hive.execution.engine=spark and see the differences in query times. Queries in Zeppelin executes on MR instead.  Hive configuration file in Zeppel

Re: zeppelin-start fails

2015-07-09 Thread moon soo Lee
Hi, I think it depends on how your zeppelin-start script is written. Trying to use absolute path to bin/zeppelin-daemon.sh in your script. Thanks, moon On Wed, Jul 8, 2015 at 11:03 PM IT CTO wrote: > Hi, > I noticed that we have a zeppelin-start script in the root directory of > zeppelin > bu

Re: Not able to see registered table records and Pyspark not working

2015-07-09 Thread moon soo Lee
You can still manually configure all the environment variables and properties for pyspark, but it is suggested to build with -Ppyspark from now. Thanks, moon On Wed, Jul 8, 2015 at 10:59 PM IT CTO wrote: > Does this means that everyone who wants pySpark to work should use this > option in the b

Re: zeppelin-start fails

2015-07-09 Thread IT CTO
I did not write these script files, I was sure they are generated by the build process. Eran On Thu, Jul 9, 2015 at 5:49 PM moon soo Lee wrote: > Hi, > > I think it depends on how your zeppelin-start script is written. > Trying to use absolute path to bin/zeppelin-daemon.sh in your script. > > T

Re: zeppelin-start fails

2015-07-09 Thread IT CTO
sorry, my bad... it is my macro :-) On Thu, Jul 9, 2015 at 5:55 PM IT CTO wrote: > I did not write these script files, I was sure they are generated by the > build process. > Eran > > On Thu, Jul 9, 2015 at 5:49 PM moon soo Lee wrote: > >> Hi, >> >> I think it depends on how your zeppelin-start

Re: zeppelin-start fails

2015-07-09 Thread moon soo Lee
:-) On Thu, Jul 9, 2015 at 8:12 AM IT CTO wrote: > sorry, my bad... it is my macro :-) > > On Thu, Jul 9, 2015 at 5:55 PM IT CTO wrote: > >> I did not write these script files, I was sure they are generated by the >> build process. >> Eran >> >> On Thu, Jul 9, 2015 at 5:49 PM moon soo Lee wrot

CDH5.3 spark 1.2.1 issue with Zeppelin

2015-07-09 Thread Illu Ying
Hi there: I also meet the issue which already be mentioned here: https://github.com/NFLabs/zeppelin/issues/368 Is there any solution for this case? Thanks in advance. Thanks Illu

RE: Zeppelin build failed with npm error

2015-07-09 Thread Vadla, Karthik
Hi All, Still my issue is not resolved. I took the latest master copy of zeppelin and trying to build with Maven, still the build fails with npm error. I just tried to run “npm install bower –g” [cid:image001.png@01D0BA50.B7F5BE70] Even this throws the error. I did configure my proxies in .npmr

Re: Zeppelin build failed with npm error

2015-07-09 Thread Illu Ying
cd zeppelin-web npm install On Wed, Jul 8, 2015 at 2:57 PM, Vadla, Karthik wrote: > Hello All, > > > > Suddenly I’m getting this error. > > *Failed to execute goal > com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on > project zeppelin-web: Failed to run task: 'npm install

Provide binaries

2015-07-09 Thread Abhi Basu
Can you please provide binaries for Zeppelin? People are having lots of trouble building with all the dependencies,  as I am reading in this forum. Maybe at least for the prominent distros like Horton and cloudera.  Thanks  Abhi  Sent via the Samsung Galaxy Note®, an AT&T 4G LTE smartphon

Re: Provide binaries

2015-07-09 Thread Illu Ying
+1 On Thu, Jul 9, 2015 at 3:28 PM, Abhi Basu <9000r...@gmail.com> wrote: > > Can you please provide binaries for Zeppelin? People are having lots of > trouble building with all the dependencies, as I am reading in this forum. > Maybe at least for the prominent distros like Horton and cloudera. >

PySpark RDD method errors

2015-07-09 Thread Chad Timmins
Hi, When I run the filter() method on an RDD object and then try to print its results using collect(), I get a Py4JJavaError. It is not only filter but other methods that cause similar errors and I cannot figure out what is causing this. PySpark from the command line works fine, but it does n

Re: Provide binaries

2015-07-09 Thread Alexander Bezzubov
Hi, thank you for asking! We definitely looking into providing a convenience binaries for the release, as soon as it is out. Stay tuned! On Fri, Jul 10, 2015 at 7:30 AM, Illu Ying wrote: > +1 > > On Thu, Jul 9, 2015 at 3:28 PM, Abhi Basu <9000r...@gmail.com> wrote: >> >> >> Can you please prov

Re: Not able to see registered table records and Pyspark not working

2015-07-09 Thread Alexander Bezzubov
Hi, please mind that flag -Pyspark will download full spark binary distribution, so it might take a while for the first time you do it. That was the main reason behind hiding it under the separate profile. On Thu, Jul 9, 2015 at 11:53 PM, moon soo Lee wrote: > You can still manually configure

Re: Hive on Spark

2015-07-09 Thread felixcheung_m
Could you set the execution engine using thesetConf method on SQLContext or by running SET key=value commands using SQL statement? On Thu, Jul 9, 2015 at 7:09 AM -0700, "Abhi Basu" <9000r...@gmail.com> wrote: How to use Hive on Spark from within Zeppelin? We are using Cdh5.4 where we are a

RE: Provide binaries

2015-07-09 Thread nate
The Bigtop group is working towards 1.0 release. After that’s out sights will be set on 1.1. There is already a jira/patch for introducing zepellin into Bigtop: https://issues.apache.org/jira/browse/BIGTOP-1769 We will update with whatever the latest zeppelin is at the time of working o