[GitHub] zeppelin pull request #1248: [ZEPPELIN-1069]Ignore implicit interpreter when...

2016-07-29 Thread mwkang
GitHub user mwkang opened a pull request: https://github.com/apache/zeppelin/pull/1248 [ZEPPELIN-1069]Ignore implicit interpreter when user enter wrong interpreter name ### What is this PR for? Ignore implicit interpreter when user enter wrong interpreter name linked to

[GitHub] zeppelin issue #1113: [ZEPPELIN-1069]Ignore implicit interpreter when user e...

2016-07-29 Thread mwkang
Github user mwkang commented on the issue: https://github.com/apache/zeppelin/pull/1113 @AhyoungRyu Thanks for your advice. Next time, I will try to do that. --- 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

[GitHub] zeppelin issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-29 Thread babupe
Github user babupe commented on the issue: https://github.com/apache/zeppelin/pull/1170 Do you think the external auth could be a blocker for the initial merge? If not, lets table it for now and I will pick this up later? It may be a little bit more involved than I thought.

[GitHub] zeppelin issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-29 Thread babupe
Github user babupe commented on the issue: https://github.com/apache/zeppelin/pull/1170 I have now pushed the change to capture and show bigquery exceptions with bad statements both in logs and interpreter. Will look into the credentials. --- If your project is set up for it, you

Re: Garbage collection in Spark interpreter

2016-07-29 Thread Sachin Janani
Thanks Moon. It means that this is the issue with the scala interpreter itself. Regards, -Sachin On Jul 30, 2016 04:48, "moon soo Lee" wrote: > Hi, > > Here's related issue. > https://issues.scala-lang.org/browse/SI-4331 > > Restart interpreter will be the only way to release

[GitHub] zeppelin issue #1243: [ZEPPELIN-1250] remove 2.11 suffix from zeppelin-serve...

2016-07-29 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1243 Merging it to prepare release 0.6.1 --- 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 issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-29 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1170 Thank you! Sounds awesome to me. --- 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

[GitHub] zeppelin issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-29 Thread babupe
Github user babupe commented on the issue: https://github.com/apache/zeppelin/pull/1170 Sorry about the delay. Merged it now. Thank you so much for documenting this! I am looking at surfacing the errors out to the interpreter. Will have an update on it. Will also look at

[jira] [Created] (ZEPPELIN-1255) z.show() does not display Pandas DataFrame with non-string values

2016-07-29 Thread Paul Bustios (JIRA)
Paul Bustios created ZEPPELIN-1255: -- Summary: z.show() does not display Pandas DataFrame with non-string values Key: ZEPPELIN-1255 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1255 Project:

Re: Garbage collection in Spark interpreter

2016-07-29 Thread moon soo Lee
Hi, Here's related issue. https://issues.scala-lang.org/browse/SI-4331 Restart interpreter will be the only way to release memory. It looks like there're some unreleased memory for keeping variable and generated class, even if you're manually releasing reference to the object, like var myObject

[GitHub] zeppelin issue #1210: [ZEPPELIN-1220] Add geographical map as visualization ...

2016-07-29 Thread mwpenny
Github user mwpenny commented on the issue: https://github.com/apache/zeppelin/pull/1210 @corneadoug Done --- 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 pull request #1240: [ZEPPELIN-1246] In JDBCInterpreter.getScheduler...

2016-07-29 Thread prasadwagle
GitHub user prasadwagle reopened a pull request: https://github.com/apache/zeppelin/pull/1240 [ZEPPELIN-1246] In JDBCInterpreter.getScheduler, use getMaxConcurrentConnection instead of hardcoding maxConcurrency to 10 ### What is this PR for? In JDBCInterpreter.getScheduler, use

[GitHub] zeppelin pull request #1240: [ZEPPELIN-1246] In JDBCInterpreter.getScheduler...

2016-07-29 Thread prasadwagle
Github user prasadwagle closed the pull request at: https://github.com/apache/zeppelin/pull/1240 --- 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 #1246: [MINOR] Fix missing validation on interpreter page

2016-07-29 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1246 Good catch, 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

[GitHub] zeppelin pull request #1247: ZEPPELIN-1254 Make get and save Interpreter bin...

2016-07-29 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/1247 ZEPPELIN-1254 Make get and save Interpreter bindings calls via websocket ### What is this PR for? This PR uses websocket to get and save interpreter bindings instead of rest api

[jira] [Created] (ZEPPELIN-1254) Make get and save Interpreter bindings calls via websocket

2016-07-29 Thread Renjith Kamath (JIRA)
Renjith Kamath created ZEPPELIN-1254: Summary: Make get and save Interpreter bindings calls via websocket Key: ZEPPELIN-1254 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1254 Project:

[jira] [Created] (ZEPPELIN-1253) Spark 2.0 provided spark installation is not working

2016-07-29 Thread Tamas Szuromi (JIRA)
org.apache.zeppelin.interpreter.remote.RemoteInterpretershared_session1545433467 INFO [2016-07-29 12:19:42,689] ({pool-2-thread-2} Paragraph.java[jobRun]:282) - run paragraph 20160729-121925_2015885616 using spark org.apache.zeppelin.interpreter.LazyOpenInterpreter@4fc9b1c9 INFO [2016-07-29 12:19:42,698] ({pool-2-thread-2} RemoteInterpreterManagedProcess.java

[GitHub] zeppelin pull request #1246: [MINOR] Fix missing validation on interpreter p...

2016-07-29 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/1246 [MINOR] Fix missing validation on interpreter page ### What is this PR for? Fix missing validation on interpreter page. TypeError on console when Save interpreter settings button is clicked

[GitHub] zeppelin issue #1245: ZEPPELIN-1225. Errors before the last shell command ar...

2016-07-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1245 @Leemoonsoo this is for branch-0.6, the test fail seems irrelevant. --- 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

[GitHub] zeppelin issue #1232: ZEPPELIN-1197. Should print output directly without in...

2016-07-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1232 Thanks you for explanation. 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

[GitHub] zeppelin issue #1235: ZEPPELIN-1227 change spark-2.0.0-preview to spark-2.0....

2016-07-29 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1235 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 #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppeli...

2016-07-29 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1241 @zjffdu I'm not sure, your issue is related with [this issue](https://github.com/bundler/bundler/issues/4065#issuecomment-149596385), could you try ``` gem uninstall bundler

[GitHub] zeppelin issue #1244: [ZEPPELIN-1251] Update interpreter artifact option lis...

2016-07-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1244 What will happen with `./bin/install-interpreter.sh --all` ? @minahlee Do you have any good idea to not install xxx_2.10 and xxx_2.11 together with `--all` option? --- If your project is

[GitHub] zeppelin pull request #1244: [ZEPPELIN-1251] Update interpreter artifact opt...

2016-07-29 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1244 [ZEPPELIN-1251] Update interpreter artifact option list for netinst package ### What is this PR for? Add scala 2.11 artifact options for netinst package ### What type of PR is it?

[GitHub] zeppelin issue #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppeli...

2016-07-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1241 yes, I run it under `ZEPPELIN_HOME/docs` --- 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 issue #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppeli...

2016-07-29 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1241 @zjffdu Did you run `bundle install` under `ZEPPELIN_HOME/docs` dir? --- 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

[GitHub] zeppelin issue #1243: [ZEPPELIN-1250] remove 2.11 suffix from zeppelin-serve...

2016-07-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1243 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 #1215: ZEPPELIN-1225. Errors before the last shell command ar...

2016-07-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1215 Merged into master. However, it wasn't able to be merged in branch-0.6 with conflict. So @zjffdu I'm resolving issue [ZEPPELIN-1225](https://issues.apache.org/jira/browse/ZEPPELIN-1225)

[GitHub] zeppelin pull request #1243: [ZEPPELIN-1250] remove 2.11 suffix from zeppeli...

2016-07-29 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1243 [ZEPPELIN-1250] remove 2.11 suffix from zeppelin-server ### What is this PR for? Remove 2.11 suffix from zeppelin-server since it uses scala dependencies only for test, so doesn't need to

[GitHub] zeppelin issue #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppeli...

2016-07-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1241 @AhyoungRyu I follow the instruction here to build the doc https://github.com/apache/zeppelin/blob/master/docs/README.md#build-documentation, but fails. Here's the error after `bundle install`

Re: Python SQL over Pandas Dataframe, was - Re: [GSoC 2016] Notebooks

2016-07-29 Thread Alexander Bezzubov
Hi Paul, it definitely looks like a bug and the right fix to me! Could you please create a JIRA issue and submit a PR with the fix? I think it is a very valuable contribution, thank you! -- Alex On Fri, Jul 29, 2016 at 3:45 PM, Paul Bustios Belizario wrote: > Hi Alex, > >

[GitHub] zeppelin issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-29 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1170 Added babupe/zeppelin#2 After configuring credentials I got strange behavior: query `show tables` results is `ERROR` paragraph status with - no output in GUI - and nothing in the

[GitHub] zeppelin pull request #1225: [Zeppelin-1229] Add cache buster for zeppelin-w...

2016-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1225 --- 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 #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppeli...

2016-07-29 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1241 @zjffdu Could you review this PR as a reporter? --- 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 pull request #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in ...

2016-07-29 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/1241 [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppelin conf table ### What is this PR for? This PR will fix [ZEPPELIN-1217](https://issues.apache.org/jira/browse/ZEPPELIN-1217).

[GitHub] zeppelin pull request #1220: [MINOR] Make scala version definition consisten...

2016-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1220 --- 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-1252) Please provide Zeppelin precompiled for Hbase 1.2

2016-07-29 Thread chris snow (JIRA)
chris snow created ZEPPELIN-1252: Summary: Please provide Zeppelin precompiled for Hbase 1.2 Key: ZEPPELIN-1252 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1252 Project: Zeppelin

[GitHub] zeppelin issue #1237: ZEPPELIN-1242. Should set property SPARK_YARN_MODE and...

2016-07-29 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1237 Merging this if 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

[jira] [Created] (ZEPPELIN-1251) Add scala 2.11 artifact options in netinst name list

2016-07-29 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-1251: -- Summary: Add scala 2.11 artifact options in netinst name list Key: ZEPPELIN-1251 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1251 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1250) Remove unnecessary dependencies

2016-07-29 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-1250: -- Summary: Remove unnecessary dependencies Key: ZEPPELIN-1250 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1250 Project: Zeppelin Issue Type: Task

[GitHub] zeppelin issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-29 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1170 While running locally I got: ``` ERROR [2016-07-29 15:05:09,591] ({pool-2-thread-2} BigQueryInterpreter.java[open]:142) - Cannot open connection java.io.IOException: The Application

[GitHub] zeppelin pull request #1215: ZEPPELIN-1225. Errors before the last shell com...

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