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

2016-07-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1215 @Leemoonsoo, mind to take look at it ? Thanks --- 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 #1227: [ZEPPELIN-1198][Spark Standalone] Documents for runnin...

2016-07-25 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1227 CI failure with below error ``` Summary --- Generated at: 2016-07-25T16:46:38+00:00 Notes: 3 Binaries: 152 Archives: 0 Standards: 108 Apache

[GitHub] zeppelin issue #1221: [MINOR] Change url in pom.xml files

2016-07-25 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1221 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 feature

[GitHub] zeppelin issue #1227: [ZEPPELIN-1198][Spark Standalone] Documents for runnin...

2016-07-25 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1227 @astroshim Cool! Is this PR only for Spark standalone mode? If so, why don't you edit TODO list? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin issue #1189: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ...

2016-07-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1189 @Leemoonsoo I pushed another commit to add migration section in upgrade.md, please help review. Thanks. --- If your project is set up for it, you can reply to this email and have your reply

Re: [GSoC 2016] Notebooks

2016-07-25 Thread Alexander Bezzubov
Hi Paul, this sounds very strange indeed. Please make sure you are using latest master and to get correct interpreters classnames - it should be enough to delete /conf/interpreter-settings.json and restart Zeppelin - it will be re-created. Regarding dependencies for to run %python.sql (it's

[GitHub] zeppelin pull request #1228: ZEPPELIN-1175. AM log is not available for yarn...

2016-07-25 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/1228 ZEPPELIN-1175. AM log is not available for yarn-client mode ### What is this PR for? For now, we share the same class path for zeppelin server and remote interpreter process. The cause the

[GitHub] zeppelin issue #1189: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ...

2016-07-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1189 BTW, I will do the windows related change after we make consensus on this approach. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin issue #1189: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ...

2016-07-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1189 Thanks @AhyoungRyu , I have updated the doc. --- 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 #1228: ZEPPELIN-1175. AM log is not available for yarn-client...

2016-07-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1228 @Leemoonsoo * `$ZEPPELIN_HOME/interpreter/` is not in the classpath, actually the jars under this folder are in the classpath. Although I can put all the files under this folder on the

Re: [GSoC 2016] Notebooks

2016-07-25 Thread Paul Bustios Belizario
Hi Alexander, Yes. I knew that, but for some reason, that I'm still investigating, z.show() doesn't display the dataframe in my notebook. That's why I decided to not incorporate z.show() yet. As soon as I find the problem I will add it. Regarding to pandasql, there is an error creating the

[GitHub] zeppelin issue #1221: [MINOR] Change url in pom.xml files

2016-07-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1221 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 pull request #1225: [Zeppelin-1229] Add cache buster for zeppelin-w...

2016-07-25 Thread corneadoug
GitHub user corneadoug reopened a pull request: https://github.com/apache/zeppelin/pull/1225 [Zeppelin-1229] Add cache buster for zeppelin-web build ### What is this PR for? In order to bust the cache when there is changes to the code of zeppelin-web after build, we are adding

[GitHub] zeppelin issue #1225: [Zeppelin-1229] Add cache buster for zeppelin-web buil...

2016-07-25 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1225 CI Failure unrelated, Merging if there is no more discussions --- 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 pull request #1225: [Zeppelin-1229] Add cache buster for zeppelin-w...

2016-07-25 Thread corneadoug
Github user corneadoug 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

[GitHub] zeppelin issue #1221: [MINOR] Change url in pom.xml files

2016-07-25 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/1221 If the URLs are all the same, and we set on the parent pom, wouldn't they be inherited ? In this case, we can actually remove all the child ones, and make future maintenance easier. --- If

Re: Interpreters initialization on 0.5.6 is a mess.

2016-07-25 Thread Jongyoul Lee
Hi Egor, If you want to use a HiveInterpreter, you can type %hive in your paragraph. There's no %sql matched when you use different Interpreter group from Spark. %sql is parsed %spark.sql when you use SparkInterpreter by default. Here is the interpreter ordering mechanism on 0.5.6. When you

[GitHub] zeppelin pull request #1227: [ZEPPELIN-1198][Spark Standalone] Documents for...

2016-07-25 Thread astroshim
GitHub user astroshim opened a pull request: https://github.com/apache/zeppelin/pull/1227 [ZEPPELIN-1198][Spark Standalone] Documents for running zeppelin on production environments. ### What is this PR for? This PR is for documentation for running zeppelin on production

[GitHub] zeppelin issue #1223: [WIP Zeppelin-945] Interpreter authorization

2016-07-25 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1223 @Leemoonsoo I would say, since the use case for this is different than that of notebook, and idea for this is to map access to users with interpreters. While reading the

[GitHub] zeppelin issue #1223: [WIP Zeppelin-945] Interpreter authorization

2016-07-25 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1223 @prabhjyotsingh Thank you for share your great idea. This PR is for interpreter authorization but your idea seems include user management. I think it should be separated and I agree with

Garbage collection in Spark interpreter

2016-07-25 Thread Sachin Janani
Hi All, I was looking into the spark interpreter code to understand how it works and found that it is using Spark REPL for executing scala code.As per my understanding spark REPL will not do GC unless we restart the interpreter.So my question here is 1) if we are using Spark interpreter will the