[GitHub] zeppelin issue #1339: [ZEPPELIN-1332] Remove spark-dependencies & suggest ne...

2016-09-29 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1339
  
@AhyoungRyu Thanks for your effort. LGTM. But I think it would be better to 
support non-interactive mode for running the server because some of users 
launches Zeppelin as a start-up service for their server and interactive mode 
would break 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 your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1429: ZEPPELIN-1440 Notebook clone: prefix name with ...

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1429


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1510) Zeppelin-Web Good Practices #5 - ng-if vs ng-show

2016-09-29 Thread CORNEAU Damien (JIRA)
CORNEAU Damien created ZEPPELIN-1510:


 Summary: Zeppelin-Web Good Practices #5 - ng-if vs ng-show
 Key: ZEPPELIN-1510
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1510
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CORNEAU Damien
Assignee: CORNEAU Damien


This Good Practice Guide will focus on the difference between ng-if and ng-show 
and which cases are the best to use them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1473: [ZEPPELIN-908] Apply new mechanism to CassandraInterpr...

2016-09-29 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1473
  
@doanduyhai Do you try to do it via 
https://cwiki.apache.org/confluence/display/ZEPPELIN/Committer+Guide ? AFAIK, 
there's no more step except creating account.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1473: [ZEPPELIN-908] Apply new mechanism to CassandraInterpr...

2016-09-29 Thread kavinkumarks
Github user kavinkumarks commented on the issue:

https://github.com/apache/zeppelin/pull/1473
  
Thanks @doanduyhai  for reviewing it and the CI build is green!

- Kavin
MailTo: kavin.ku...@imaginea.com


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1433: [ZEPPELIN-1451] Bug fix of Embedding %html within %tab...

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1433
  
@astroshim CI failure is irrelevant
@Leemoonsoo any 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 feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
Well the problem here is that there is really nothing you can do, you are 
not going to change your Notebook name, or somebody else notebook name because 
both name are 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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread rajarajan-g
Github user rajarajan-g commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
@corneadoug : Nice catch. I didn't check that scenario. Will let you once, 
i figure out a way.
Let me check the current implementation too.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread rajarajan-g
Github user rajarajan-g commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
@jongyoul : Thanks for noticing that. I didn't make those changes. Those 
changes seems to come from another commit. Need to 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 this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1474: Change path to tutorial images

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1474


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1433: [ZEPPELIN-1451] Bug fix of Embedding %html within %tab...

2016-09-29 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1433
  
re-trigger CI


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1433: [ZEPPELIN-1451] Bug fix of Embedding %html with...

2016-09-29 Thread astroshim
GitHub user astroshim reopened a pull request:

https://github.com/apache/zeppelin/pull/1433

[ZEPPELIN-1451] Bug fix of Embedding %html within %table.

### What is this PR for?
This PR fixes the bug of Embedding %html within %table.
It doesn't print properly when the `%html` is the first line.

### What type of PR is it?
Bug Fix


### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1451


### How should this be tested?
Run following code in your paragraph.
```
print(s"""%table
name\tsize\tquantity
%html sun\t100\t50
%html moon\t10\t20""")
```

### Screenshots (if appropriate)
- before

![image](https://cloud.githubusercontent.com/assets/3348133/18616055/30262a38-7df0-11e6-8d9c-441f50df77c6.png)


- after

![image](https://cloud.githubusercontent.com/assets/3348133/18616073/73ba51c0-7df0-11e6-8a91-b13074ec80e4.png)



### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/astroshim/zeppelin ZEPPELIN-1451

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1433.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1433


commit f3d11a07a9e3ef405d2c7376f802c92a14ce6788
Author: astroshim 
Date:   2016-09-18T13:26:13Z

add checking the type should be detected.

commit 7724afdd0fa241a999a8023f05539f5c1e50c83b
Author: astroshim 
Date:   2016-09-21T12:44:30Z

Merge branch 'master' into ZEPPELIN-1451

commit a7a88e6e88a88d95e130d02d12310b234ad89787
Author: astroshim 
Date:   2016-09-29T07:41:35Z

Merge branch 'master' of https://github.com/apache/zeppelin into 
ZEPPELIN-1451

commit 89a40b33dd11534ab44bd840774ecb669d365b5e
Author: astroshim 
Date:   2016-09-29T12:49:30Z

change condition of parsing

commit 1d0ab93d266cc38c2758491baad6be1a3505010d
Author: astroshim 
Date:   2016-09-30T02:21:21Z

add testcase




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1433: [ZEPPELIN-1451] Bug fix of Embedding %html with...

2016-09-29 Thread astroshim
Github user astroshim closed the pull request at:

https://github.com/apache/zeppelin/pull/1433


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1475: [ZEPPELIN-1509] Bug of testcase path in .travis...

2016-09-29 Thread astroshim
GitHub user astroshim opened a pull request:

https://github.com/apache/zeppelin/pull/1475

[ZEPPELIN-1509] Bug of testcase path in .travis.yml

### What is this PR for?
This PR fixes path of spark testcase.


### What type of PR is it?
Bug Fix

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1509


### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/astroshim/zeppelin ZEPPELIN-1509

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1475.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1475


commit bc74738750366833366f6aa9cc8b3f814a996c6f
Author: astroshim 
Date:   2016-09-30T04:12:45Z

fix testcase path




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1509) Bug of testcase define in .travis.yml

2016-09-29 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-1509:


 Summary: Bug of testcase define in .travis.yml
 Key: ZEPPELIN-1509
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1509
 Project: Zeppelin
  Issue Type: Bug
Reporter: Shim HyungSung


Spark related testcase doesn't work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #49: Fix Duplicate import bug

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/49
  
@cfmcgrady Is this PR still relevant?
Otherwise I will close it


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #47: Zeppelin 26

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/47
  
@cfmcgrady Is this PR still relevant?
Otherwise I will close it


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1474: Change path to tutorial images

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1474
  
Want to merge this fast, since it is a Hotfix


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1474: Change path to tutorial images

2016-09-29 Thread corneadoug
GitHub user corneadoug opened a pull request:

https://github.com/apache/zeppelin/pull/1474

Change path to tutorial images

### What is this PR for?
Fixing the image path of the tutorial made in #418 


### What type of PR is it?
Hot Fix

### What is the Jira issue?
None, just a Hotfix

### How should this be tested?
Build, move into full website, you should see the images

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/corneadoug/incubator-zeppelin 
fix/FlinkTutorialImg

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1474.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1474


commit cabd8df2025783c46819a396d18d3361de360923
Author: Damien CORNEAU 
Date:   2016-09-30T03:05:18Z

Change path to tutorial images




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1445: [Zeppelin-1001] Take care of comma/tab escape in csv/t...

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1445
  
@meenakshisekar There is an indent error breaking the build, can you fix it?
Then, merging this one


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1469: [Zeppelin-1496] Apply Zeppelin-Web Good Practice Guide...

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1469
  
Merging if there is no 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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1430: [ZEPPELIN-868] Notebook import fails when notebook is ...

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1430
  
CI is green 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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
@rajarajan-g How do you handle if another user with same notebook name 
decides to gives you read ability on his notebook?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #197: Update SparkInterpreter.java

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/197


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #321: Adding Boxplot

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/321


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #72: [ZEPPELIN-9]: Provide Spark profiles for older 1....

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/72


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #336: Add bullet graph support

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/336


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #418: [DOCS] Zeppelin Flink Spark tutorial

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/418


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1429: ZEPPELIN-1440 Notebook clone: prefix name with "Copy o...

2016-09-29 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1429
  
@r-kamath If you have trouble merging, tell 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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-09-29 Thread ravwojdyla
Github user ravwojdyla commented on the issue:

https://github.com/apache/zeppelin/pull/1471
  
@AhyoungRyu @zjffdu could you please review when your have time. all the 
todos are ✔️ 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1473: [ZEPPELIN-908] Apply new mechanism to CassandraInterpr...

2016-09-29 Thread doanduyhai
Github user doanduyhai commented on the issue:

https://github.com/apache/zeppelin/pull/1473
  
@jongyoul I would like too but I don't have the commit right ...


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1508) Malformed JDBC Url leads to GSS init failed

2016-09-29 Thread Paulo Jorge Dias Nunes (JIRA)
Paulo Jorge Dias Nunes created ZEPPELIN-1508:


 Summary: Malformed JDBC Url leads to GSS init failed
 Key: ZEPPELIN-1508
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1508
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters
Affects Versions: 0.6.1
 Environment: CDH 5.5.5 + Hive Loadbalanced + MIT Kerberos
Reporter: Paulo Jorge Dias Nunes
Priority: Minor


If I specify the jdbc url using the UI, it turns out like this:
"hive.url": 
"jdbc:hive2://XX:1/default;principal\u003dhive/XX@XX"

This leads to a "GSS initiate failed" exception being thrown. Nothing else 
shows up in the logs.

If I manually edit the "conf/interpreter.json" to "hive.url": 
"jdbc:hive2://XX:1/default;principal=hive/XX@XX"
Everything runs fine after an interpreter restart.

However, this behaviour already existed on 0.6.0 and it used to work fine. 
Additionally, the bug seems to emerge only in one of "my" clusters where the 
connection string is the largest - 103 characters. On the other one there's no 
issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
I think this PR contains wrong changes like JDBC*. Is it correct?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1507) SparkR doesn't work on YARN

2016-09-29 Thread Trevor Grant (JIRA)
Trevor Grant created ZEPPELIN-1507:
--

 Summary: SparkR doesn't work on YARN
 Key: ZEPPELIN-1507
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1507
 Project: Zeppelin
  Issue Type: Bug
  Components: r-interpreter
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
 Fix For: 0.6.2, 0.7.0, 0.6.1, 0.6.0


SparkR fails when running on YARN because "localhost" is hardcoded.

Error:
.zeppelinR = SparkR:::callJStatic("org.apache.zeppelin.spark.ZeppelinR", 
"getZeppelinR", hashCode)

at 
org.apache.zeppelin.spark.ZeppelinR.waitForRScriptInitialized(ZeppelinR.java:295)
at org.apache.zeppelin.spark.ZeppelinR.request(ZeppelinR.java:235)
at org.apache.zeppelin.spark.ZeppelinR.eval(ZeppelinR.java:183)
at org.apache.zeppelin.spark.ZeppelinR.open(ZeppelinR.java:172)
at 
org.apache.zeppelin.spark.SparkRInterpreter.open(SparkRInterpreter.java:85)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.getProgress(LazyOpenInterpreter.java:110)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.getProgress(RemoteInterpreterServer.java:454)
at 
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$getProgress.getResult(RemoteInterpreterService.java:1701)
at 
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$getProgress.getResult(RemoteInterpreterService.java:1686)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at 
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)


This is was recently fixed in Spark:
https://github.com/apache/spark/pull/14666/files




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1473: [ZEPPELIN-908] Apply new mechanism to CassandraInterpr...

2016-09-29 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1473
  
@doanduyhai Can you commit this PR? I think it's good starting point. :-)


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1433: [ZEPPELIN-1451] Bug fix of Embedding %html within %tab...

2016-09-29 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1433
  
@Leemoonsoo CI has passed, please 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 and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1473: [ZEPPELIN-908] Apply new mechanism to CassandraInterpr...

2016-09-29 Thread doanduyhai
Github user doanduyhai commented on the issue:

https://github.com/apache/zeppelin/pull/1473
  
The code 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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1461: [MINOR] Rearrange the contents in "About Zeppelin"

2016-09-29 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1461
  
One CI test is failed in `
SCALA_VER="2.11" SPARK_VER="2.0.0" HADOOP_VER="2.3" PROFILE="-Pspark-2.0 
-Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples -Pscala-2.11" ` like 
below 

```
Tests: succeeded 17, failed 1, canceled 0, ignored 0, pending 0
*** 1 TEST FAILED ***
[INFO] 

[INFO] Reactor Summary:
[INFO] 
[INFO] Zeppelin ... SUCCESS [ 
28.461 s]
[INFO] Zeppelin: Interpreter .. SUCCESS [ 
30.071 s]
[INFO] Zeppelin: Zengine .. SUCCESS [ 
11.502 s]
[INFO] Zeppelin: Display system apis .. FAILURE [ 
20.268 s]
[INFO] Zeppelin: Spark dependencies ... SKIPPED
[INFO] Zeppelin: Spark  SKIPPED
[INFO] Zeppelin: Markdown interpreter . SKIPPED
[INFO] Zeppelin: Angular interpreter .. SKIPPED
[INFO] Zeppelin: Shell interpreter  SKIPPED
[INFO] Zeppelin: Livy interpreter . SKIPPED
[INFO] Zeppelin: HBase interpreter  SKIPPED
[INFO] Zeppelin: PostgreSQL interpreter ... SKIPPED
[INFO] Zeppelin: JDBC interpreter . SKIPPED
[INFO] Zeppelin: File System Interpreters . SKIPPED
[INFO] Zeppelin: Flink  SKIPPED
[INFO] Zeppelin: Apache Ignite interpreter  SKIPPED
[INFO] Zeppelin: Kylin interpreter  SKIPPED
[INFO] Zeppelin: Python interpreter ... SKIPPED
[INFO] Zeppelin: Lens interpreter . SKIPPED
[INFO] Zeppelin: Apache Cassandra interpreter . SKIPPED
[INFO] Zeppelin: Elasticsearch interpreter  SKIPPED
[INFO] Zeppelin: BigQuery interpreter . SKIPPED
[INFO] Zeppelin: Alluxio interpreter .. SKIPPED
[INFO] Zeppelin: web Application .. SKIPPED
[INFO] Zeppelin: Server ... SKIPPED
[INFO] Zeppelin: Packaging distribution ... SKIPPED
[INFO] Zeppelin: Scalding interpreter . SKIPPED
[INFO] Zeppelin: Examples . SKIPPED
[INFO] Zeppelin: Example application - Clock .. SKIPPED
[INFO] Zeppelin: Example application - Horizontal Bar chart SKIPPED
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 01:32 min
[INFO] Finished at: 2016-09-29T07:00:40+00:00
[INFO] Final Memory: 48M/469M
[INFO] 

[ERROR] Failed to execute goal 
org.scalatest:scalatest-maven-plugin:1.0:test (test) on project 
zeppelin-display_2.11: There are test failures -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command
[ERROR]   mvn  -rf :zeppelin-display_2.11
```
and seems irrelevant with this 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 so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1339: [ZEPPELIN-1332] Remove spark-dependencies & suggest ne...

2016-09-29 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1339
  
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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1473: [ZEPPELIN-908] Apply new mechanism to Cassandra...

2016-09-29 Thread kavinkumarks
GitHub user kavinkumarks reopened a pull request:

https://github.com/apache/zeppelin/pull/1473

[ZEPPELIN-908] Apply new mechanism to CassandraInterpreter

### What is this PR for?
This handles replacing the registration of interpreter with static block by 
the interpreter-setting.json file

### What type of PR is it?
Sub-ask

### Todos
NA

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-908

### How should this be tested?
* There shouldn't be any warning like below on starting the server

`INFO [2016-09-29 00:25:46,247] ({main} 
CassandraInterpreter.java[]:155) - Bootstrapping Cassandra Interpreter
 WARN [2016-09-29 00:25:46,250] ({main} Interpreter.java[register]:347) - 
Static initialization is deprecated for interpreter cassandra, You should 
change it to use interpreter-setting.json in your jar or 
interpreter/{interpreter}/interpreter-setting.json
 INFO [2016-09-29 00:25:46,250] ({main} InterpreterFactory.java[init]:204) 
- Interpreter cassandra.cassandra found. 
class=org.apache.zeppelin.cassandra.CassandraInterpreter`

* And ensure that the cassandra related paragraphs run without any error

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kavinkumarks/zeppelin 
zeppelin-908-register-cassandra-interpreter

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1473.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1473


commit d1fe58604f0b0b31438743e46846c6fe429360bc
Author: Kavin 
Date:   2016-09-29T12:02:03Z

Removed static initialization of interpreter registration with the
interpreter-setting.json file.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1473: [ZEPPELIN-908] Apply new mechanism to CassandraInterpr...

2016-09-29 Thread kavinkumarks
Github user kavinkumarks commented on the issue:

https://github.com/apache/zeppelin/pull/1473
  
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1473: [ZEPPELIN-908] Apply new mechanism to Cassandra...

2016-09-29 Thread kavinkumarks
Github user kavinkumarks closed the pull request at:

https://github.com/apache/zeppelin/pull/1473


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1473: [ZEPPELIN-908] Apply new mechanism to Cassandra...

2016-09-29 Thread kavinkumarks
GitHub user kavinkumarks opened a pull request:

https://github.com/apache/zeppelin/pull/1473

[ZEPPELIN-908] Apply new mechanism to CassandraInterpreter

### What is this PR for?
This handles replacing the registration of interpreter with static block by 
the interpreter-setting.json file

### What type of PR is it?
Sub-ask

### Todos
NA

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-908

### How should this be tested?
* There shouldn't be any warning like below on starting the server

`INFO [2016-09-29 00:25:46,247] ({main} 
CassandraInterpreter.java[]:155) - Bootstrapping Cassandra Interpreter
 WARN [2016-09-29 00:25:46,250] ({main} Interpreter.java[register]:347) - 
Static initialization is deprecated for interpreter cassandra, You should 
change it to use interpreter-setting.json in your jar or 
interpreter/{interpreter}/interpreter-setting.json
 INFO [2016-09-29 00:25:46,250] ({main} InterpreterFactory.java[init]:204) 
- Interpreter cassandra.cassandra found. 
class=org.apache.zeppelin.cassandra.CassandraInterpreter`

* And ensure that the cassandra related paragraphs run without any error

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kavinkumarks/zeppelin 
zeppelin-908-register-cassandra-interpreter

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1473.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1473


commit d1fe58604f0b0b31438743e46846c6fe429360bc
Author: Kavin 
Date:   2016-09-29T12:02:03Z

Removed static initialization of interpreter registration with the
interpreter-setting.json file.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1451: [ZEPPELIN-1279] Zeppelin with CDH5.x docker doc...

2016-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1451


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread rajarajan-g
Github user rajarajan-g commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
CI build is green & success. Please 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 and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1445: [Zeppelin-1001] Take care of comma/tab escape i...

2016-09-29 Thread meenakshisekar
GitHub user meenakshisekar reopened a pull request:

https://github.com/apache/zeppelin/pull/1445

[Zeppelin-1001]  Take care of comma/tab escape in csv/tsv download

### What is this PR for?
When the data is downloaded as CSV/TSV, the comma/tab in the actual data 
has to be handled so that they come exactly as the same data when downloaded.

### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1001

### How should this be tested?
Modify the data to be loaded to have a comma.
Create a paragraph to pull up that data and display.
Now click on the download as CSV/TSV button in the tool bar.
Once the data is downloaded verify whether the original data is unaltered 
and the comma is escaped.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/meenakshisekar/zeppelin ZEPPELIN-1001

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1445.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1445


commit 73b1868dbf60d2ee1fb90bd0f168a64858d3593b
Author: meenakshisekar 
Date:   2016-09-19T11:16:12Z

Zeppelin-1001 Modified the data with comma/tab to be surronded by double 
quotes so that they are escaped.

commit 657dcbee8cc3aafc70c7f73378efc560e93afccd
Author: meenakshisekar 
Date:   2016-09-19T11:16:12Z

Zeppelin-1001 Modified the data with comma/tab to be surronded by double 
quotes so that they are escaped.

commit 2f7d78a74bc23507df89dd912e3d0b9e3a041980
Author: meenakshisekar 
Date:   2016-09-29T06:59:04Z

Altered the code as per PR suggestion 1465

commit ce27b826fa8636891fa9530e7d6cf929465e2c8b
Author: meenakshisekar 
Date:   2016-09-29T07:08:40Z

Changes committed as per review comments in PR

commit 5e14da8052cf00c025062637590347c256ca3f6d
Author: meenakshisekar 
Date:   2016-09-29T07:16:39Z

review comments fixed




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1445: [Zeppelin-1001] Take care of comma/tab escape i...

2016-09-29 Thread meenakshisekar
Github user meenakshisekar closed the pull request at:

https://github.com/apache/zeppelin/pull/1445


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread rajarajan-g
Github user rajarajan-g commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
Going to reopen the pull request to trigger 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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1464: [Zeppelin 796] [WIP] Duplicated notebook names ...

2016-09-29 Thread rajarajan-g
Github user rajarajan-g closed the pull request at:

https://github.com/apache/zeppelin/pull/1464


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1464: [Zeppelin 796] [WIP] Duplicated notebook names ...

2016-09-29 Thread rajarajan-g
GitHub user rajarajan-g reopened a pull request:

https://github.com/apache/zeppelin/pull/1464

[Zeppelin 796] [WIP] Duplicated notebook names should not be allowed

### What is this PR for?
When a notebook is created/cloned/imported the title/name of the new 
notebook should not be duplicate of the existing notebook's title/name

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-796

### How should this be tested?
1. Create a notebook with name 'Note', Notebook should allow user to create 
a note
2. When a user try to create/clone/import a notebook with name 'Note', 
Notebook should not 
allow user to create note.

### Screenshots (if appropriate)
Screenshot of error message displayed during create/clone notebook

![create](https://cloud.githubusercontent.com/assets/11922701/18878102/05b401ea-84ed-11e6-92c4-539cae37c4f9.png)

Screenshot of error message displayed during import notebook

![import](https://cloud.githubusercontent.com/assets/11922701/18878072/f69716a2-84ec-11e6-965a-3fbb29dd63d7.png)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rajarajan-g/zeppelin ZEPPELIN-796

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1464.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1464


commit 2dec9d0b895df16c49e73b0bda5abef6457cc7bc
Author: rajarajan-g 
Date:   2016-09-27T05:43:03Z

Code changes for ZEPPELIN-796

commit ab04be9e0c2b6d211052a6c22c52b11a9942c866
Author: rajarajan-g 
Date:   2016-09-27T05:52:12Z

Removed unnecessary statements

commit 8ec520a509e3e3f1af255b6b1969aae91ad91217
Author: rajarajan-g 
Date:   2016-09-27T06:15:38Z

code formatted

commit 010f3e39f2162f489a34b3e34a36bdaf97425cd0
Author: rajarajan-g 
Date:   2016-09-27T06:53:56Z

removed unnecessary statement

commit e89090c521e7bf4a3f86eb9b42823726cd715aa1
Author: rajarajan-g 
Date:   2016-09-27T07:26:54Z

fix for changes

commit 2adbf7589cef4a318709b8e7ff76acd21187d9de
Author: rajarajan-g 
Date:   2016-09-27T14:02:41Z

code fix for Test

commit c42711fc6701acbca08d9c9423a098e74c1744fc
Author: rajarajan-g 
Date:   2016-09-28T08:47:03Z

custom exception

commit b24491bafa78693457687dd5da460d5e387e9ddb
Author: astroshim 
Date:   2016-09-23T07:31:19Z

[ZEPPELIN-1405] ConnectionPool for JDBCInterpreter.

### What is this PR for?
This PR is for refactoring code for JDBCInterpreter.
There is no putting 'Connection' to 'propertyKeyUnusedConnectionListMap' 
anywhere in the original code.

### What type of PR is it?
Improvement

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1405

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: astroshim 

Closes #1396 from astroshim/ZEPPELIN-1405 and squashes the following 
commits:

b07e162 [astroshim] add checking connection is null
f6998c2 [astroshim] Merge branch 'master' into ZEPPELIN-1405
1862ae6 [astroshim] Merge branch 'master' into ZEPPELIN-1405
efc2bfc [astroshim] rebase
21217a7 [astroshim] fix indentation.
4d4f85c [astroshim] refactoring code of close()
9f1e368 [astroshim] replace ConnectionPool
4dabbcc [astroshim] wip) changing to use dbcp
12dd7cb [astroshim] remove propertyKeyUnusedConnectionListMap map

commit e1e54b5d2435c9078d2e9122385c5a5f5e6059c7
Author: rajarajan-g 
Date:   2016-09-28T15:12:01Z

fixes for junit tests

commit 1307a650451226df1937109116408bad0595eb97
Author: rajarajan-g 
Date:   2016-09-27T05:43:03Z

Code changes for ZEPPELIN-796

commit 8911fe24509e197c6b6e4dcc65975cff047a7cef
Author: rajarajan-g 
Date:   2016-09-27T05:52:12Z

Removed unnecessary statements

commit 20c14eef15d09aa98c17beeb4c59db829204fcf7
Author: rajarajan-g 
Date:   2016-09-27T06:15:38Z

code formatted

commit cc01966bd08945741154625b68027e58c47ca5fd
Author: rajarajan-g 
Date:   2016-09-27T06:53:56Z

removed unnecessary statement

commit 512832f994f7802968f47e2150dc0a570e024e0e
Author: rajarajan-g 
Date:   2016-09-27T07:26:54Z

fix for changes

commit 66925981e9014ec2b6c05b196289e9989f0e3403
Author: rajarajan-g 
Date:   2016-09-27T14:02:41Z

code fix for Test

commit aba85802689bb6bab889f753bbedfb312d0c4ab1
Author: rajarajan-g 
Date:   2016-09-28T08:47:03Z

custom exception

commit 1a3b4c97074e8e2174182a1e236a39138f10a915
Author: r

[GitHub] zeppelin issue #1464: [Zeppelin 796] [WIP] Duplicated notebook names should ...

2016-09-29 Thread rajarajan-g
Github user rajarajan-g commented on the issue:

https://github.com/apache/zeppelin/pull/1464
  
@khalidhuseynov : Lets say if i  create a note with name 'Note'. If 
zeppelin allows me to create a new note with name 'Note', then after sometime 
when i search for one of this note, I am going to get confused here.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1430: [ZEPPELIN-868] Notebook import fails when notebook is ...

2016-09-29 Thread vensant
Github user vensant commented on the issue:

https://github.com/apache/zeppelin/pull/1430
  
Reopening the pull request as the build failed



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1430: [ZEPPELIN-868] Notebook import fails when noteb...

2016-09-29 Thread vensant
GitHub user vensant reopened a pull request:

https://github.com/apache/zeppelin/pull/1430

[ZEPPELIN-868] Notebook import fails when notebook is large

### What is this PR for?
A bug fix: Added validation in the note import dialog box to check for the 
uploaded json file size and throw error report if the file size exceeds 1MB, as 
the websocket frame is not able to send json file of size over 1MB.

### What type of PR is it?
Bug Fix

### Todos
NA

### What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-868

### How should this be tested?
1. Deploy Zeppelin and click on 'Import Note' in the Welcome to Zeppelin 
page.
2. Click 'Choose a JSON here' and upload a json file whose file size is 
over 1MB

### Screenshots (if appropriate)

![1](https://cloud.githubusercontent.com/assets/12062069/18556899/7add7a12-7b8a-11e6-85e6-f8b4fcef2195.png)

![2](https://cloud.githubusercontent.com/assets/12062069/18556966/b10bcb0c-7b8a-11e6-9448-1381d8e05d8f.png)

![3](https://cloud.githubusercontent.com/assets/12062069/18556999/d166b8a8-7b8a-11e6-927b-caa3a56618d1.png)

![4](https://cloud.githubusercontent.com/assets/12062069/18557002/d58f8d74-7b8a-11e6-8955-710eb093a795.png)

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NO


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vensant/zeppelin ZEPPELIN-868

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1430.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1430


commit 77a0cc1cd1ae43f53d2d20898e1a0e65e8d7be29
Author: vensant 
Date:   2016-09-15T14:38:47Z

Added validation in the note import dialog box to check for the uploaded 
json file size as the websocket frame is not able to send file of size over 1MB

commit e48aac6d5a94ba2e21c1a3fd3f78bea68cb004e3
Author: vensant 
Date:   2016-09-16T06:06:30Z

Rectified the errors due to grunt build no color failure

commit 5dcdcfe85506c42baa3224b87fc4f027fb448467
Author: vensant 
Date:   2016-09-22T06:29:58Z

made changes for reading the max limit from the configuration list and 
dynamically showing it in UI

commit c65f2c7adf4f526506480f8aa5edcc03fb6f7783
Author: vensant 
Date:   2016-09-27T06:37:12Z

client level validation added for import file size check

commit bd1acc088f1b9cf60f0ebac21b4a9289adb82728
Author: vensant 
Date:   2016-09-29T06:12:23Z

fixed the review comments on the pull request

commit 29ad4cee20334bf3fa0cdd37211ca412a1e638ec
Author: vensant 
Date:   2016-09-29T07:27:43Z

committed the code which missed during rebase




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1430: [ZEPPELIN-868] Notebook import fails when noteb...

2016-09-29 Thread vensant
Github user vensant closed the pull request at:

https://github.com/apache/zeppelin/pull/1430


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-09-29 Thread SherryNJU
Github user SherryNJU commented on the issue:

https://github.com/apache/zeppelin/pull/1347
  
Hi,@H4ml3t . **Have you found someway to make Zeppelin 0.6.1 work well 
with Spark 2.0.0**, I built both of them using scala 2.11, however, everytime 
when I using exeternal spark master, I hit this issue:
{pool-2-thread-2} SparkInterpreter.java[createSparkSession]:334) - Created 
Spark session with Hive support
ERROR [2016-09-26 17:08:04,632] ({pool-2-thread-2}

Job.java[run]:182) - Job failed
java.lang.NullPointerException
at 
org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:768)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:93)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:341)
at org.apache.zeppelin.scheduler.Job.run(Job.java:176)
at org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:139)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:522)
at java.util.concurrent.FutureTask.run(FutureTask.java:277)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:191)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.lang.Thread.run(Thread.java:785)
INFO [2016-09-26 17:08:04,658] (
{pool-2-thread-2}

SchedulerFactory.java[jobFinished]:137) - Job 
remoteInterpretJob_1474880841114 finished by scheduler 
org.apache.zeppelin.spark.SparkInterpreter-994533906
ERROR [2016-09-26 17:08:09,775] (
{pool-1-thread-2}

TThreadPoolServer.java[run]:296) - Error occurred during processing of 
message.
java.lang.NullPointerException
at 
org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:768)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.getProgress(LazyOpenInterpreter.java:110)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.getProgress(RemoteInterpreterServer.java:404)
at 
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$getProgress.getResult(RemoteInterpreterService.java:1509)
at 
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$getProgress.getResult(RemoteInterpreterService.java:1494)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at 
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.lang.Thread.run(Thread.java:785)

**#I know this issue would be solved by Zeppelin 0.6.2, but we are really 
running out of time, do we have some workaround way to avoid this, like setting 
some additional parameters?**


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1506) Zeppelin isn't functioning on my Windows Virtual Machine

2016-09-29 Thread Pallavi (JIRA)
Pallavi created ZEPPELIN-1506:
-

 Summary: Zeppelin isn't functioning on my Windows Virtual Machine
 Key: ZEPPELIN-1506
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1506
 Project: Zeppelin
  Issue Type: Bug
  Components: GUI
Affects Versions: 0.6.1
 Environment: On windows 7 server.
Reporter: Pallavi
Priority: Critical


I have installed Zeppelin on my local machine and i have created couple of 
charts.It works well on my local machine with no issues. I have also installed 
Zeppelin successfully on windows virtual machine.The web UI opens but when i 
click something no functionality/response. I am not able to create new notebook 
aswell.So please help me to fix this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)