[jira] [Created] (ZEPPELIN-1175) AM log is not available for yarn-client mode

2016-07-13 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1175: Summary: AM log is not available for yarn-client mode Key: ZEPPELIN-1175 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1175 Project: Zeppelin Issue Ty

Re: Running Selenium tests

2016-07-13 Thread moon soo Lee
I don't know how much Firefox 45 and 31.0 are different. But I think it's good idea to use 31.0 for running selenium test, unless we update firefox version in travis ci. (travis runs selenium test with 31.0) On Wed, Jul 13, 2016 at 11:32 PM Corneau Damien wrote: > Answering myself. > Don't upda

[GitHub] zeppelin pull request #1176: [Zeppelin 1165 : improve] Paragraph dynamic rel...

2016-07-13 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1176 --- 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 #1176: [Zeppelin 1165 : improve] Paragraph dynamic rel...

2016-07-13 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1176 [Zeppelin 1165 : improve] Paragraph dynamic relationship executable form ### What is this PR for? Workflow process feature. (To ensure the success of each paragraph, it is possible

Re: Running Selenium tests

2016-07-13 Thread Corneau Damien
Answering myself. Don't update to Firefox 47, stay in 45 :) On Thu, Jul 14, 2016 at 2:43 PM, Corneau Damien wrote: > Hi, > > Does anybody have a good way to run Selenium tests from command line? > There isn't much documentation about it, and I can't get it to run anymore. > > I tried both: > > *

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 Screenshot change --- 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

[GitHub] zeppelin issue #989: Added ipfsnotebookrepo [ Zeppelin-683 WIP ]

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/989 Got it, thanks! Please submit another WIP pr with Bittorents support. Could you still follow https://github.com/apache/zeppelin/pull/989#issuecomment-230972882 and update this PR as soon as yo

[GitHub] zeppelin issue #1163: [ZEPPELIN-1149] %sh interpreter kerberos support

2016-07-13 Thread rconline
Github user rconline commented on the issue: https://github.com/apache/zeppelin/pull/1163 @felixcheung as of now the interpreters are reusing zeppelin keytab. Typically this is case in the hadoop security world, where the keytab is generated at a process level, whereas the authorizati

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 update add operator : all paragraph (*) and ui fixed. ![cap 2016-07-14 15-11-07-036](https://cloud.githubusercontent.com/assets/10525473/16829747/732164a0-49d5-11e6-

[GitHub] zeppelin pull request #1183: [Zeppelin - 1174] Cleanup unused methods in rep...

2016-07-13 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/1183 [Zeppelin - 1174] Cleanup unused methods in repo layer ### What is this PR for? This is to cleanup some unused print methods from repository layer ### What type of PR is it?

[jira] [Created] (ZEPPELIN-1174) Cleanup unused methods in repository layer

2016-07-13 Thread Khalid Huseynov (JIRA)
Khalid Huseynov created ZEPPELIN-1174: - Summary: Cleanup unused methods in repository layer Key: ZEPPELIN-1174 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1174 Project: Zeppelin I

[GitHub] zeppelin issue #928: [ZEPPELIN-116][WIP] Add Mahout Support for Spark Interp...

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/928 Got it, thank you so much for digging into it! Let me try to look into it more this week --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #1164: ZEPPELIN-1115: Python - interpreter for SQL over DataF...

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1164 Thank you guys for prompt reviews! Have added one minor TODO item to cleanup test profiles on CI, will merge after #747 --- If your project is set up for it, you can reply to this email an

[GitHub] zeppelin issue #1117: [ZEPPELIN-1086] Auto Completion for Interpreter.

2016-07-13 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1117 @bzz I totally agree with you so I did try to remove things you mentioned but it's not easy. Let me try one more. Thanks! --- If your project is set up for it, you can reply to this email a

[GitHub] zeppelin issue #1162: [ZEPPELIN-909] Apply new mechanism to Elasticsearch in...

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1162 Thank you for pointing out Lens case! May be we could extract this error handling logic to the method and re-use it everywhere, so the client code would look like: ```java this.re

[GitHub] zeppelin issue #1117: [ZEPPELIN-1086] Auto Completion for Interpreter.

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1117 What I mean is - as a user, when I auto-complete the interpreter name, I would expect a suggestion list that contains only interpreter names and nothing else. Right now list of suggestion inc

[GitHub] zeppelin pull request #1177: change the jquery-ui css file name

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

[GitHub] zeppelin issue #1182: ZEPPELIN-1170 Handsontable fails to display data on se...

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1182 @corneadoug from what you say, it's still not clear what's the plan with this one. I do not think it was rebased, where `rebased = git rebase` - that way all the commits would show up AFTER t

[GitHub] zeppelin issue #1164: ZEPPELIN-1115: Python - interpreter for SQL over DataF...

2016-07-13 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1164 Thanks for the improvement, 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 e

Running Selenium tests

2016-07-13 Thread Corneau Damien
Hi, Does anybody have a good way to run Selenium tests from command line? There isn't much documentation about it, and I can't get it to run anymore. I tried both: *TEST_SELENIUM="true" mvn package -DfailIfNoTests=false -pl 'zeppelin-interpreter,zeppelin-zengine,zeppelin-server' -Dtest=Paragraph

[GitHub] zeppelin issue #1140: [ZEPPELIN-1125] Application does not logout user when ...

2016-07-13 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1140 @prabhjyotsingh 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 wishe

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 Thank you for your opinion. I understood as a story about running redundant during the workflow. If the current functional design is supposed to run at the same time, as follows I

[GitHub] zeppelin issue #1164: ZEPPELIN-1115: Python - interpreter for SQL over DataF...

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1164 Last TODO and a feedback on graceful failure addressed in 11da87c --- 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 n

[GitHub] zeppelin issue #1175: use static field logger instead of function

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1175 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 featur

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1176 Cool feature, even I wanted to have something similar. Will test it, and give more feedback, in the mean while, and referring to the gif posted in screenshot segment, can the rest of the pa

[GitHub] zeppelin issue #1157: [ZEPPELIN-1146] Zeppelin JDBC interpreter should work ...

2016-07-13 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1157 @prabhjyotsingh This PR is not passed. Why do you merge it? I think we need to pass the CI even though we have some flaky tests. Could you please check it again? --- If your project is set up f

[GitHub] zeppelin issue #1160: [Zeppelin - 1152] Listing note revision history

2016-07-13 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1160 @corneadoug thanks for the help with rendering list, and i've fixed the tests. CI is green and ready for review. --- If your project is set up for it, you can reply to this email and have

[GitHub] zeppelin issue #1177: change the jquery-ui css file name

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1177 Good catch, I think we should merge this sooner. --- 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 hav

[GitHub] zeppelin issue #1181: ZEPPELIN-1168 Add http header X-Requested-By in post r...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1181 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 featur

[GitHub] zeppelin pull request #1157: [ZEPPELIN-1146] Zeppelin JDBC interpreter shoul...

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

[GitHub] zeppelin issue #1155: [ZEPPELIN-1143] Interpreter dependencies are not downl...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1155 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 featur

[GitHub] zeppelin issue #1140: [ZEPPELIN-1125] Application does not logout user when ...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1140 @corneadoug should we merge this, so that, `grunt serve` starts working, and tune this later ? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin pull request #993: [ZEPPELIN-987] Enable user to secure interpreter...

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

[jira] [Created] (ZEPPELIN-1173) Could not set hive.metastore.warehouse.dir property

2016-07-13 Thread Chanh Le (JIRA)
Chanh Le created ZEPPELIN-1173: -- Summary: Could not set hive.metastore.warehouse.dir property Key: ZEPPELIN-1173 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1173 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-1172) NPE in ResourcePoolUtils when creating remote interepter

2016-07-13 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1172: Summary: NPE in ResourcePoolUtils when creating remote interepter Key: ZEPPELIN-1172 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1172 Project: Zeppelin

[GitHub] zeppelin pull request #1110: [ZEPPELIN-1091] Disable ace editor's showSettin...

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

[jira] [Created] (ZEPPELIN-1171) NPE in ResourcePoolUtils when creating remote interepter

2016-07-13 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1171: Summary: NPE in ResourcePoolUtils when creating remote interepter Key: ZEPPELIN-1171 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1171 Project: Zeppelin

[GitHub] zeppelin issue #1168: [MINOR] Add formatter

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1168 I have applied `ZeppelinStyle` Java formatter in Eclipse and re-formatted `ZeppelinServer.java` here is the diff below ``` diff --git a/zeppelin-server/src/main/java/org/apache/zeppelin/s

[GitHub] zeppelin pull request #1177: change the jquery-ui css file name

2016-07-13 Thread corneadoug
Github user corneadoug closed the pull request at: https://github.com/apache/zeppelin/pull/1177 --- 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 #1177: change the jquery-ui css file name

2016-07-13 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1177 Yes, I see npm network issue. Merging if there is no more discussions. Will just re-trigger CI once more --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin pull request #1177: change the jquery-ui css file name

2016-07-13 Thread corneadoug
GitHub user corneadoug reopened a pull request: https://github.com/apache/zeppelin/pull/1177 change the jquery-ui css file name ### What is this PR for? The Jquery-ui css file name changed between version and is now missing ![screen shot 2016-07-13 at 3 37 02 pm](https://clo

[GitHub] zeppelin issue #1182: ZEPPELIN-1170 Handsontable fails to display data on se...

2016-07-13 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1182 #1171 is merged already, and this one has been rebased --- 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 h

[GitHub] zeppelin issue #1177: change the jquery-ui css file name

2016-07-13 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1177 @corneadoug I also saw this error in my console. 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

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1176 @cloverhearts Thanks for the detailed description. It would be better for reviewing this cool feature 👍 --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 jira re link - ZEPPELIN-1165 https://issues.apache.org/jira/browse/ZEPPELIN-1165 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] zeppelin issue #1168: [MINOR] Add formatter

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1168 @jongyoul do you think we should update our documentation for contributors, mentioning this IDE setup as well? --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] zeppelin issue #1182: ZEPPELIN-1170 Handsontable fails to display data on se...

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1182 So what is the consensus, shall we actually *rebase* this one on master and merge, or just close, as soon as #1171 is merged? --- If your project is set up for it, you can reply to this email and hav

[GitHub] zeppelin issue #747: [ZEPPELIN-605] Add support for Scala 2.11

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/747 Looks great to me! Thank you @lresende Let's merge if there is no further discussion --- 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 #1164: ZEPPELIN-1115: Python - interpreter for SQL over DataF...

2016-07-13 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1164 Documentation review addressed in e432961 --- 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 ena

[GitHub] zeppelin issue #928: [ZEPPELIN-116][WIP] Add Mahout Support for Spark Interp...

2016-07-13 Thread rawkintrevo
Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/928 @bzz, I can't recreate the build failure. I can say - Spark, pySpark, and Mahout notebooks and paragraphs run as expected. - Spark and pySpark tests pass. Also, integration tests

[GitHub] zeppelin issue #747: [ZEPPELIN-605] Add support for Scala 2.11

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/747 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 not have this feature enabled and wishes so

[GitHub] zeppelin issue #747: [ZEPPELIN-605] Add support for Scala 2.11

2016-07-13 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/747 @Leemoonsoo all back to green --- 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 #1171: [ZEPPELIN-1150] Table contents disappear 2nd ru...

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

[GitHub] zeppelin issue #1157: [ZEPPELIN-1146] Zeppelin JDBC interpreter should work ...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1157 You can either use %hive or %jdbc(hive), for the same. --- 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 n

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

2016-07-13 Thread babupe
Github user babupe commented on the issue: https://github.com/apache/zeppelin/pull/1170 Thanks! I will work on incorporating the feedback. --- 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 #1157: [ZEPPELIN-1146] Zeppelin JDBC interpreter should work ...

2016-07-13 Thread rja1
Github user rja1 commented on the issue: https://github.com/apache/zeppelin/pull/1157 Thanks @prabhjyotsingh. Novice question: how to you make the distinction in the notebook that you want jdbc hive vs jdbc postgresql, jdbc phoenix, etc.. If I run: %jdbc show tables;

[GitHub] zeppelin issue #1171: [ZEPPELIN-1150] Table contents disappear 2nd run onwar...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1171 👍 --- 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 issue #1182: ZEPPELIN-1170 Handsontable fails to display data on se...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1182 @Leemoonsoo Yes, I agree, we should merge #1171. --- 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 ha

[GitHub] zeppelin issue #1182: [HOTFIX] ZEPPELIN-1170 Handsontable fails to display d...

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1182 I think we can merge #1171 and then merge #1182, while this PR includes different improvements. (`$scope.hot = null` and `updateSettings`) I didn't marked #1171 as a hotfix, but let me

[GitHub] zeppelin issue #1182: [HOTFIX] ZEPPELIN-1170 Handsontable fails to display d...

2016-07-13 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/1182 @Leemoonsoo if #1171 is ready to merge. Please feel free to discard this PR and mark the jira issue as duplicate. Thanks :) --- If your project is set up for it, you can reply to this email and

[GitHub] zeppelin pull request #:

2016-07-13 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/zeppelin/commit/8790ba97caf0a08f7d73a3dec6b583f572f18189#commitcomment-18232098 @Leemoonsoo I will test it tomorrow and fix it if it's necessary. --- If your project is set up for it, you can reply to this

[GitHub] zeppelin issue #1180: [ZEPPELIN-1059] Fix the Print CSS file

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1180 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 issue #1182: [HOTFIX] ZEPPELIN-1170 Handsontable fails to display d...

2016-07-13 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/1182 @Leemoonsoo My bad, I missed your PR. Difference in #1171 and this pr - `$scope.hot = null;` is not necessary - `updateSettings` to update resultRows is one more call and is not doing

[GitHub] zeppelin issue #1171: [ZEPPELIN-1150] Table contents disappear 2nd run onwar...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1171 I missed this (which solve the same problem as https://github.com/apache/zeppelin/pull/1182), let me check this. --- If your project is set up for it, you can reply to this email and have

[GitHub] zeppelin issue #1182: [HOTFIX] ZEPPELIN-1170 Handsontable fails to display d...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1182 LGTM! This has been happening in my machine as well for quite some time. Thanks @r-kamath for the fix. @corneadoug, @Leemoonsoo Please review will merge this a hot fix. -

[GitHub] zeppelin issue #1181: ZEPPELIN-1168 Add http header X-Requested-By in post r...

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1181 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 issue #1182: [HOTFIX] ZEPPELIN-1170 Handsontable fails to display d...

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1182 @r-kamath Thanks for the fix. How this fix is different from #1171 ? --- 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 proj

[GitHub] zeppelin pull request #1182: [HOTFIX] ZEPPELIN-1170 Handsontable fails to di...

2016-07-13 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/1182 [HOTFIX] ZEPPELIN-1170 Handsontable fails to display data on second run ### What is this PR for? Handsontable fails to display data on second run if first run did not render table due to an

[GitHub] zeppelin pull request #:

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/zeppelin/commit/8790ba97caf0a08f7d73a3dec6b583f572f18189#commitcomment-18231592 I think this change is somehow related to https://issues.apache.org/jira/browse/ZEPPELIN-1169. @jongyoul, could you take a l

[jira] [Created] (ZEPPELIN-1170) Handson table fails to display data on second run

2016-07-13 Thread Renjith Kamath (JIRA)
Renjith Kamath created ZEPPELIN-1170: Summary: Handson table fails to display data on second run Key: ZEPPELIN-1170 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1170 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1169) Wrong guava version in the classpath

2016-07-13 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1169: -- Summary: Wrong guava version in the classpath Key: ZEPPELIN-1169 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1169 Project: Zeppelin Issue Type: B

[GitHub] zeppelin issue #1114: [DOC] Proxy build - removed Bower note

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1114 I'm merging it into master, if there is no further discussions, verification. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin issue #1175: use static field logger instead of function

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1175 Thanks @zjffdu for the contribution 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 f

[GitHub] zeppelin issue #1180: [ZEPPELIN-1059] Fix the Print CSS file

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1180 This is cool!! Tested and 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 ena

[GitHub] zeppelin issue #1171: [ZEPPELIN-1150] Table contents disappear 2nd run onwar...

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1171 Thanks @astroshim @corneadoug for review this! Merge it into master if there're no more discussions. --- If your project is set up for it, you can reply to this email and have your rep

[GitHub] zeppelin issue #1177: change the jquery-ui css file name

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1177 Test and LGTM. CI failure doesn't look relevant. --- 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 n

[GitHub] zeppelin issue #747: [ZEPPELIN-605] Add support for Scala 2.11

2016-07-13 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/747 Looks like there were some network problem on last CI bulid. Could you trigger ci once again and see if it goes to green? --- If your project is set up for it, you can reply to this email and h

[GitHub] zeppelin issue #1077: [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl

2016-07-13 Thread rerngvit
Github user rerngvit commented on the issue: https://github.com/apache/zeppelin/pull/1077 @elbamos Thanks for your information. I found that moving "zeppelin-zrinterpreter-0.6.0-SNAPSHOT.jar" to under "interpreter/r" will resolve the issue and enable the registration process for Knitr

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 update to description. This feature ensures a certain execution order Notebook with each Interpreter. --- If your project is set up for it, you can reply to this email and have you

[GitHub] zeppelin pull request #1181: ZEPPELIN-1168 Add http header X-Requested-By in...

2016-07-13 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/1181 ZEPPELIN-1168 Add http header X-Requested-By in post request to Livy for CSRF protection ### What is this PR for? Add http header X-Requested-By in post request to Livy for CSRF protection

[jira] [Created] (ZEPPELIN-1168) Add http header X-Requested-By in post request to Livy Interpreter

2016-07-13 Thread Renjith Kamath (JIRA)
Renjith Kamath created ZEPPELIN-1168: Summary: Add http header X-Requested-By in post request to Livy Interpreter Key: ZEPPELIN-1168 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1168 Projec

[GitHub] zeppelin issue #1175: use static field logger instead of function

2016-07-13 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1175 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 #1180: [ZEPPELIN-1059] Fix the Print CSS file

2016-07-13 Thread corneadoug
GitHub user corneadoug opened a pull request: https://github.com/apache/zeppelin/pull/1180 [ZEPPELIN-1059] Fix the Print CSS file ### What is this PR for? While investigating the original issue, I discovered that the `printMode.css` file was never used before. I changed it s

[GitHub] zeppelin pull request #1179: [ZEPPELIN-1109] Remove bootstrap dialog fade-in...

2016-07-13 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/1179 [ZEPPELIN-1109] Remove bootstrap dialog fade-in/out animation ### What is this PR for? This PR will fix [ZEPPELIN-1109](https://issues.apache.org/jira/browse/ZEPPELIN-1109). I'm not s

Re: Zeppelin 0.6.0 on CDH 5.7.1

2016-07-13 Thread Felix Cheung
Spark would need hive-site.xml be on CLASS_PATH, hence I'd suggest putting a copy under SPARK_HOME/conf. I don't recall zeppelin/conf is on, and that would probably be the reason why it wouldn't work. Do you have the exception stack for %sql not working? _ From: Ben

[GitHub] zeppelin issue #1114: [DOC] Proxy build - removed Bower note

2016-07-13 Thread fvaleri
Github user fvaleri commented on the issue: https://github.com/apache/zeppelin/pull/1114 What about this? Someone can confirm? --- 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 #1160: WIP [Zeppelin - 1152] Listing note revision history

2016-07-13 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1160 @khalidhuseynov All builds are red, can you check it out? --- 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 no

[GitHub] zeppelin issue #930: Make path for .spark-dist folder always accessible [ZEP...

2016-07-13 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/930 @echarles @bzz So is this Ready for merge? --- 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 feat

[GitHub] zeppelin pull request #1178: [Zeppelin-1167] Group $scope.$on functions

2016-07-13 Thread corneadoug
GitHub user corneadoug opened a pull request: https://github.com/apache/zeppelin/pull/1178 [Zeppelin-1167] Group $scope.$on functions ### What is this PR for? This is a small refactoring PR for zeppelin-web. This is moving all the code's `$scope.$on` functions together at the

[jira] [Created] (ZEPPELIN-1167) Refactoring - Group $scope.$on functions at the bottom of controllers

2016-07-13 Thread CORNEAU Damien (JIRA)
CORNEAU Damien created ZEPPELIN-1167: Summary: Refactoring - Group $scope.$on functions at the bottom of controllers Key: ZEPPELIN-1167 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1167 Pro

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 @AhyoungRyu It has been completed. However, if the part you want, please tell us at any time. Thank you. --- If your project is set up for it, you can reply to this email and hav

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 Test description modified. --- 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 a

[GitHub] zeppelin issue #1117: [ZEPPELIN-1086] Auto Completion for Interpreter.

2016-07-13 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1117 @bzz Thank you for reviewing. You mean that blocking the keyword and local meta values? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] zeppelin issue #1162: [ZEPPELIN-909] Apply new mechanism to Elasticsearch in...

2016-07-13 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1162 @bzz 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 enabled and wi

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-07-13 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1176 Great feature! Can you add documents for this or please explain more detail to review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub