Re: Impala interpreter planned?

2016-02-19 Thread Abhi Basu
Folks, this setting seems to work, I can see the impala queries being generated. It would be nice to be able to rename this interpreter to Impala and keep the hive default one. [image: Inline image 1] On Fri, Feb 19, 2016 at 6:38 PM, Abhi Basu <9000r...@gmail.com> wrote: > Also wonderi

Impala interpreter planned?

2016-02-18 Thread Abhi Basu
Hi All: Just curious if an Impala interpreter is planned? Should be very close to the hive one (hiveserver2), just using port 21050 instead. Thanks, Abhi -- Abhi Basu

Re: Zeppelin 0.56 binaries

2016-02-18 Thread Abhi Basu
s exported in conf/zeppelin-env.sh. > > Please let us know if it does not work with CDH 5.5. > > Thanks, > moon > > > On Wed, Feb 17, 2016 at 10:19 AM Abhi Basu <9000r...@gmail.com> wrote: > >> Will the binaries work right out of the box with CDH 5.5 and S

Re: Question on running Zeppelin from Edge node

2016-02-17 Thread Abhi Basu
rn-client as > application_1455038611898_0015. Could you check the yarn application of > this app ? > > On Thu, Feb 18, 2016 at 1:26 AM, Abhi Basu <9000r...@gmail.com> wrote: > >> Additional info, installed Zeppelin 0.56 using binaries on cdh5.1 /spark >> 1.5.0 >> >

Re: Maven buld issues - how to fix?

2016-02-17 Thread Abhi Basu
installed nodejs, npm and set proxies on npm and bower. All set now. Thanks!! On Wed, Feb 17, 2016 at 1:45 PM, Abhi Basu <9000r...@gmail.com> wrote: > Yes that is resolved now. Looks like I am missing npm on my system, which > was not mentioned here - > https://zeppelin.incubator.

Re: Maven buld issues - how to fix?

2016-02-17 Thread Abhi Basu
ntel.com:8081/nexus/content/groups/public) -> [Help 1] > > > > > On Wed, Feb 17, 2016 at 1:41 PM -0800, "Abhi Basu" <9000r...@gmail.com> > wrote: > > Yes, fixed to: > mvn clean package -Pspark-1.5 -Dspark.version=1.5.0 > -Dhadoop.version=2.6.0-cdh5.5.

Re: Maven buld issues - how to fix?

2016-02-17 Thread Abhi Basu
ROR] mvn -rf :zeppelin-web On Wed, Feb 17, 2016 at 1:12 PM, Christopher Matta <cma...@mapr.com> wrote: > Just pointing out that you missed an ‘o’ at the end of -Pvendor-repo in > your build command. > ​ > > Chris Matta > cma...@mapr.com > 215-701-3146 > > On Wed

Re: Maven buld issues - how to fix?

2016-02-17 Thread Abhi Basu
Feb 17, 2016 at 12:45 PM, Felix Cheung <felixcheun...@hotmail.com> wrote: > Try building with -Pvendor-repo > > > > > > On Wed, Feb 17, 2016 at 11:38 AM -0800, "Abhi Basu" <9000r...@gmail.com> > wrote: > > [INFO] > --

Zeppelin 0.56 binaries

2016-02-17 Thread Abhi Basu
Will the binaries work right out of the box with CDH 5.5 and Spark 1.5.0 on YARN? Or, do I need to build from source as this describes: https://zeppelin.incubator.apache.org/docs/0.5.5-incubating/install/yarn_install.html ? Thanks, Abhi -- Abhi Basu

Re: Question on running Zeppelin from Edge node

2016-02-17 Thread Abhi Basu
Additional info, installed Zeppelin 0.56 using binaries on cdh5.1 /spark 1.5.0 Any help is appreciated. Thanks, Abhi On Wed, Feb 17, 2016 at 9:07 AM, Abhi Basu <9000r...@gmail.com> wrote: > Logs attached. Am I supposed to edit the spark location in the zeppelin > config file

Question on running Zeppelin from Edge node

2016-02-16 Thread Abhi Basu
,false; zeppelin.dep.localrepo local-repo zeppelin.pyspark.python /usr/local/bin/python2.7 zeppelin.spark.concurrentSQL true zeppelin.spark.maxResult 1000 zeppelin.spark.useHiveContext true -- Abhi Basu

Hive interpreter error - HiveInterpreter.getConnection

2016-02-09 Thread Abhi Basu
$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Thanks, Abhi -- Abhi Basu

Re: Hive interpreter error - HiveInterpreter.getConnection

2016-02-09 Thread Abhi Basu
site.xml > ln -s /etc/spark/conf/yarn-conf /etc/spark/conf/yarn-conf > > This made it work for me. > > Cheers, > Ben > > > On Feb 9, 2016, at 1:33 PM, Abhi Basu <9000r...@gmail.com> wrote: > > Zeppelin 0.56, running on Yarn on top of CDH 5.5.1, Spark 1.5.0 >

Re: Hive interpreter error - HiveInterpreter.getConnection

2016-02-09 Thread Abhi Basu
Added note: Zeppelin was built from binary and all configs done as stated on site. On Tue, Feb 9, 2016 at 1:33 PM, Abhi Basu <9000r...@gmail.com> wrote: > Zeppelin 0.56, running on Yarn on top of CDH 5.5.1, Spark 1.5.0 > > Getting this error using the hive interpreter,

Re: Hive interpreter error - HiveInterpreter.getConnection

2016-02-09 Thread Abhi Basu
t; Cheers > El 9/2/2016 23:09, "Abhi Basu" <9000r...@gmail.com> escribió: > >> Added note: Zeppelin was built from binary and all configs done as stated >> on site. >> >> On Tue, Feb 9, 2016 at 1:33 PM, Abhi Basu <9000r...@gmail.com> wrote:

Re: Plotting error

2016-02-09 Thread Abhi Basu
='svg') > img.seek(0) > print "%html " + img.buf > > > Hope this helps. > > Best, > moon > > On Wed, Feb 10, 2016 at 4:34 AM Abhi Basu <9000r...@gmail.com> wrote: > >> Using Zeppelin 0.5.6 >> >> %pyspark >> import matplotli

Re: Where to deploy Zeppelin for Cloudera cluster

2015-12-04 Thread Abhi Basu
side the master node and it works. BUT I need > flexibility of where to put Zeppelin because I may have Hive directory in > separate node from Spark directory. > > What is your recommendation? > -- Abhi Basu

Re: Zeppelin impala interpreter

2015-11-11 Thread Abhi Basu
> > On 2015년 11월 11일 (수) at 오후 4:17 Abhi Basu <9000r...@gmail.com> wrote: > >> Tried using the %hive setting with differnt JDBC for impala and now all >> my old notebooks are missing :(. Stopped and restarted zeppelin daemon, >> still the same issue. >> &

Zeppelin impala interpreter

2015-11-10 Thread Abhi Basu
Hi: Is there an interpreter for Cloudera Impala and if so how to install and configure? Thanks, Abhi -- Abhi Basu

Re: Zeppelin impala interpreter

2015-11-10 Thread Abhi Basu
r, it should be compatible. > > From: Abhi Basu <9000r...@gmail.com> > Reply-To: "users@zeppelin.incubator.apache.org" < > users@zeppelin.incubator.apache.org> > Date: Tuesday, November 10, 2015 at 5:10 PM > To: Zeppelin Users <users@zeppelin.incubator.ap

Re: Hive on Spark

2015-07-10 Thread Abhi Basu
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 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

Re: Hive on Spark

2015-07-10 Thread Abhi Basu
AM, Abhi Basu 9000r...@gmail.com wrote: SET hive.execution.engine=spark within Zeppelin seems to have no effect. In Hive CLI, it does work. On Thu, Jul 9, 2015 at 7:20 PM, felixcheun...@hotmail.com wrote: Could you set the execution engine using thesetConf method on SQLContext or by running

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

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 ATT 4G LTE

How to rename Zeppelin notebook?

2015-07-01 Thread Abhi Basu
Is it a bug in 0.50? Also, how can notebooks be exported to be shared with others? Thanks, Abhi -- Abhi Basu