[GitHub] zeppelin issue #2121: [ZEPPELIN-2245] separate precode into JDBCInterpreter

2017-03-10 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2121 @felixcheung 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

[GitHub] zeppelin pull request #2117: ZEPPELIN-2241: JDBC interpreter throws npe on c...

2017-03-10 Thread randerzander
GitHub user randerzander reopened a pull request: https://github.com/apache/zeppelin/pull/2117 ZEPPELIN-2241: JDBC interpreter throws npe on connecting to any db that has a schema with "null" name ### What is this PR for? A few sentences describing the overall goals of the pull

[GitHub] zeppelin pull request #2117: ZEPPELIN-2241: JDBC interpreter throws npe on c...

2017-03-10 Thread randerzander
Github user randerzander closed the pull request at: https://github.com/apache/zeppelin/pull/2117 --- 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 #2114: [ZEPPELIN-2234][BUG] Can't display the same chart agai...

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2114 @Leemoonsoo Thanks for caring. The implementation we talked in #2110 is not applied yet. I will modify and comment soon. --- If your project is set up for it, you can reply to this email and

[jira] [Created] (ZEPPELIN-2246) Paragraph text should be personalized too

2017-03-10 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2246: --- Summary: Paragraph text should be personalized too Key: ZEPPELIN-2246 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2246 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #2114: [ZEPPELIN-2234][BUG] Can't display the same chart agai...

2017-03-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2114 #2110 is merged to master. @1ambda is this PR ready for `branch-0.7`? --- 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 pull request #2110: [ZEPPELIN-2234] Can't display the same chart ag...

2017-03-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2110 --- 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 #2117: ZEPPELIN-2241: JDBC interpreter throws npe on connecti...

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2117 @randerzander Hi, you can restart the failed job again using the `restart` button. If you close / open this PR after all jobs pass, you can see this

[GitHub] zeppelin issue #2118: [ZEPPELIN-2242] Toggle helium type buttons

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2118 @AhyoungRyu Thanks for review. --- 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 #1582: [ZEPPELIN-1604] Add Neo4j interpreter and Network visu...

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1582 Then, clicking `restart` button in the failed job would work. --- 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 issue #1600: Using HDFS to backup and restore notebook

2017-03-10 Thread EronWright
Github user EronWright commented on the issue: https://github.com/apache/zeppelin/pull/1600 Seems overcomplicated for `HDFSNotebookRepo` to extend `VFSNotebookRepo`, and to be synchronizing the local FS with the remote FS. Just implement `NotebookRepo` directly. --- If your

[GitHub] zeppelin issue #2117: ZEPPELIN-2241: JDBC interpreter throws npe on connecti...

2017-03-10 Thread randerzander
Github user randerzander commented on the issue: https://github.com/apache/zeppelin/pull/2117 @1ambda I enabled Travis for my repo. All builds passed except [this one](https://travis-ci.org/randerzander/zeppelin/jobs/209828896) which unrelated errors about Pig/MapReduce. --- If

[jira] [Created] (ZEPPELIN-2245) Separate precode by prefix into JDBCInterpreter

2017-03-10 Thread Tinkoff DWH (JIRA)
Tinkoff DWH created ZEPPELIN-2245: - Summary: Separate precode by prefix into JDBCInterpreter Key: ZEPPELIN-2245 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2245 Project: Zeppelin

[jira] [Created] (ZEPPELIN-2244) Spark interpreter missing hive-site config

2017-03-10 Thread Guillaume Van Delsen (JIRA)
Guillaume Van Delsen created ZEPPELIN-2244: -- Summary: Spark interpreter missing hive-site config Key: ZEPPELIN-2244 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2244 Project: Zeppelin

[GitHub] zeppelin pull request #2117: ZEPPELIN-2241: JDBC interpreter throws npe on c...

2017-03-10 Thread randerzander
Github user randerzander closed the pull request at: https://github.com/apache/zeppelin/pull/2117 --- 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 #2117: ZEPPELIN-2241: JDBC interpreter throws npe on connecti...

2017-03-10 Thread randerzander
Github user randerzander commented on the issue: https://github.com/apache/zeppelin/pull/2117 Thanks for the link, @1ambda . Do I need to close and re-open the PR to get Travis to run the test now? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin pull request #2117: ZEPPELIN-2241: JDBC interpreter throws npe on c...

2017-03-10 Thread randerzander
GitHub user randerzander reopened a pull request: https://github.com/apache/zeppelin/pull/2117 ZEPPELIN-2241: JDBC interpreter throws npe on connecting to any db that has a schema with "null" name ### What is this PR for? A few sentences describing the overall goals of the pull

[GitHub] zeppelin issue #1582: [ZEPPELIN-1604] Add Neo4j interpreter and Network visu...

2017-03-10 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/1582 I can't understand if it is related to something made by me becouse i haven't touched the zeppelin-server --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #2118: [ZEPPELIN-2242] Toggle helium type buttons

2017-03-10 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2118 @1ambda Cool! Thanks for the improvement. Looks Good 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

[GitHub] zeppelin issue #2056: ZEPPELIN-2151. Add integration test for livy cancel ap...

2017-03-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2056 ping @felixcheung CI is passed --- 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 #2098: [ZEPPELIN-2217][WIP] AdvancedTransformation for Visual...

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2098 Some features, improvements which can be done in this PR - refine `transform()` return value - selectable dynamic parameter. `{ ..., name: "theme" paramType: "optional", options:

[GitHub] zeppelin issue #2120: WIP: ZEPPELIN-1492

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2120 Hi @FRosner. Thanks for contribution. - Zeppelin build system relies on travis. So please setup your travis account and travis project for Zeppelin. -

[GitHub] zeppelin issue #2120: WIP: ZEPPELIN-1492

2017-03-10 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2120 Will do 👍 --- 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

[GitHub] zeppelin pull request #2120: WIP ZEPPELIN-1492

2017-03-10 Thread FRosner
GitHub user FRosner opened a pull request: https://github.com/apache/zeppelin/pull/2120 WIP ZEPPELIN-1492 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

2017-03-10 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2119 [ZEPPELIN-2243] Use uppercase for shortcut description ### What is this PR for? Use uppercase for keyboard shortcut description so that user can recognize shortcuts easily. it's

[GitHub] zeppelin pull request #2119: [ZEPPELIN-2243] Use uppercase for shortcut desc...

2017-03-10 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2119 --- 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 #2108: [ZEPPELIN-2202] Disable personalized mode btn when not...

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2108 This is the same fix for branch-0.7 - https://github.com/apache/zeppelin/pull/2115/files --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #2111: [ZEPPELIN-2230] clear bower_contents if bower.json cha...

2017-03-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2111 Merge to master if no further 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 does not have this

[GitHub] zeppelin pull request #2118: [ZEPPELIN-2242] Toggle helium type buttons

2017-03-10 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/2118 [ZEPPELIN-2242] Toggle helium type buttons ### What is this PR for? Toggle helium type buttons so that user can distinguish which button is clicked easily. Previously, - it's

[GitHub] zeppelin pull request #2118: [ZEPPELIN-2242] Toggle helium type buttons

2017-03-10 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/2118 --- 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 #2110: [ZEPPELIN-2234][WIP] Can't display the same chart agai...

2017-03-10 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2110 Thanks @Leemoonsoo @prabhjyotsingh! --- 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