[GitHub] zeppelin issue #1135: Add force layout visualization in paragraphs for SQL q...

2016-08-21 Thread davidtzoor
Github user davidtzoor commented on the issue: https://github.com/apache/zeppelin/pull/1135 @corneadoug I have rebased, added the test data, instructions and data model above. Please let me know what you think --- If your project is set up for it, you can reply to this email and have

[GitHub] zeppelin issue #1346: Update Utils.java

2016-08-21 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1346 @oeegee Thank you for the contribution :) Could you elaborate more ` What is this PR for?`, `What is the Jira issue?` and `How should this be tested?` sections by editing your PR description? I

[GitHub] zeppelin issue #1349: Add spark dependency jars in driver classpath also in ...

2016-08-21 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1349 Hi, @gbloisi Thanks for the contribution. Zeppelin can be built with one version of Spark. The specific version of spark dependencies will be collected into "${INTERPRETER_DIR}/dep". Wh

RE: Issues in Zeppelin 0.6.0

2016-08-21 Thread Sundararajan, Pranav
Hi, PFB the code. import org.apache.spark.sql.hive.HiveContext val df_test_hive = HiveContext.read.parquet("/location/hivefile ") We are getting the following error in the log: import org.apache.spark.sql.hive.HiveContext :57: error: object HiveContext in package hive cannot be accessed in pack

[GitHub] zeppelin pull request #1349: Add spark dependency jars in driver classpath a...

2016-08-21 Thread gbloisi
Github user gbloisi closed the pull request at: https://github.com/apache/zeppelin/pull/1349 --- 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 #1349: Add spark dependency jars in driver classpath also in ...

2016-08-21 Thread gbloisi
Github user gbloisi commented on the issue: https://github.com/apache/zeppelin/pull/1349 Thanks for the explanation. I was using https://github.com/dylanmei/docker-zeppelin docker image and now I just realize it is shipping a spark-2.0.0 version not including hive dependecies (spark-

[GitHub] zeppelin issue #1208: [gh-pages][ZEPPELIN-1216] Add a matrix table for "Zepp...

2016-08-21 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1208 LGTM. Merge to gh-pages branch if there're no more discussions. Thanks @AhyoungRyu for great work! --- If your project is set up for it, you can reply to this email and have your reply appe

Zeppelin 0.6.0 Issues - Hive | HiveContext

2016-08-21 Thread Sundararajan, Pranav
Hi, I am using Zeppelin 0.6.0. Please find below the issues along with their detailed explanation. Zeppelin 0.6.0 Issues: a. not able to execute DDL statements like Create/Drop tables using temptables derived from the hive table * Error Log: "java.lang.RuntimeException: [1.1] fai

[GitHub] zeppelin issue #1334: [ZEPPELIN-682] New interpreter for Apache Beam (incuba...

2016-08-21 Thread mfelgamal
Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1334 @bzz I updated `.travis.yml` and there is an error while building `Could not find the selected project in the reactor: '!beam'` but the command `-pl '!beam'` run on local without any error. --

[GitHub] zeppelin issue #1334: [ZEPPELIN-682] New interpreter for Apache Beam (incuba...

2016-08-21 Thread mfelgamal
Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1334 @AhyoungRyu the changes is 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 enable

[GitHub] zeppelin issue #1265: [ZEPPELIN-1210] Run interpreter per user

2016-08-21 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1265 @jongyoul Thanks for the great work. I tested this PR a bit and it works as expected. However, when i remove a Note, (with "perNote" checked), i think removal of Interpreter Process (isolated m

[GitHub] zeppelin issue #1265: [ZEPPELIN-1210] Run interpreter per user

2016-08-21 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1265 @Leemoonsoo Thanks for the review. I'll check 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 project does not have

[GitHub] zeppelin issue #1338: Zeppelin 1307 - Implement notebook revision in Zeppeli...

2016-08-21 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1338 **L**ets **G**et **T**o **M**erge --- 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 #1338: Zeppelin 1307 - Implement notebook revision in Zeppeli...

2016-08-21 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1338 @bzz Regarding your comment, I couldnt agree more, i am not a big fan of returning `null`. I created an issue in [JIRA - 1352](https://issues.apache.org/jira/browse/ZEPPELIN-1352) and I wi

[jira] [Created] (ZEPPELIN-1352) Refactor Notebook repo versioning to rerun Revision Empty instead of Null

2016-08-21 Thread Anthony Corbacho (JIRA)
Anthony Corbacho created ZEPPELIN-1352: -- Summary: Refactor Notebook repo versioning to rerun Revision Empty instead of Null Key: ZEPPELIN-1352 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1352

[GitHub] zeppelin issue #1322: [ZEPPELIN-1320] Run zeppelin interpreter process as we...

2016-08-21 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1322 @prabhjyotsingh I don't know how to support different users' environments fully, actually. But I think it's better to use `RUNAS ~` and `su - ~` and using `ssh` without password make some securit

[GitHub] zeppelin issue #1346: Update Utils.java

2016-08-21 Thread oeegee
Github user oeegee commented on the issue: https://github.com/apache/zeppelin/pull/1346 @AhyoungRyu I've just modify the content. Please review. and https://www.facebook.com/groups/AapacheZeppelinFanKorea/permalink/188935008190436/ If a Korean can do you talk on Facebook. Pleas

[GitHub] zeppelin issue #1322: [ZEPPELIN-1320] Run zeppelin interpreter process as we...

2016-08-21 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1322 @prabhjyotsingh Without issues above, Could you check this PR support `scoped` as well which uses multiple threads in one process? --- If your project is set up for it, you can reply to this em

[GitHub] zeppelin issue #1322: [ZEPPELIN-1320] Run zeppelin interpreter process as we...

2016-08-21 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1322 If i add one more, What do you guys think about adding an option `Impersonate` in the interpreter setting on GUI? That'll give user flexibility of selecting current behavior (withou

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

2016-08-21 Thread oeegee
Github user oeegee commented on the issue: https://github.com/apache/zeppelin/pull/1324 I had to change the jackson.lib avoid this error. ./lib/jackson-core-2.5.3.jar ./lib/jackson-annotations-2.5.0.jar ./lib/jackson-databind-2.5.3.jar ==> jackson-xxx-2.6.7.jar

[GitHub] zeppelin issue #1315: [ZEPPELIN-530] Added changes for Credential Provider, ...

2016-08-21 Thread rconline
Github user rconline commented on the issue: https://github.com/apache/zeppelin/pull/1315 @jongyoul in that case, they will not be able to take advantage of storing AD passwords in an encrypted fashion. That said, there will be no functionality loss. --- If your project is set up

[GitHub] zeppelin issue #1347: ZEPPELIN-1284. Unable to run paragraph with default in...

2016-08-21 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1347 LGTM! https://issues.apache.org/jira/browse/ZEPPELIN-1342 The PR is this Issue Link solution. --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] zeppelin issue #1313: [ZEPPELIN-1245] Focus first paragraph after notebook c...

2016-08-21 Thread rajarajan-g
Github user rajarajan-g commented on the issue: https://github.com/apache/zeppelin/pull/1313 its 'thinktank' --- 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 #1242: [ZEPPELIN-960] When there is no interpreter, paragraph...

2016-08-21 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1242 ping --- 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 th

[GitHub] zeppelin issue #1322: [ZEPPELIN-1320] Run zeppelin interpreter process as we...

2016-08-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1322 > It's better to use RUNAS ~ and su - ~ @jongyoul How about I make `use RUNAS ~ and su - ~` by default, but if in `zeppelin-env.sh` a property say `USE_SSH_IMPERSONATION` is set to

[GitHub] zeppelin pull request #1345: [ZEPPELIN-728] Can't POST interpreter setting (...

2016-08-21 Thread kavinkumarks
GitHub user kavinkumarks reopened a pull request: https://github.com/apache/zeppelin/pull/1345 [ZEPPELIN-728] Can't POST interpreter setting (CorsFilter?) ### What is this PR for? This handles the NPE when the input json is empty for the interpreter setting POST request.

[GitHub] zeppelin pull request #1345: [ZEPPELIN-728] Can't POST interpreter setting (...

2016-08-21 Thread kavinkumarks
Github user kavinkumarks closed the pull request at: https://github.com/apache/zeppelin/pull/1345 --- 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 featur

[GitHub] zeppelin issue #1345: [ZEPPELIN-728] Can't POST interpreter setting (CorsFil...

2016-08-21 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1345 Reopening to trigger the CI build. --- 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 e

[GitHub] zeppelin pull request #1348: [ZEPPELIN-1313] NullPointerException when using...

2016-08-21 Thread kavinkumarks
Github user kavinkumarks closed the pull request at: https://github.com/apache/zeppelin/pull/1348 --- 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 featur

[GitHub] zeppelin pull request #1348: [ZEPPELIN-1313] NullPointerException when using...

2016-08-21 Thread kavinkumarks
GitHub user kavinkumarks reopened a pull request: https://github.com/apache/zeppelin/pull/1348 [ZEPPELIN-1313] NullPointerException when using Clone notebook REST API ### What is this PR for? This fixes when the input json is empty for the clone notebook REST API and for this ca

[GitHub] zeppelin issue #1348: [ZEPPELIN-1313] NullPointerException when using Clone ...

2016-08-21 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1348 Reopening to trigger the CI build. --- 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 e