[GitHub] zeppelin pull request #1329: ZEPPELIN-1318 - Add support for matplotlib disp...

2016-08-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1329 --- 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 #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-13 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/zeppelin/pull/1296 @Leemoonsoo CI is green now! --- 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

[GitHub] zeppelin pull request #1295: [ZEPPELIN-1301] fix potential encoding problem ...

2016-08-13 Thread WeichenXu123
GitHub user WeichenXu123 reopened a pull request: https://github.com/apache/zeppelin/pull/1295 [ZEPPELIN-1301] fix potential encoding problem in RInterpreter processHTML DataURI conversion ### What is this PR for? fix potential encoding problem in RInterpreter processHTML

[GitHub] zeppelin issue #1324: Update AWS S3 library to avoid old Jackson

2016-08-13 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1324 seems like this has introduced some incompatibilities: could you take a long at the test failures? ``` 02:10:52,553 ERROR

[GitHub] zeppelin issue #1326: [ZEPPELIN-1323] Add contribution guide for Zeppelin do...

2016-08-13 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1326 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

[GitHub] zeppelin pull request #1314: [MINOR] Update outdated contents in zeppelin-di...

2016-08-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1314 --- 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

Re: Problem while creating mysql interpreter

2016-08-13 Thread Ram Shankar Yadav
Thanks Moon, appreciate your support! I'll try and get back to you if required. On Aug 13, 2016 5:23 PM, "moon soo Lee" wrote: > Hi, > > Regarding java.lang.ClassNotFoundException: org.apache.hadoop.security.Use > rGroupInformation$AuthenticationMethod error, I assume you're

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-13 Thread Victor Manuel Garcia
+1 2016-08-13 18:45 GMT+02:00 Prabhjyot Singh : > +1 > > On 13 Aug 2016 9:25 p.m., "Sourav Mazumder" > wrote: > > > + 1 > > > > Regards, > > Sourav > > > > > On ১৩ আগস্ট, ২০১৬, at ২:১৭ পূর্বাহ্ণ, Hyung Sung Shim < > hss...@nflabs.com> > >

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-13 Thread Prabhjyot Singh
+1 On 13 Aug 2016 9:25 p.m., "Sourav Mazumder" wrote: > + 1 > > Regards, > Sourav > > > On ১৩ আগস্ট, ২০১৬, at ২:১৭ পূর্বাহ্ণ, Hyung Sung Shim > wrote: > > > > +1 > > > > 2016년 8월 13일 토요일, Khalid Huseynov님이 작성한 메시지: > > > >>

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-13 Thread Sourav Mazumder
+ 1 Regards, Sourav > On ১৩ আগস্ট, ২০১৬, at ২:১৭ পূর্বাহ্ণ, Hyung Sung Shim > wrote: > > +1 > > 2016년 8월 13일 토요일, Khalid Huseynov님이 작성한 메시지: > >> +1 >> >> On Aug 13, 2016 11:10 AM, "Ahyoung Ryu" > > wrote: >>

[GitHub] zeppelin pull request #1296: [ZEPPELIN-1302] fix rinterpreter default prop v...

2016-08-13 Thread WeichenXu123
GitHub user WeichenXu123 reopened a pull request: https://github.com/apache/zeppelin/pull/1296 [ZEPPELIN-1302] fix rinterpreter default prop values init error ### What is this PR for? 1. Correct the calling to `SparkInterpreter.getSystemDefault` from

[GitHub] zeppelin pull request #1296: [ZEPPELIN-1302] fix rinterpreter default prop v...

2016-08-13 Thread WeichenXu123
Github user WeichenXu123 closed the pull request at: https://github.com/apache/zeppelin/pull/1296 --- 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 #1255: [ZEPPELIN-1258] Add Spark packages support to Livy int...

2016-08-13 Thread mfelgamal
Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1255 @felixcheung do you have any further comments ? --- 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

[jira] [Created] (ZEPPELIN-1326) java.lang.ClassNotFoundException: org.apache.hadoop.security.UserGroupInformation$AuthenticationMethod exception on JDBC interpreter

2016-08-13 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1326: -- Summary: java.lang.ClassNotFoundException: org.apache.hadoop.security.UserGroupInformation$AuthenticationMethod exception on JDBC interpreter Key: ZEPPELIN-1326 URL:

[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1296 @WeichenXu123 adding a commit, or close / reopen this pullrequest will trigger the CI. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: Problem while creating mysql interpreter

2016-08-13 Thread moon soo Lee
Hi, Regarding java.lang.ClassNotFoundException: org.apache.hadoop.security. UserGroupInformation$AuthenticationMethod error, I assume you're using master branch. (0.6.x branch shouldn't have this error) You can add "org.apache.hadoop:hadoop-common:2.7.2" in the Dependencies section of your

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-13 Thread Hyung Sung Shim
+1 2016년 8월 13일 토요일, Khalid Huseynov님이 작성한 메시지: > +1 > > On Aug 13, 2016 11:10 AM, "Ahyoung Ryu" > wrote: > > > +1 > > > > 2016년 8월 13일 (토) 오후 2:41, Anthony Corbacho >님이 > > 작성: > > > > > +1

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-13 Thread Khalid Huseynov
+1 On Aug 13, 2016 11:10 AM, "Ahyoung Ryu" wrote: > +1 > > 2016년 8월 13일 (토) 오후 2:41, Anthony Corbacho 님이 > 작성: > > > +1 > > > > On Saturday, 13 August 2016, moon soo Lee wrote: > > > > > +1 > > > > > > Verified > > > - No

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-13 Thread Ahyoung Ryu
+1 2016년 8월 13일 (토) 오후 2:41, Anthony Corbacho 님이 작성: > +1 > > On Saturday, 13 August 2016, moon soo Lee wrote: > > > +1 > > > > Verified > > - No unexpected binaries in source package > > - LICENSE, NOTICE exists > > - Build from source > > -