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

2016-09-18 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1363 @Peilin-Yang Thanks for the ping, I will look into that. Any specific reason to drop #1371? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1371: [ZEPPELIN-1372]Automatically Detect the data type in t...

2016-09-18 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1371 @Peilin-Yang Right, let's not think about it for now then. We can do that when next release is ready --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #1408: [ZEPPELIN-808] Changed Permissions on Notebooks do not...

2016-09-18 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1408 @kavinkumarks I've tested this branch, but don't get the expected result when I follow the `How should this be tested` section. I'm getting: ![screen shot 2016-09-19 at 2 23 59

[jira] [Created] (ZEPPELIN-1452) Include Phoenix 'thin client' instructions in docs

2016-09-18 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1452: - Summary: Include Phoenix 'thin client' instructions in docs Key: ZEPPELIN-1452 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1452 Project: Zeppelin

[GitHub] zeppelin pull request #1436: Added Phoenix 'thin client' to JDBC docs

2016-09-18 Thread randerzander
GitHub user randerzander opened a pull request: https://github.com/apache/zeppelin/pull/1436 Added Phoenix 'thin client' to JDBC docs ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing

[GitHub] zeppelin issue #1435: ZEPPELIN-1368. interpreter-setting.json may be loaded ...

2016-09-18 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1435 Thanks Jeff, this patch fixes my mistake correctly. LGTM. If CI passes, I'll merge it asap. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin pull request #1434: [MINOR] Hide "Currently there are no properties...

2016-09-18 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/1434 [MINOR] Hide "Currently there are no properties ~" msg & "edit", "restart" and "remove" btn in edit mode ### What is this PR for? "Currently there are no properties and dependencies set

Re: [Need-Help][Eclipse][Windows] Problem

2016-09-18 Thread Andrea Santurbano
Hi Moon, thanks it works! If want to live debug the application how can i do this without rebuild every time the project? Thanks again! Andrea Il giorno sab 17 set 2016 alle ore 03:57 moon soo Lee ha scritto: > Hi Andrea, > > I think you can try > > mvn -pl 'zeppelin-server'

[GitHub] zeppelin issue #1431: [ZEPPELIN-1446] Fix broken layout of `Create new inter...

2016-09-18 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1431 @AhyoungRyu Thank you for your kind review. I just fix the space. --- 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 issue #1419: ZEPPELIN-1420. java.util.ConcurrentModificationExcepti...

2016-09-18 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1419 tested locally, 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

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

2016-09-18 Thread mfelgamal
Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1334 @felixcheung done, and now it checks if the main method is static or not. --- 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

[jira] [Created] (ZEPPELIN-1451) Bug of Embedding %html within %table.

2016-09-18 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-1451: Summary: Bug of Embedding %html within %table. Key: ZEPPELIN-1451 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1451 Project: Zeppelin Issue

[GitHub] zeppelin issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-09-18 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1369 @doanduyhai Sorry for my late response and thanks for the kind reminder. I tested again and checked the below issues I mentioned are gone :D >(edit interpreter -> add `one:two:1.1.1` to

[GitHub] zeppelin issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-09-18 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1369 @doanduyhai Could you take a look at the following screenshot? After the `alluxio` and `angular` dependency error occurs, I just saved `alluxio` interpreter setting several times but the

[GitHub] zeppelin issue #1419: ZEPPELIN-1420. java.util.ConcurrentModificationExcepti...

2016-09-18 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1419 Shall we merge this guy 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

[GitHub] zeppelin issue #1404: ZEPPELIN-1411. UDF with pyspark not working - object h...

2016-09-18 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1404 @Leemoonsoo Finally got the unit test passed (The remaining one failure is irrelevant). Actually the test failure is caused by several bugs of `SparkInterpreter`. Here's the steps to