Re: UnicodeDecodeError in zeppelin 0.7.1

2017-04-20 Thread Meethu Mathew
​​ Hi, Thanks for the repsonse. @ moon soo Lee: The interpreter setting is same in 0.7.0 and 0.7.1 @ Felix Cheng : The Python version is same. The code is as follows: *PYSPARK* def textPreProcessor(text): > for w in text.split(): > > ​ ​ > regex = re.compile('[%s]' %

Re: Data Source Authorization - JDBC Credential

2017-04-20 Thread moon soo Lee
Hi, If you remove 'default.user' 'default.password' properties from jdbc interpreter setting, then Zeppelin will use database username and password from credential database for each user. I also created a patch [1] to use credential database when 'default'.user' and 'default.password' is empty

Re: UnicodeDecodeError in zeppelin 0.7.1

2017-04-20 Thread Felix Cheung
And are they running with the same Python version? What is the Python version? _ From: moon soo Lee > Sent: Thursday, April 20, 2017 11:53 AM Subject: Re: UnicodeDecodeError in zeppelin 0.7.1 To:

Returning more than the default 1000 rows

2017-04-20 Thread Paul-Armand Verhaegen
Hi, I have problems making zeppelin 0.7.1 (in %python or %spark.pyspark) to return more than the default 1000 rows (from a pandas dataframe) in a visualisation or csv download. I tried to increase the values of all maxResults settings in interpreter.json, but to no avail (and restarted

Re: UnicodeDecodeError in zeppelin 0.7.1

2017-04-20 Thread moon soo Lee
Hi, 0.7.1 didn't changed any encoding type as far as i know. One difference is 0.7.1 official artifact has been built with JDK8 while 0.7.0 built with JDK7 (we'll use JDK7 to build upcoming 0.7.2 binary). But i'm not sure that can make pyspark and spark encoding type changes. Do you have exactly

Re: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-spark_2.10:jar:0.8.0-SNAPSHOT

2017-04-20 Thread Ahyoung Ryu
Hi Minwoo, Have you tried to run "ZEPPELIN_HOME/dev/change_scala_version.sh 2.11" before run your build command? The script file will update all pom.xml files to scala 2.11. Please refer to https://zeppelin.apache.org/docs/latest/install/build.html#2-build-source Ahyoung On Thu, Apr 20, 2017

RE: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-spark_2.10:jar:0.8.0-SNAPSHOT

2017-04-20 Thread Kang Minwoo
- OS version macOS Sierra 10.12.4 - JDK, scala version java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode) scala -version Scala code runner version 2.12.2 -- Copyright 2002-2017, LAMP/EPFL and Lightbend,

Re: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-spark_2.10:jar:0.8.0-SNAPSHOT

2017-04-20 Thread Park Hoon
Hi, minwoo. Could you describe your env including build command? - OS version - JDK, scala version - build command thanks! On Thu, 20 Apr 2017 at 21:39 Kang Minwoo wrote: > Hello, > > I got fail to build zeppelin in my local computer. > Revision is

Could not resolve dependencies for project org.apache.zeppelin:zeppelin-spark_2.10:jar:0.8.0-SNAPSHOT

2017-04-20 Thread Kang Minwoo
Hello, I got fail to build zeppelin in my local computer. Revision is 652911abe457d48a540be4a3de2dad824691dfb1 There is maven log. [ERROR] Failed to execute goal on project zeppelin-spark_2.10: Could not resolve dependencies for project