[GitHub] zeppelin issue #1523: [ZEPPELIN-1550] fixed 'add from URL' button

2016-10-15 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1523 LGTM --- 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] zeppelin issue #1507: [ZEPPELIN-1534] Does not load dependency library when ...

2016-10-15 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1507 Tested and LGTM --- 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,

[GitHub] zeppelin issue #1497: [ZEPPELIN-1233] Support Redis interpreter

2016-10-15 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1497 @HeartSaVioR thank you for pointing that out, you are right we better handle the potential `JedisException` exception to avoid leak. --- If your project is set up for it, you can reply

[GitHub] zeppelin issue #1509: [Zeppelin-1540] fix note url input placeholder

2016-10-15 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1509 LGTM. Merge if there is no more discussion --- 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

[GitHub] zeppelin issue #1525: [ZEPPELIN-1552] Search button goes to next line when d...

2016-10-15 Thread hyonzin
Github user hyonzin commented on the issue: https://github.com/apache/zeppelin/pull/1525 @AhyoungRyu @tae-jun Thanks for you verification 😀 --- 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

[GitHub] zeppelin issue #1522: [ ZEPPELIN-1461 ] Doesn't display "description" value ...

2016-10-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1522 But most of CI tests have failed in `zeppelin-web` with below reason ``` [INFO] [INFO] [INFO] Reactor

[GitHub] zeppelin issue #1523: [ZEPPELIN-1550] fixed 'add from URL' button

2016-10-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1523 Merging this if there are no more discussions :D --- 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

[GitHub] zeppelin issue #1525: [ZEPPELIN-1552] Search button goes to next line when d...

2016-10-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1525 Yeah true! Thanks for your quick verification @tae-jun :) And thanks again @hyonzin! Merge if there are no more discussions. --- If your project is set up for it, you can reply

[GitHub] zeppelin issue #1500: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-10-15 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1500 Not really, there is no issue with the feature, the test itself is a bit weird because it transform to text whatever it find:

[GitHub] zeppelin issue #1500: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-10-15 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1500 @corneadoug It was very weird. Can you tell how to test? I have changed the numeric value 1,787 to 1787 but it seems that the failure is because of (maybe) some encoding/decoding at

[GitHub] zeppelin issue #1500: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-10-15 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1500 @Peilin-Yang The button we introduced in this PR, is breaking another test. Although the test looks funny, let's fix the expected result too ``` Failed tests:

[GitHub] zeppelin issue #1528: [DOC] Release Apache Zeppelin 0.6.2

2016-10-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1528 Thanks @minahlee preparing the release note. zeppelin-0.6.1 was built with spark-2.0/scala-2.11 and required to rebuild from source to use spark 1.6/scala-2.10. zeppelin-0.6.2

[GitHub] zeppelin issue #1309: [ZEPPELIN-1314] dump out the R command in debug mode

2016-10-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1309 @snowch Thanks for explanation. Make sense. CI is failing with ``` [INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin-spark_2.11 ---

[GitHub] zeppelin issue #1470: ZEPPELIN-1423 - Allow users to specify pre/post-execut...

2016-10-15 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1470 Apologies for late response. Changes LGTM. Last CI failure is irrelevant to this change. Merge if there're no more discussion. Thanks @agoodm for making step forward to

[GitHub] zeppelin issue #1309: [ZEPPELIN-1314] dump out the R command in debug mode

2016-10-15 Thread snowch
Github user snowch commented on the issue: https://github.com/apache/zeppelin/pull/1309 The R process launched, but I received an error. I would like to be able to execute the R command manually which is why I want to dump out how R is being called. --- If your project is set up

[GitHub] zeppelin pull request #1476: ZEPPELIN-335. Pig Interpreter

2016-10-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1476 --- 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 feature is

[GitHub] zeppelin pull request #1528: [DOC] Release Apache Zeppelin 0.6.2

2016-10-15 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1528 [DOC] Release Apache Zeppelin 0.6.2 ### What is this PR for? - Add release note for 0.6.2 - Update download page with the latest version to 0.6.2 ### What type of PR is it?

[RESULT][VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread Mina Lee
The vote passes with 5 binding +1 votes, 7 non-binding +1 votes, and no +0 or -1 votes. Thanks for everyone who verified rc and voted. +1: Jeff Zhang DuyHai Doan Anthony Corbacho* Ahyoung Ryu Felix Cheung* Hyung Sung Shim Moon Soo Lee* Luciano Resende Prabhjyot Singh* Rohit Choudhary Mina Lee*

[GitHub] zeppelin issue #1350: [ZEPPELIN-1351]Paragraph status should be ERROR if Par...

2016-10-15 Thread mwkang
Github user mwkang commented on the issue: https://github.com/apache/zeppelin/pull/1350 Can anyone help this PR? I don't know the next step. --- 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

[GitHub] zeppelin pull request #1502: [gh-pages] Separate "Supported Interpreters" ta...

2016-10-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1502 --- 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 feature is

[jira] [Created] (ZEPPELIN-1554) Update jekyll version of https://zeppelin.apache.org/docs from v1 to v3

2016-10-15 Thread Jesang Yoon (JIRA)
Jesang Yoon created ZEPPELIN-1554: - Summary: Update jekyll version of https://zeppelin.apache.org/docs from v1 to v3 Key: ZEPPELIN-1554 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1554

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread shivani firodiya
+! On Sat, Oct 15, 2016 at 3:02 PM, DuyHai Doan wrote: > Look like a bunch of people have issue with compression libs and it's not > related to Zeppelin: > > https://groups.google.com/forum/#!topic/spark-notebook-user/aGRBESad8Ew > >

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread DuyHai Doan
Look like a bunch of people have issue with compression libs and it's not related to Zeppelin: https://groups.google.com/forum/#!topic/spark-notebook-user/aGRBESad8Ew http://stackoverflow.com/questions/24121638/how-to-use-gzipcodec-or-bzip2codec-for-shuffle-spill-compression-with-spark-shel So

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread Mina Lee
+1 (binding) On Sat, Oct 15, 2016 at 6:07 PM, Mina Lee wrote: > Doan, we provide binary package only built with Scala 2.11 from 0.6.1. You > will need to build from source code if you want to use with Scala 2.10. We > can consider providing both for Scala 2.10 and 2.11 if

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread Mina Lee
Doan, we provide binary package only built with Scala 2.11 from 0.6.1. You will need to build from source code if you want to use with Scala 2.10. We can consider providing both for Scala 2.10 and 2.11 if community wants from next release. And error you posted looks more like spark issue than

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread DuyHai Doan
Tested with Cassandra interpreter and it works fine. Tested with Spark-Cassandra connector using SparkSQL and it works fine but sometimes I get the exception: java.lang.NoSuchMethodException: org.apache.spark.io.LZ4CompressionCodec.(org.apache.spark.SparkConf) at

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread rohit choudhary
+1. On Sat, Oct 15, 2016 at 1:08 PM, Prabhjyot Singh wrote: > +1 > > On 15 October 2016 at 13:01, Luciano Resende wrote: > > > +1 (non-binding) > > > > On Wed, Oct 12, 2016 at 3:28 AM, Mina Lee wrote: > > > > > Hi dev, > >

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread Prabhjyot Singh
+1 On 15 October 2016 at 13:01, Luciano Resende wrote: > +1 (non-binding) > > On Wed, Oct 12, 2016 at 3:28 AM, Mina Lee wrote: > > > Hi dev, > > > > I propose the following RC to be released for the Apache Zeppelin 0.6.2 > > release. > > > > The commit

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread Luciano Resende
+1 (non-binding) On Wed, Oct 12, 2016 at 3:28 AM, Mina Lee wrote: > Hi dev, > > I propose the following RC to be released for the Apache Zeppelin 0.6.2 > release. > > The commit id is 091086de9400dd1c02ca02acf4180b1bf1e9ede7 which is > corresponds > to the tag v0.6.2-rc2: >

[GitHub] zeppelin issue #1525: [ZEPPELIN-1552] Search button goes to next line when d...

2016-10-15 Thread tae-jun
Github user tae-jun commented on the issue: https://github.com/apache/zeppelin/pull/1525 CI is green light! Merge please @AhyoungRyu ! 😄 --- 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

[GitHub] zeppelin pull request #1518: [ZEPPELIN-1549] Change NotebookID variable name...

2016-10-15 Thread hyonzin
GitHub user hyonzin reopened a pull request: https://github.com/apache/zeppelin/pull/1518 [ZEPPELIN-1549] Change NotebookID variable name to NoteID ### What is this PR for? This PR fixes wrong written NotebookID to NoteID. ### What type of PR is it?

[GitHub] zeppelin pull request #1525: [ZEPPELIN-1552] Search button goes to next line...

2016-10-15 Thread hyonzin
Github user hyonzin closed the pull request at: https://github.com/apache/zeppelin/pull/1525 --- 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 feature is

[GitHub] zeppelin issue #1525: [ZEPPELIN-1552] Search button goes to next line when d...

2016-10-15 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1525 @hyonzin Thx for your prompt response! Seems the CI is not happy now with below reason ``` No output has been received in the last 10 minutes, this potentially indicates a