Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread moon soo Lee
following issues are found during rc2 verification. https://issues.apache.org/jira/browse/ZEPPELIN-404 https://issues.apache.org/jira/browse/ZEPPELIN-405 https://issues.apache.org/jira/browse/ZEPPELIN-406 and i think vote need to be restarted with rc3. Would restarting this vote be okay? Thanks,

[GitHub] incubator-zeppelin pull request: [WIP] ZEPPELIN-406 Handle license...

2015-11-07 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/407 [WIP] ZEPPELIN-406 Handle license issue found in 0.5.5-incubating rc2 This issue addresses license problem found in 0.5.5-incubating rc2 https://issues.apache.org/jira/browse/ZEPP

[GitHub] incubator-zeppelin pull request: [WIP] ZEPPELIN-406 Handle license...

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/406 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-zeppelin pull request: [WIP] ZEPPELIN-406 Handle license...

2015-11-07 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/406 [WIP] ZEPPELIN-406 Handle license issue found in 0.5.5-incubating rc2 This PR addresses https://issues.apache.org/jira/browse/ZEPPELIN-406. You can merge this pull request into a Git

[jira] [Created] (ZEPPELIN-406) Handle license of docs (website) source code

2015-11-07 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-406: - Summary: Handle license of docs (website) source code Key: ZEPPELIN-406 URL: https://issues.apache.org/jira/browse/ZEPPELIN-406 Project: Zeppelin Issue Typ

[GitHub] incubator-zeppelin pull request: expanded build instructions to de...

2015-11-07 Thread jeffsteinmetz
GitHub user jeffsteinmetz opened a pull request: https://github.com/apache/incubator-zeppelin/pull/405 expanded build instructions to describe pyspark, and maven + node.js requirements You can merge this pull request into a Git repository by running: $ git pull https://github

Re: 0.5.5 with pyspark

2015-11-07 Thread moon soo Lee
without -Ppyspark, interpreter/spark/pyspark/ directory is not being created although PYTHONPATH populated to pointing pyspark.zip and py4j-0.8.2.1-src.zip in that directory. with -Ppyspark, it will work. Thanks, moon On Sun, Nov 8, 2015 at 10:40 AM Jeff Steinmetz wrote: > Shows this (I did no

[GitHub] incubator-zeppelin pull request: ZEPPELIN-371 : Import a notebook

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/374#issuecomment-154769687 I'm in the same CI test error in #341. Let me try to figure out. --- If your project is set up for it, you can reply to this email and have your reply app

Re: 0.5.5 with pyspark

2015-11-07 Thread Jeff Steinmetz
Shows this (I did not build with -Ppyspark). I can rebuild again with -Ppyspark Either way, here is my output (I have a repo in a vagrant VM, and the build ends up zeppelin-distribution, which is where I run my test) %spark System.getenv("PYTHONPATH") res1: String = /vagrant/incubator-zeppel

Re: 0.5.5 with pyspark

2015-11-07 Thread moon soo Lee
Hi Guillaume, In my test with the machine that does not py4j installed, it worked without problem. Could you try to run %spark System.getenv("PYTHONPATH") in Zeppelin notebook and see output? Mine is res1: String = /Users/moon/Downloads/zeppelin-0.5.5-incubating-bin-all/interpreter/spark/pyspa

Re: 0.5.5 with pyspark

2015-11-07 Thread moon soo Lee
You'll need add -Ppyspark profile in your build command. Thanks, moon On Sun, Nov 8, 2015 at 9:45 AM Jeff Steinmetz wrote: > Does pyspark require py4j to be installed (via pip install py4j)? > > In 5.5 branch, ran: > > mvn clean package -Pspark-1.5 -Dhadoop.version=2.2.0 -Phadoop-2.2 > -DskipT

[GitHub] incubator-zeppelin pull request: ZEPPELIN-404 Certain project depe...

2015-11-07 Thread c0s
Github user c0s commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/404#issuecomment-154768947 Thanks for the explanation! Good to go with the fix +! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-zeppelin pull request: ZEPPELIN-404 Certain project depe...

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/404#issuecomment-154768824 Typo fixed. It is for convenience for user who trying to build Zeppelin with 3rd party artifacts (cdh, etc). I think that's why Spark, Flink etc also k

[jira] [Created] (ZEPPELIN-405) Pyspark should work without installing py4j

2015-11-07 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-405: - Summary: Pyspark should work without installing py4j Key: ZEPPELIN-405 URL: https://issues.apache.org/jira/browse/ZEPPELIN-405 Project: Zeppelin Issue Type

[GitHub] incubator-zeppelin pull request: ZEPPELIN-404 Certain project depe...

2015-11-07 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/404 ZEPPELIN-404 Certain project dependencies are pulled from 3rd parties repos instead of ASF or public Maven https://issues.apache.org/jira/browse/ZEPPELIN-404 This PR removes

Re: 0.5.5 with pyspark

2015-11-07 Thread Jeff Steinmetz
Does pyspark require py4j to be installed (via pip install py4j)? In 5.5 branch, ran: mvn clean package -Pspark-1.5 -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests -P build-distr Build passed. Ran zeppelin from distribution directory Did not alter or create zeppelin-env.sh or zeppelin-site.xm

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-382] Add Documentation ...

2015-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/384 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: added hint to errror message

2015-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/383 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-367 Sync with secondary ...

2015-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/375 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-365: Add credentials for...

2015-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/377 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread moon soo Lee
Last release (0.5.0-incubating), LICENSE and NOTICE file were pointed out. If someone can help verify LICENSE and NOTICE file, that would be really appreciated. Best, moon On Sun, Nov 8, 2015 at 1:17 AM moon soo Lee wrote: > Thanks for verifying. > Cos also mentioned about version in the branch

[jira] [Created] (ZEPPELIN-404) Certain project dependencies are pulled from 3rd parties repos instead of ASF or public Maven

2015-11-07 Thread Konstantin Boudnik (JIRA)
Konstantin Boudnik created ZEPPELIN-404: --- Summary: Certain project dependencies are pulled from 3rd parties repos instead of ASF or public Maven Key: ZEPPELIN-404 URL: https://issues.apache.org/jira/browse/

Re: Release 0.5.5

2015-11-07 Thread Konstantin Boudnik
I've been looking more into the current code base and I see that a number of components are using 3rd party repos, like repository.cloudera.com. Clearly, we shouldn't be pulling Apache projects dependencies from a 3rd party source that could be outdated, contain non-Apache bits or simply have malic

[GitHub] incubator-zeppelin pull request: remove derby.log and metastore_db...

2015-11-07 Thread jeffsteinmetz
Github user jeffsteinmetz closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/403 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-zeppelin pull request: remove derby.log and metastore_db...

2015-11-07 Thread jeffsteinmetz
GitHub user jeffsteinmetz opened a pull request: https://github.com/apache/incubator-zeppelin/pull/403 remove derby.log and metastore_db from git You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeffsteinmetz/incubator-zeppelin br

[jira] [Created] (ZEPPELIN-403) Build fails with "grunt --no-color" command on zeppelin-web module

2015-11-07 Thread JIRA
Zoltán Zvara created ZEPPELIN-403: - Summary: Build fails with "grunt --no-color" command on zeppelin-web module Key: ZEPPELIN-403 URL: https://issues.apache.org/jira/browse/ZEPPELIN-403 Project: Zeppe

[GitHub] incubator-zeppelin pull request: match branch version and artifact...

2015-11-07 Thread jeffsteinmetz
Github user jeffsteinmetz closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/402 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-zeppelin pull request: match branch version and artifact...

2015-11-07 Thread jeffsteinmetz
GitHub user jeffsteinmetz opened a pull request: https://github.com/apache/incubator-zeppelin/pull/402 match branch version and artifact version. remove derby.log and meta… …store_db generated files from git. You can merge this pull request into a Git repository by running:

Re: Release 0.5.5

2015-11-07 Thread Konstantin Boudnik
Completely weird - I see this in the archives, but haven't been receiving them. Anyway, they mistery is solved - thanks for your help! Cos On Sat, Nov 07, 2015 at 06:14PM, tog wrote: > That's strange. It is on .. dev@ > zeppelin.incubator.apache.org the same > you are posting on if I am not mis

Re: Release 0.5.5

2015-11-07 Thread tog
That's strange. It is on .. dev@ zeppelin.incubator.apache.org the same you are posting on if I am not mistaken. Cheers Guillaume On Nov 7, 2015 6:10 PM, "Konstantin Boudnik" wrote: > So, there's a chance that 0.5.5 would require a respin if some issues are > found with it during the IPMC vote

Re: Release 0.5.5

2015-11-07 Thread Konstantin Boudnik
So, there's a chance that 0.5.5 would require a respin if some issues are found with it during the IPMC vote, but the version has been moved already. You see where I am going with it ;) Could you point me where the vote is happening? I am not getting any emails on this neither in the dev@ nor priv

Re: Release 0.5.5

2015-11-07 Thread tog
Cos, Voting is ongoing and should finish soon. Cheers Guillaume On Nov 7, 2015 6:01 PM, "Konstantin Boudnik" wrote: > On Sat, Nov 07, 2015 at 03:59PM, moon soo Lee wrote: > > 0.5.5-incubating has significant improvements in terms of feature and > > stability compare to last release 0.5.0-incuba

Re: Release 0.5.5

2015-11-07 Thread Konstantin Boudnik
On Sat, Nov 07, 2015 at 03:59PM, moon soo Lee wrote: > 0.5.5-incubating has significant improvements in terms of feature and > stability compare to last release 0.5.0-incubating. > And i believe Zeppelin community will continue to make subsequent release > 0.5.6, 0.5.7 ... with more improvements an

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-309] Redirect to create...

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/309#issuecomment-154727314 This PR i think need to be rebased. also need to change test to make CI test pass. --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-309] Redirect to create...

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/309#issuecomment-154726309 I think it's okay to use websocket, while this implementation does not adds more complexity (ie. new websocket message) and it's more consistent to keep u

[GitHub] incubator-zeppelin pull request: ZEPPELIN-401 Improve autoscroll

2015-11-07 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/400#issuecomment-154724008 I will take a look at this PR too then --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-zeppelin pull request: ZEPPELIN-388: auto nav to new not...

2015-11-07 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/394#issuecomment-154723900 It may even be easier to use a REST API than websocket on that one --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] incubator-zeppelin pull request: Fix website build warning due to ...

2015-11-07 Thread lresende
Github user lresende commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/401#issuecomment-154723677 @Leemoonsoo I'll create a jira and update this PR --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-zeppelin pull request: ZEPPELIN-388: auto nav to new not...

2015-11-07 Thread minahlee
Github user minahlee commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/394#issuecomment-154723437 @Leemoonsoo @MikeTYChen I pushed #309 earlier to address same issue as this one and it has similar approach @Leemoonsoo suggested above. Can you guys review

[GitHub] incubator-zeppelin pull request: Fix website build warning due to ...

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/401#issuecomment-154723407 Thanks. It would be more appreciated there is a corresponding issue in JIRA. It's still okay without creating an issue, but having issue would help peo

[GitHub] incubator-zeppelin pull request: ZEPPELIN-388: auto nav to new not...

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/394#issuecomment-154722058 How about this approach? [webapp] * Open notebook on NOTE message. if notebook is not already opened. [zeppelin server] * when

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread moon soo Lee
Thanks for verifying. Cos also mentioned about version in the branch. What could be proper version number in the branch? Best, moon On Sun, Nov 8, 2015 at 12:42 AM Jeff Steinmetz wrote: > Confirming we are building off of this branch for 0.5.5 > > https://github.com/apache/incubator-zeppelin/tr

Re: Release 0.5.5

2015-11-07 Thread moon soo Lee
0.5.5-incubating has significant improvements in terms of feature and stability compare to last release 0.5.0-incubating. And i believe Zeppelin community will continue to make subsequent release 0.5.6, 0.5.7 ... with more improvements and fixes. Let me know if there're anything i can help for BIGT

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread Jeff Steinmetz
Confirming we are building off of this branch for 0.5.5 https://github.com/apache/incubator-zeppelin/tree/branch-0.5.5 If so, is there a reason this branch has the version set to 0.5.6 0.5.6-incubating-SNAPSHOT Here https://github.com/apache/incubator-zeppelin/blob/branch-0.5.5/pom.xml#L37

[GitHub] incubator-zeppelin pull request: Correct contact e-mail in documen...

2015-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/393 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-401 Improve autoscroll

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/400#issuecomment-154712183 Ready to merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[GitHub] incubator-zeppelin pull request: ZEPPELIN-402 Adjust editor height...

2015-11-07 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/399#issuecomment-154708998 I will look at it then --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project doe

[GitHub] incubator-zeppelin pull request: Fix website build warning due to ...

2015-11-07 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/incubator-zeppelin/pull/401 Fix website build warning due to depecrated settings pygment has been depecrated in favor of highlighter attribute You can merge this pull request into a Git repository by running:

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread Corneau Damien
+1 On Nov 7, 2015 7:15 PM, "tog" wrote: > Did test spark, pyspark on various notes in local mode > > +1 > > On 7 November 2015 at 09:55, moon soo Lee wrote: > > > Thanks for verifying. > > > > You'll still need to set proper profile depends on your use case. > > Binary package in release candid

[GitHub] incubator-zeppelin pull request: ZEPPELIN-402 Adjust editor height...

2015-11-07 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/399#issuecomment-154705797 Ready to merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[GitHub] incubator-zeppelin pull request: ZEPPELIN-401 Improve autoscroll

2015-11-07 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/400 ZEPPELIN-401 Improve autoscroll Addresses https://issues.apache.org/jira/browse/ZEPPELIN-401 This PR improves autoscroll behavior when using keyboard navigation (up/down key)

[GitHub] incubator-zeppelin pull request: ZEPPELIN-402 Adjust editor height...

2015-11-07 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/399 ZEPPELIN-402 Adjust editor height with consideration of line wrap This PR addresses https://issues.apache.org/jira/browse/ZEPPELIN-402 Now it adjust height correctly with line

[jira] [Created] (ZEPPELIN-402) Adjust editor height with consideration of line wrap

2015-11-07 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-402: - Summary: Adjust editor height with consideration of line wrap Key: ZEPPELIN-402 URL: https://issues.apache.org/jira/browse/ZEPPELIN-402 Project: Zeppelin I

[jira] [Created] (ZEPPELIN-401) Autoscroll on key up/down to wrong position of the document

2015-11-07 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-401: - Summary: Autoscroll on key up/down to wrong position of the document Key: ZEPPELIN-401 URL: https://issues.apache.org/jira/browse/ZEPPELIN-401 Project: Zeppelin

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread tog
Did test spark, pyspark on various notes in local mode +1 On 7 November 2015 at 09:55, moon soo Lee wrote: > Thanks for verifying. > > You'll still need to set proper profile depends on your use case. > Binary package in release candidate (rc2) has been built with > > "-Pspark-1.5 -Phadoop-2.4

Re: 0.5.5 with pyspark

2015-11-07 Thread tog
Hi moon I had to install: "pip install py4j" and then it worked Cheers Guillaume On Nov 7, 2015 9:56 AM, "moon soo Lee" wrote: > Thanks for verifying. > > Yes that's right. > pyspark in -all archive will work out of box without any configuration. > > Best, > moon > > On Sat, Nov 7, 2015 at 6:4

Re: 0.5.5 with pyspark

2015-11-07 Thread moon soo Lee
Thanks for verifying. Yes that's right. pyspark in -all archive will work out of box without any configuration. Best, moon On Sat, Nov 7, 2015 at 6:49 PM tog wrote: > Hi > > Before casting my vote I was willing to give a try to pyspark (which I have > never done so far). Is it supposed to work

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread moon soo Lee
Thanks for verifying. You'll still need to set proper profile depends on your use case. Binary package in release candidate (rc2) has been built with "-Pspark-1.5 -Phadoop-2.4 -Pyarn -Ppyspark" see https://github.com/apache/incubator-zeppelin/blob/master/dev/create_release.sh#L125 You'll able t

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread Eran Witkon
This is why Ididn't vote. If this is ok then I vote +1 On Sat, 7 Nov 2015 at 11:51 tog wrote: > Eran, > > I have the same error using pyspark but I am not sure it is supposed to > work in local out of the box ... See my other question. > > Cheers > Guillaume > > On Saturday, 7 November 2015, Eran

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread tog
Eran, I have the same error using pyspark but I am not sure it is supposed to work in local out of the box ... See my other question. Cheers Guillaume On Saturday, 7 November 2015, Eran Witkon wrote: > Hi, > I just downloaded zeppelin-0.5.5-incubating.tgz from > > https://dist.apache.org/repo

0.5.5 with pyspark

2015-11-07 Thread tog
Hi Before casting my vote I was willing to give a try to pyspark (which I have never done so far). Is it supposed to work out of the box in local just untaring the -all archive or do I have to configure something? Cheers Guillaume -- PGP KeyID: 2048R/EA31CFC9 subkeys.pgp.net

Re: [VOTE] Release Apache Zeppelin (incubating) 0.5.5-incubating (RC2)

2015-11-07 Thread Eran Witkon
Hi, I just downloaded zeppelin-0.5.5-incubating.tgz from https://dist.apache.org/repos/dist/dev/incubator/zeppelin/0.5.5-incubating-rc2/ , built it using 'mvn clean package -DskipTests' and run it but I get : sc.version 1.4.1 and pyspark: pyspark is not responding Traceback (most recent call last)