Python interpreter getting hung

2018-10-08 Thread Ben Vogan
Hi there, We are using Zeppelin in a shared environment and are having persistent problems with the Python interpreter getting into a state where paragraphs are PENDING forever. I have looked at the zeppelin-interpreter-python*.log files and there is virtually nothing in there - just

Re: Zeppelin Stops Loading Notes

2017-08-19 Thread Ben Vogan
I have seen Zeppelin get into this state once. I restarted it without investigating the logs however so I don't have anything useful to go on as to why. --Ben On Sat, Aug 19, 2017 at 8:17 AM, Paul Brenner wrote: > You were correct. We had "export ZEPPELIN_SSL_PORT=false”

Re: Showing pandas dataframe with utf8 strings

2017-07-11 Thread Ben Vogan
t;> rdd = sc.parallelize([[u'El Niño']]) >> df = sqlc.createDataFrame( >> rdd, schema=StructType([StructField("unicode data", >> StringType(), True)]) >> ) >> df.show() >> z.show(df) > > > shows unicode character fi

Showing pandas dataframe with utf8 strings

2017-07-11 Thread Ben Vogan
Hi all, I am trying to use the zeppelin context to show the contents of a pandas DataFrame and getting the following error: Traceback (most recent call last): File "/tmp/zeppelin_python-7554503996532642522.py", line 278, in raise Exception(traceback.format_exc()) Exception: Traceback

Re: Centos 7 Compatibility

2017-06-21 Thread Ben Vogan
you have working on CentOS 7.2? Did you make > any different/non-standard configuration changes to get it to work > properly? If so, could you please share them. > > On Wed, Jun 21, 2017 at 12:30 PM, Ben Vogan <b...@shopkick.com> wrote: > >> I have been running Zeppel

Re: Centos 7 Compatibility

2017-06-21 Thread Ben Vogan
I have been running Zeppelin on CentOS 7.2 for the last couple of months without issue. --Ben On Wed, Jun 21, 2017 at 12:37 PM, Jim Lola wrote: > The beauty of Open Source, like Apache Zeppelin, is that you can try SW on > new OS's. > > Per the Apache Zepplin documentation,

Re: Livy - add external libraries from additional maven repo

2017-05-30 Thread Ben Vogan
For what it's worth I have successfully added jar files and maven packages to sessions using zeppelin & livy 0.3 - although not using %dep. In the interpreter settings I set the livy.spark.jars setting for jars that are on my HDFS cluster, and livy.spark.jars.packages for maven packages -

Re: Integrating with Airflow

2017-05-19 Thread Ben Vogan
would run > as a single task in Airflow. > In my opinion, each paragraph has to be a task... then it'll be very > useful. > > > Thanks, > Ruslan > > > On Fri, May 19, 2017 at 4:55 PM, Ben Vogan <b...@shopkick.com> wrote: > >> I do not expect the relationship be

Re: Integrating with Airflow

2017-05-19 Thread Ben Vogan
more finalized workflows I guess? > > Thanks for bringing this up. > > > > -- > Ruslan Dautkhanov > > On Fri, May 19, 2017 at 2:20 PM, Ben Vogan <b...@shopkick.com> wrote: > >> Hi all, >> >> We are really enjoying the workflow of interacting with

Re: Hive interpreter Error as soon as Hive query uses MapRed

2017-05-19 Thread Ben Vogan
I am running CDH 5.7 and Spark 1.6 as well and hive is working for me with the following configuration: Properties namevalue common.max_count 1000 default.driver org.apache.hive.jdbc.HiveDriver default.password default.url jdbc:hive2://hdfs004:1 default.user hive

Re: Illegal Inheritance error

2017-05-15 Thread Ben Vogan
eck the yarn app log ? > > > Ben Vogan <b...@shopkick.com>于2017年5月15日周一 下午5:56写道: > >> Hi all, >> >> For some reason today I'm getting a stack: >> >> org.apache.zeppelin.livy.LivyException: Fail to create >> SQLContext,:4: error: illegal inheri

Re: Illegal Inheritance error

2017-05-15 Thread Ben Vogan
and there is an open session on yarn. Some help on this would be greatly appreciated! --Ben On Sun, May 14, 2017 at 6:16 AM, Ben Vogan <b...@shopkick.com> wrote: > Hi all, > > I've been using Zeppelin for a couple of weeks now with a stable > configuration, but all of a sudden I a

ZeppelinContext textbox for passwords

2017-05-09 Thread Ben Vogan
Hi there, Is it possible to create a textbox for accepting passwords via the ZeppelinContext (i.e. one that masks input)? I do not see any way to do so, but I hope I'm missing something. Thanks, -- *BENJAMIN VOGAN* | Data Platform Team Lead

org.apache.spark.SparkException: Could not parse Master URL: 'yarn'

2017-04-12 Thread Ben Vogan
Hello all, I am trying to install Zeppelin 0.7.1 on my CDH 5.7 Cluster. I have been following the instructions here: https://zeppelin.apache.org/docs/0.7.1/install/install.html https://zeppelin.apache.org/docs/0.7.1/install/configuration.html