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

2016-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1265 --- 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 #1449: [MINOR] Change Markdown class name from MarkdownInterp...

2016-10-19 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1449 Thanks @Leemoonsoo ! - Kavin --- 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 #1520: [ZEPPELIN-1061] Select default interpreter while creat...

2016-10-19 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1520 @jongyoul any udpates on this? --- 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 enabl

[GitHub] zeppelin issue #1539: [ZEPPELIN-1567] Let JDBC interpreter use user credenti...

2016-10-19 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1539 There's also an option of adding that Entity key in interpreter settings via GUI (say `credetials.key` -> `entity`) and then using that `entity` when searching through credentials --- If

[GitHub] zeppelin pull request #1540: [WIP][ZEPPELIN-1566] Make paragraph editable wi...

2016-10-19 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1540 [WIP][ZEPPELIN-1566] Make paragraph editable with double click ### What is this PR for? This PR enables edit on double click for markdown/angular paragraph. Users can change `editOnDblClick

[GitHub] zeppelin issue #1539: [ZEPPELIN-1567] Let JDBC interpreter use user credenti...

2016-10-19 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1539 @Leemoonsoo Thank you for review this. I was curious about the `Entity` name should be same with interpreter's. Could you tell me your idea? --- If your project is set up for it, you can

[GitHub] zeppelin issue #1447: [ZEPPELIN-1293] Re-create Livy session if it's lost

2016-10-19 Thread gss2002
Github user gss2002 commented on the issue: https://github.com/apache/zeppelin/pull/1447 @spektom I think what happens here is this code fires.. which has nothing to do with the fix here.. in LivySparkInterpreter: return livyHelper.interpretInput(line, interpreterCo

[GitHub] zeppelin pull request #1531: [ZEPPELIN-1314] dump out the R command

2016-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1531 --- 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 pull request #1533: [ ZEPPELIN-1559 ] Code Editor slow performance ...

2016-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1533 --- 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 #1466: Add SSL Cassandra support

2016-10-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1466 \cc @doanduyhai --- 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 #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-10-19 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1471 Hmm... perhaps you could advise us, would it be easy to switch over when it becomes part of beam? would it, say, make sense to put this into the beam group (`%beam.scio`) to help the transitio

[GitHub] zeppelin issue #1539: [ZEPPELIN-1567] Let JDBC interpreter use user credenti...

2016-10-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1539 @astroshim Thanks for the contribution. Proposed jdbc interpreter update looks like searching Entity name, the same name with interpreter alias. I can think some possible problem here.

[GitHub] zeppelin issue #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-10-19 Thread ravwojdyla
Github user ravwojdyla commented on the issue: https://github.com/apache/zeppelin/pull/1471 @felixcheung well - yes and no. scio is currently being contributed to beam, but current implementation still uses dataflow sdk. maybe we can consolidate it once scio migration to beam is done?

[GitHub] zeppelin issue #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-10-19 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1471 Thanks for the contribution and the ping. If it hasn't been asked before, should this be part of the beam interpreter group? Since they are both for Apache Beam and perhaps they could share

[GitHub] zeppelin issue #1530: [Zeppelin-1555] Eliminate prefix in PythonInterpreter ...

2016-10-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1530 Merge if there're 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 does not have this feature

[GitHub] zeppelin issue #1449: [MINOR] Change Markdown class name from MarkdownInterp...

2016-10-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1449 @kavinkumarks Yep. class name shouldn't be changed. 'MarkdownInterpreter' to 'Markdown' name change didn't happened across different versions of release. Otherwise, yes, will be taken care auto

[GitHub] zeppelin pull request #1511: [ZEPPELIN-1544]upgrade spark version to 2.0.1 a...

2016-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1511 --- 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 #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-10-19 Thread xiufengliu
Github user xiufengliu commented on the issue: https://github.com/apache/zeppelin/pull/1176 Hi, may i ask if the new PR was open? I am looking forward to this feature --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] zeppelin issue #1447: [ZEPPELIN-1293] Re-create Livy session if it's lost

2016-10-19 Thread spektom
Github user spektom commented on the issue: https://github.com/apache/zeppelin/pull/1447 @gss2002 are you using latest code from the branch? I can't find org.apache.zeppelin.livy.LivyHelper.interpretInput(LivyHelper.java:189) invocation at org.apache.zeppelin.livy.LivySparkInterprete

[jira] [Created] (ZEPPELIN-1569) Error in "Zeppelin Tutorial: Python - matplotlib basic"

2016-10-19 Thread Ake Edlund (JIRA)
Ake Edlund created ZEPPELIN-1569: Summary: Error in "Zeppelin Tutorial: Python - matplotlib basic" Key: ZEPPELIN-1569 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1569 Project: Zeppelin

[GitHub] zeppelin issue #1518: [ZEPPELIN-1549][WIP] Change NotebookID variable name t...

2016-10-19 Thread hyonzin
Github user hyonzin commented on the issue: https://github.com/apache/zeppelin/pull/1518 I doubted CI's test in this PR, so I tried this test for absolutely same code in my own repository. And it shows all green. [travis-ci.org/hyonzin/zeppelin/builds/168996633](https://travis-ci.

[GitHub] zeppelin issue #928: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-10-19 Thread rawkintrevo
Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/928 bump- status or thoughts on this? --- 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 enab

[jira] [Created] (ZEPPELIN-1568) print %angular does not work in asynchronous

2016-10-19 Thread Rockie Yang (JIRA)
Rockie Yang created ZEPPELIN-1568: - Summary: print %angular does not work in asynchronous Key: ZEPPELIN-1568 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1568 Project: Zeppelin Issue

[GitHub] zeppelin issue #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-10-19 Thread ravwojdyla
Github user ravwojdyla commented on the issue: https://github.com/apache/zeppelin/pull/1471 ping @Leemoonsoo @felixcheung --- 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 pull request #1500: [ZEPPELIN-1371]add text/numeric conversion supp...

2016-10-19 Thread Peilin-Yang
Github user Peilin-Yang closed the pull request at: https://github.com/apache/zeppelin/pull/1500 --- 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 pull request #1500: [ZEPPELIN-1371]add text/numeric conversion supp...

2016-10-19 Thread Peilin-Yang
GitHub user Peilin-Yang reopened a pull request: https://github.com/apache/zeppelin/pull/1500 [ZEPPELIN-1371]add text/numeric conversion support to table display ### What is this PR for? We people in Twitter have great demand of adding a flexible drop down menu for the columns i

[GitHub] zeppelin issue #1500: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-10-19 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1500 Current failure is really weird, can you try launching the CI again (close/re-open PR)? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] zeppelin issue #1510: [ZEPPELIN-675] "No data available" in invalid graph ty...

2016-10-19 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1510 Tested, 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

[GitHub] zeppelin issue #1539: [ZEPPELIN-1567] Let JDBC interpreter use user credenti...

2016-10-19 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1539 please review @jongyoul --- 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 pull request #1537: [Zeppelin-1561] Improve sync for multiuser envi...

2016-10-19 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at: https://github.com/apache/zeppelin/pull/1537 --- 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 feat

[GitHub] zeppelin pull request #1537: [Zeppelin-1561] Improve sync for multiuser envi...

2016-10-19 Thread khalidhuseynov
GitHub user khalidhuseynov reopened a pull request: https://github.com/apache/zeppelin/pull/1537 [Zeppelin-1561] Improve sync for multiuser environment ### What is this PR for? apply multi-tenancy for storage sync mechanism ### What type of PR is it? Bug Fix | Impro

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

2016-10-19 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1265 CI become green and @cloverhearts tested allmost cases. Merging if there's no more discussion. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] zeppelin issue #1449: [MINOR] Change Markdown class name from MarkdownInterp...

2016-10-19 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1449 @Leemoonsoo Yeah, it worked by changing it manually.I thought that it should have been taken care auto* when someone changes the relevant class name in the appropriate interpreter-setting.jso

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

2016-10-19 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1265 @cloverhearts Thank you!! --- 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 #1479: Notebook: HDFS as a backend storage (Read & Write Mode...

2016-10-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1479 Agree with @jongyoul we should make hadoop dependency as provided, @hayssams Could you paste the errors you can see when using provided ? So that someone else can help that. --- If your project

[GitHub] zeppelin issue #1522: [ ZEPPELIN-1461 ] Doesn't display "description" value ...

2016-10-19 Thread meenakshisekar
Github user meenakshisekar commented on the issue: https://github.com/apache/zeppelin/pull/1522 @kjhong The changes looks good to me, but here are few suggestions from my side. * Felt that the Description field need to be editable. How about displaying in a textArea?

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

2016-10-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1265 @jongyoul I still have the issue, not sure why I would hit this weird issue. I can see the perUser/perNote checkbox, but just could not select it. ![image](https://cloud.githubusercontent.

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

2016-10-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1265 @jongyoul my mistake, it works 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 enabl

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

2016-10-19 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1265 Tested. I was tested for spark, jdbc, markdown, file and other interpreters. It's working well. --- If your project is set up for it, you can reply to this email and have your reply