Re: Dynamic Dependencies

2017-07-11 Thread moon soo Lee
Thanks for sharing your problem. For now, only way is clean local-repo to download the artifact again. Do you mind file a jira issue track this problem? Thanks, moon On Tue, Jul 11, 2017 at 4:04 AM Edgardo Vega wrote: > I successfully added a maven snapshot repository

Re: Showing pandas dataframe with utf8 strings

2017-07-11 Thread Ruslan Dautkhanov
Your example works fine for me too. We're on Zeppelin snapshot ~2 months old. -- Ruslan Dautkhanov On Tue, Jul 11, 2017 at 3:11 PM, Ben Vogan wrote: > Here is the specific example that is failing: > > import pandas >

Re: Showing pandas dataframe with utf8 strings

2017-07-11 Thread Ben Vogan
Here is the specific example that is failing: import pandas z.show(pandas.DataFrame([u'Jalape\xf1os.'],[1],['Menu'])) On Tue, Jul 11, 2017 at 2:32 PM, Ruslan Dautkhanov wrote: > Hi Ben, > > I can't reproduce this > > from pyspark.sql.types import * >> rdd =

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: JDBC use with zeppelin

2017-07-11 Thread darren
Thank you for your response. Very much appreciated! Get Outlook for Android From: Ruslan Dautkhanov Sent: Monday, July 10, 2:29 PM Subject: Re: JDBC use with zeppelin To: users For Oracle JDBC driver we had to feed ojdb7.jar  into SPARK_SUBMIT_OPTIONS through --jars