Re: No SparkVersion.java on branch-0.5

2015-11-26 Thread Fengdong Yu
such as Spark > versions that supported from Zeppelin and feature differences between > versions. > > Hope this helps. > > Thanks, > moon > > On 2015년 11월 27일 (금) at 오전 9:56 Fengdong Yu > wrote: > >> Hi >> >> Why spark/src/main/java/org/apache

No SparkVersion.java on branch-0.5

2015-11-26 Thread Fengdong Yu
Hi Why spark/src/main/java/org/apache/zeppelin/spark/SparkVersion.java doesn’t exist under branch-0.5? but it exists under master and branch-0.5.5

Re: How to adjust the width on the web UI

2015-11-21 Thread Fengdong Yu
Cool , That’s good to know, Thanks. > On Nov 21, 2015, at 8:24 PM, moon soo Lee wrote: > > One alternative is, > > z.show(sqlContext.sql("...")) > > Thanks, > moon > > On Sat, Nov 21, 2015 at 12:47 AM Fengdong Yu > wrote: > >> Hi

How to adjust the width on the web UI

2015-11-20 Thread Fengdong Yu
Hi, How to Adjust the table cell’s width in the result? because it only show the partial result if the data value is much longer. such as : sqlContext.sql(“select url from tableA”).show(1) which only show less than 100 characters in the result. Thanks.

Re: [ANNOUNCE] Apache Zeppelin 0.5.5-incubating released

2015-11-19 Thread Fengdong Yu
Thanks, We’ve running Zeppelin in prod. > On Nov 19, 2015, at 9:33 PM, moon soo Lee wrote: > > The Apache Zeppelin (incubating) community is pleased to announce the > availability of the 0.5.5-incubating release. The community puts significant > effort into improving Apache Zeppelin since t

Confirm concurrence of Zeppelin

2015-11-18 Thread Fengdong Yu
Hi Dev Team, I want to confirm with you guys: 1) Does that Zeppelin only run one Job concurrently? I mean if I submit a job on my notebook, so other’s submit will be pending until my job finished? 2) How can I submit more than one job at the same time on my notebook?

JVM option issues

2015-11-08 Thread Fengdong Yu
Hi, I added : export JAVA_OPTS=“-Xmx 2g -Xmn1g” in zeppelin-env.sh, then Zeppelin daemon cannot start, why is this? Thanks

Re: Branch-0.5.5 is weird

2015-11-08 Thread Fengdong Yu
le branch, branch-0.6 for all 0.6.x > release with tags. > > For branch-0.5.5, would it make sense to leave version name as > 0.5.5-incubating-SNAPSHOT after release in the pom.xml files? > > Thanks, > moon > > On Mon, Nov 9, 2015 at 11:17 AM Konstantin Boudnik wrote: &g

Re: Branch-0.5.5 is weird

2015-11-08 Thread Fengdong Yu
fter release in the pom.xml files? > > Thanks, > moon > > On Mon, Nov 9, 2015 at 11:17 AM Konstantin Boudnik wrote: > >> On Mon, Nov 09, 2015 at 10:12AM, Fengdong Yu wrote: >>> >>> Hi, >>> >>> All pom.xml under Branch-0.5.5 were cha

Branch-0.5.5 is weird

2015-11-08 Thread Fengdong Yu
Hi, All pom.xml under Branch-0.5.5 were changed version to 0.5.6, which is weird. branch name is 0.5.5, but the actually version is 0.5.6. A common proper way is create a new branch for 0.5.6 based on the 0.5.5, then changed the version to 0.5.6 on the new branch.

Re: Zepplen-0.5.5 Tested result

2015-11-06 Thread Fengdong Yu
="--jars /your/path.jar,/another/path.jar" > > would work. Could you try in this way? > > Thanks, > moon > > On Fri, Nov 6, 2015 at 9:43 PM Fengdong Yu > wrote: > > > Hi, > > > > I upgraded Zeppelin-0.5.1 to 0.5.5. > > but It complains “can

Zepplen-0.5.5 Tested result

2015-11-06 Thread Fengdong Yu
Hi, I upgraded Zeppelin-0.5.1 to 0.5.5. but It complains “cannot find lzo.” but it works well ON 0.5.1. I’ve specified in zeppelin-env.sh export ZEPPELIN_JAVA_OPTS="-Dspark.jars=xx/lzo/0.6.0/lib/hadoop-lzo-0.6.0.jar" java.lang.RuntimeException: Error in configuring object at o

Zeppelin-0.5.5 and Spark-1.5.1

2015-11-04 Thread Fengdong Yu
Hi Team Can I changed spark version to 1.5.1 and re-build? does that support spark-1.5.1 currently?

Re: Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
I finally succeed on the Ubuntu VM. not use your PR > On Nov 5, 2015, at 9:40 AM, Corneau Damien wrote: > > I guess I will have to make an Ubuntu VM then > > On Thu, Nov 5, 2015 at 2:38 AM, Fengdong Yu <mailto:fengdo...@everstring.com>> wrote: > HI, > > &

Re: Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
I ran: men -DskipTests package why it still run test cases? > On Nov 5, 2015, at 9:40 AM, Corneau Damien wrote: > > I guess I will have to make an Ubuntu VM then > > On Thu, Nov 5, 2015 at 2:38 AM, Fengdong Yu <mailto:fengdo...@everstring.com>> wrote: > HI, &g

Re: Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
> > On Wed, Nov 4, 2015 at 12:01 PM, Fengdong Yu <mailto:fengdo...@everstring.com>> wrote: > Thanks for quick response. I tried ./grunt test: > > > Azuryy-MacBook-Pro:zeppelin-web root# ./grunt test > Running "clean:server" (clean) task > Cle

Re: Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
(when I run ./grunt test). > So we might have so kind of problem with karma, I will try to look into it > > On Wed, Nov 4, 2015 at 11:35 AM, Fengdong Yu > wrote: > >> HI Team, >> >> I build Zeppelin-0.5.5 on Mac failed. can you tell me the reason, Thanks >

Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
HI Team, I build Zeppelin-0.5.5 on Mac failed. can you tell me the reason, Thanks for your input. [INFO] [INFO] Building Zeppelin: web Application 0.5.5-incubating-SNAPSHOT [INFO] ---