[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-09-29 Thread BruceXu1991
Github user BruceXu1991 commented on the issue:

https://github.com/apache/zeppelin/pull/2601
  
After merging to master, CI tests still have some exception, but the 
exception seems have no relation with this patch.

> job 7.2 https://travis-ci.org/BruceXu1991/zeppelin/jobs/281329390
> job 7.3 https://travis-ci.org/BruceXu1991/zeppelin/jobs/281329391


```
Failed: No element found using locator: By(xpath, 
//div[@class="new-paragraph" and @ng-click="insertNew('below');"])

15:11:48,992 ERROR org.apache.spark.scheduler.LiveListenerBus:91 - Listener 
 threw an exception
java.lang.NullPointerException
at org.apache.zeppelin.spark.Utils.getNoteId(Utils.java:156)
at 
org.apache.zeppelin.spark.SparkInterpreter$1.onJobStart(SparkInterpreter.java:189)
at 
org.apache.spark.scheduler.SparkListenerBus$class.doPostEvent(SparkListenerBus.scala:37)
at 
org.apache.spark.scheduler.LiveListenerBus.doPostEvent(LiveListenerBus.scala:36)
```


---


[GitHub] zeppelin pull request #2604: ZEPPELIN-1897 REST API - Update paragraph via A...

2017-09-29 Thread chilang
GitHub user chilang opened a pull request:

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

ZEPPELIN-1897 REST API - Update paragraph via API

### What is this PR for?
Support updating paragraph text/title via REST API
https://issues.apache.org/jira/browse/ZEPPELIN-1897

### What type of PR is it?
Improvement

### Todos


### What is the Jira issue?
[ZEPPELIN-1897]

### How should this be tested?
1. Create a note and paragraph
2. Hit REST API to update the paragraph, e.g. `curl -X PUT 
http://localhost:8080/api/notebook/NOTE_ID/paragraph/PARAGRAPH_ID -d '{"text": 
"some updated text"}'`


### Screenshots (if appropriate)
![update paragraph 
api](https://user-images.githubusercontent.com/7852/31032284-543af3dc-a553-11e7-89ce-f388a7097d74.gif)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes, doc update included in the change.

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

$ git pull https://github.com/chilang/zeppelin master

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

https://github.com/apache/zeppelin/pull/2604.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 #2604


commit ab4ef75556f1ffdb27983b565ba2327b0fc97085
Author: chilang 
Date:   2017-09-27T10:40:21Z

ZEPPELIN-1897 REST API - Update paragraph via API




---


[GitHub] zeppelin issue #658: Switch to Java 8

2017-09-29 Thread mf69
Github user mf69 commented on the issue:

https://github.com/apache/zeppelin/pull/658
  
News flash...Java 7 was EOL over **2 years ago**.
https://www.java.com/en/download/faq/java_7.xml

What more does it take to get Zeppelin working with Java 8?


---


[jira] [Created] (ZEPPELIN-2964) Notes in trash with a cron scheduler are still running

2017-09-29 Thread Martha Solarte (JIRA)
Martha Solarte created ZEPPELIN-2964:


 Summary: Notes in trash with a cron scheduler are still  running
 Key: ZEPPELIN-2964
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2964
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Martha Solarte
 Fix For: 0.8.0


1. Create a Note
2. Configure "Run scheduler" -> Cron expression to run every min for example.
3. Move the notes to "Trash"

The notes is executed every minute even that the Note has been moved to Trash




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-09-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2601
  
@BruceXu1991 Right, https://github.com/apache/zeppelin/pull/2603 fix CI job 
6.4 error.
You can try merge master and see if CI becomes green!


---


[GitHub] zeppelin pull request #2603: [ZEPPELIN-2962] Fix CI fail on selenium test pr...

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

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


---


[GitHub] zeppelin issue #2603: [ZEPPELIN-2962] Fix CI fail on selenium test profile

2017-09-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2603
  
While selenium test fails on every pullrequest, i'm merging this as a hot 
fix.


---


[GitHub] zeppelin issue #2603: [ZEPPELIN-2962] Fix CI fail on selenium test profile

2017-09-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2603
  
@zjffdu Ah yes. the same issue.


---


[GitHub] zeppelin issue #2603: [ZEPPELIN-2962] Fix CI fail on selenium test profile

2017-09-29 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2603
  
@Leemoonsoo Is this fix for 
[ZEPPELIN-2927](https://issues.apache.org/jira/browse/ZEPPELIN-2927) ?


---


[GitHub] zeppelin pull request #2603: [ZEPPELIN-2962] Fix CI fail on selenium test pr...

2017-09-29 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request:

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

[ZEPPELIN-2962] Fix CI fail on selenium test profile

### What is this PR for?
CI is failing on selenium test profile.
This hot fix tries to fix it.

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

### Todos
* [x] - Fix selenium test

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

### How should this be tested?
CI becomes green

### 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/Leemoonsoo/zeppelin make_ci_green

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

https://github.com/apache/zeppelin/pull/2603.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 #2603


commit 63f115788ae582ffcbc5f4f1510a674ec232bbf1
Author: Lee moon soo 
Date:   2017-09-29T04:25:38Z

make pip quiet

commit 6f9326af2ce2b894ae6efaba570210e5a1a2c265
Author: Lee moon soo 
Date:   2017-09-29T09:28:10Z

comment out extensions

commit 3d818c3c509f6da5b87dc0a04a80c7107ea8fe07
Author: Lee moon soo 
Date:   2017-09-29T09:34:40Z

comment issue number




---


[jira] [Created] (ZEPPELIN-2963) First subsequent run of a cancelled paragraph ends up in Abort state

2017-09-29 Thread Naman Mishra (JIRA)
Naman Mishra created ZEPPELIN-2963:
--

 Summary: First subsequent run of a cancelled paragraph ends up in 
Abort state
 Key: ZEPPELIN-2963
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2963
 Project: Zeppelin
  Issue Type: Bug
Reporter: Naman Mishra


If a paragraph is cancelled before it is submitted to the interpreter, the 
status of the paragraph turns into Aborted (which is expected). However, the 
first subsequent run of this paragraph never goes to the interpreter and the 
paragraph ends up in Abort state eventually. The paragraph starts to run only 
after it is run the second time. See attached gif.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ZEPPELIN-2962) CI Test is failing on selenium test profile

2017-09-29 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-2962:
--

 Summary: CI Test is failing on selenium test profile
 Key: ZEPPELIN-2962
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2962
 Project: Zeppelin
  Issue Type: Bug
Reporter: Lee moon soo
Assignee: Lee moon soo


CI TEST is failing with following error on SELENIUM test profile

{code}
Driver info: driver.version: FirefoxDriver
at 
org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:139)
at 
org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:271)
at 
org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:117)
at 
org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:216)
at 
org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:211)
at 
org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:207)
at 
org.apache.zeppelin.WebDriverManager.getWebDriver(WebDriverManager.java:87)
at 
org.apache.zeppelin.integration.AuthenticationIT.startUp(AuthenticationIT.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.openqa.selenium.WebDriverException: 
java.io.FileNotFoundException: /tmp/unzip6094094994883474027stream/install.rdf 
(No such file or directory)
Build info: version: '2.48.2', revision: 
'41bccdd10cf2c0560f637404c2d96164b67d9d67', time: '2015-10-09 13:08:06'
System info: host: 
'testing-gce-ba2c4ba2-6dd0-4101-b34b-090875edfa69.c.eco-emissary-99515.internal',
 ip: '10.10.20.9', os.name: 'Linux', os.arch: 'amd64', os.version: 
'3.13.0-115-generic', java.version: '1.7.0_80'
Driver info: driver.version: FirefoxDriver
at 
org.openqa.selenium.firefox.internal.FileExtension.readIdFromInstallRdf(FileExtension.java:142)
at 
org.openqa.selenium.firefox.internal.FileExtension.writeTo(FileExtension.java:61)
at 
org.openqa.selenium.firefox.FirefoxProfile.installExtensions(FirefoxProfile.java:443)
at 
org.openqa.selenium.firefox.FirefoxProfile.layoutOnDisk(FirefoxProfile.java:421)
at 
org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:95)
... 23 more
Caused by: java.io.FileNotFoundException: 
/tmp/unzip6094094994883474027stream/install.rdf (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:146)
at java.io.FileInputStream.(FileInputStream.java:101)
at 
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at 
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown 
Source)
at 
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
at 
org.openqa.selenium.firefox.internal.FileExtension.readIdFromInstallRdf(FileExtension.java:98)
... 27 more
{code}



--
This message was sent 

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-09-29 Thread BruceXu1991
Github user BruceXu1991 commented on the issue:

https://github.com/apache/zeppelin/pull/2601
  
I tryed again, but CI test failed job 6.4, and I could not figure out what 
the error means.
https://travis-ci.org/BruceXu1991/zeppelin/jobs/281177302 


---


[GitHub] zeppelin issue #2598: [ZEPPELIN-2950] Support Ceph as a notebook storage

2017-09-29 Thread kjmrknsn
Github user kjmrknsn commented on the issue:

https://github.com/apache/zeppelin/pull/2598
  
@Leemoonsoo Thanks for your review. I added the property of 
`ZEPPELIN_NOTEBOOK_S3_SIGNEROVERRIDE` to configuration.md: 
https://github.com/apache/zeppelin/pull/2598/files#diff-d86fb0bb17c918e22cb888ebfe0ff1cc

(Commits were squashed.)


---