[GitHub] zeppelin issue #3251: test2

2018-12-04 Thread cypark1
Github user cypark1 commented on the issue:

https://github.com/apache/zeppelin/pull/3251
  
Sorry, My mistake


---


[GitHub] zeppelin pull request #3251: test2

2018-12-04 Thread cypark1
Github user cypark1 closed the pull request at:

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


---


[GitHub] zeppelin pull request #3251: test2

2018-12-04 Thread cypark1
GitHub user cypark1 opened a pull request:

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

test2

### What is this PR for?
A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide - 
https://zeppelin.apache.org/contribution/contributions.html


### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]

### Todos
* [ ] - Task

### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. 
[ZEPPELIN-533]

### How should this be tested?
* First time? Setup Travis CI as described on 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed 
behavior
* Outline any manual steps to test the PR here.

### Screenshots (if appropriate)

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


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

$ git pull https://github.com/cypark1/zeppelin_test master

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

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


commit 150d60e945014d1c4d4c63805340b2bf6c663701
Author: cypark1 <45478729+cypark1@...>
Date:   2018-12-03T08:48:30Z

test.text

test

commit 34743124518aa39b3e2a2136df25dfa291ad2652
Author: cypark1 <45478729+cypark1@...>
Date:   2018-12-05T01:50:24Z

Merge pull request #1 from cypark1/cypark1-patch-1

test.text




---


[GitHub] zeppelin issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can...

2018-12-04 Thread OrDTesters
Github user OrDTesters commented on the issue:

https://github.com/apache/zeppelin/pull/3249
  
If I run the command `mvn test -Dtest=DependencyResolverTest#testDelRepo` 
to run the test method by itself, the test fails. The proposed patch that has 
the test add the repo beforehand leads to the command to pass.


---


Re: R Container

2018-12-04 Thread tecgie88
I am interested in R interpreter docker support similar to Python docker 
support in 0.8.  Is there any plan to enable R container support?

Thanks
Denny


[GitHub] zeppelin issue #3250: [Zeppelin 3792] Zeppelin SPNEGO support

2018-12-04 Thread VipinRathor
Github user VipinRathor commented on the issue:

https://github.com/apache/zeppelin/pull/3250
  
@prabhjyotsingh , @zjffdu , @felixcheung ,
Can you please help with the review? Thanks in advance.


---


[GitHub] zeppelin pull request #3250: [Zeppelin 3792] Zeppelin SPNEGO support

2018-12-04 Thread VipinRathor
GitHub user VipinRathor opened a pull request:

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

[Zeppelin 3792]  Zeppelin SPNEGO support 

### What is this PR for?
HTTP SPNEGO (Simple and Protected GSS-API NEGOtiation) is the standard way 
to support Kerberos Ticket based user authentication for Web Services. With 
this PR, Zeppelin supports ability to authenticate users by accepting and 
validating their Kerberos Ticket based on Apache Hadoop Auth framework.

### What type of PR is it?
[Feature | Documentation]

### What is the Jira issue?
* [Zeppelin 3792](https://issues.apache.org/jira/browse/ZEPPELIN-3792)

### How should this be tested?
* Manual Testing
* To enable this, apply the following change in `conf/shiro.ini` under 
`[main]` section.
```
krbRealm = org.apache.zeppelin.realm.kerberos.KerberosRealm
krbRealm.principal=HTTP/zeppelin.fqdn.domain@example.com
krbRealm.keytab=/etc/security/keytabs/spnego.service.keytab
krbRealm.nameRules=DEFAULT
krbRealm.signatureSecretFile=/etc/security/http_secret
krbRealm.tokenValidity=36000
krbRealm.cookieDomain=domain.com
krbRealm.cookiePath=/
authc = org.apache.zeppelin.realm.kerberos.KerberosAuthenticationFilter
```

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


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

$ git pull https://github.com/VipinRathor/zeppelin ZEPPELIN-3792

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

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


commit a8f25da899379d8d199bf7e4e1dbe4708af75423
Author: Vipin Rathor 
Date:   2018-12-04T07:34:38Z

Zeppelin SPNEGO support

Change-Id: I78b231523bc39e4527c7aaf7f637c46cb5ca3060

commit ae5609825879f6d5984b0415e5926b654d1b551d
Author: Vipin Rathor 
Date:   2018-12-04T07:34:38Z

ZEPPELIN-3792 - Zeppelin SPNEGO support

HadoopAuth-inspired SPNEGO implementation to allow login via Kerberos ticket

commit f3387f099589b6f50c79b1c5599606983e856842
Author: Vipin Rathor 
Date:   2018-12-05T00:53:06Z

Adding Apache License header in the new file

commit 0f2e74a7e16c7c7fbf4ba876dcc36ba30786ccbb
Author: Vipin Rathor 
Date:   2018-12-05T02:40:22Z

ZEPPELIN-3792 - Documentation changes for SPNEGO support




---


[GitHub] zeppelin issue #3244: [ZEPPELIN-3882] Neo4jInterpreter - Support Point and D...

2018-12-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3244
  
@conker84 #3243 is fixed, could you rebase this PR ?


---


[jira] [Created] (ZEPPELIN-3901) Exception from Interpreter#open is not propagated to frontend

2018-12-04 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3901:


 Summary: Exception from Interpreter#open is not propagated to 
frontend
 Key: ZEPPELIN-3901
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3901
 Project: Zeppelin
  Issue Type: Bug
Reporter: Jeff Zhang






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #3226: [ZEPPELIN-3095] fix UI when paragraphs run sequential

2018-12-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3226
  
@Savalek I have merged it into master, could you create another PR for 
branch-0.8 if you'd like to merge it into branch-0.8 as well ?


---


[GitHub] zeppelin issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can...

2018-12-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3249
  
@OrDTesters What do you mean "run on its own" ? Do you mean to run it in 
IDE ?


---


[GitHub] zeppelin issue #3234: ZEPPELIN-3876. Unable to rename note

2018-12-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3234
  
Test is added, will merge it no more comments


---


[GitHub] zeppelin pull request #3226: [ZEPPELIN-3095] fix UI when paragraphs run sequ...

2018-12-04 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[jira] [Created] (ZEPPELIN-3900) Exception outside of interpreter is not displayed in frontend

2018-12-04 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3900:


 Summary: Exception outside of interpreter is not displayed in 
frontend
 Key: ZEPPELIN-3900
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3900
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Jeff Zhang


Exception such as from Interpreter launcher is not displayed in frontend



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3899) Cannot build with Scala 2.11 due to Missing Dependency: zeppelin-scio_2.11

2018-12-04 Thread Andrew Fernandes (JIRA)
Andrew Fernandes created ZEPPELIN-3899:
--

 Summary: Cannot build with Scala 2.11 due to Missing Dependency: 
zeppelin-scio_2.11
 Key: ZEPPELIN-3899
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3899
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters
Reporter: Andrew Fernandes


*Build Command*

{{mvn clean package -DskipTests -Pspark-2.3 -Phadoop3 -Pscala-2.11 -Pr 
-Pbuild-distr}}

*Yields*

{{[INFO] Zeppelin: Elasticsearch interpreter  SUCCESS [ 20.216 
s]}}
{{[INFO] Zeppelin: BigQuery interpreter . SUCCESS [ 33.013 
s]}}
{{[INFO] Zeppelin: Alluxio interpreter .. SUCCESS [ 20.321 
s]}}
{{[INFO] Zeppelin: Scio . SUCCESS [01:04 
min]}}
{{[INFO] Zeppelin: Neo4j interpreter  SUCCESS [ 39.854 
s]}}
{{[INFO] Zeppelin: Sap .. SUCCESS [ 3.102 
s]}}
{{[INFO] Zeppelin: Scalding interpreter . SUCCESS [ 45.373 
s]}}
{{[INFO] Zeppelin: Java interpreter . SUCCESS [ 3.287 
s]}}
{{[INFO] Zeppelin: Beam interpreter . FAILURE [ 46.786 
s]}}
{{[INFO] Zeppelin: Hazelcast Jet interpreter  SKIPPED}}
{{[INFO] Zeppelin: Apache Geode interpreter . SKIPPED}}
{{[INFO] Zeppelin: web Application .. SKIPPED}}
{{[INFO] Zeppelin: Server ... SKIPPED}}
{{[INFO] Zeppelin: Jupyter Support .. SKIPPED}}
{{[INFO] Zeppelin: Plugins Parent ... SKIPPED}}
{{[INFO] Zeppelin: Plugin S3NotebookRepo  SKIPPED}}
{{[INFO] Zeppelin: Plugin VFSNotebookRepo ... SKIPPED}}
{{[INFO] Zeppelin: Plugin GitNotebookRepo ... SKIPPED}}
{{[INFO] Zeppelin: Plugin GitHubNotebookRepo  SKIPPED}}
{{[INFO] Zeppelin: Plugin AzureNotebookRepo . SKIPPED}}
{{[INFO] Zeppelin: Plugin GCSNotebookRepo ... SKIPPED}}
{{[INFO] Zeppelin: Plugin ZeppelinHubRepo ... SKIPPED}}
{{[INFO] Zeppelin: Plugin FileSystemNotebookRepo  SKIPPED}}
{{[INFO] Zeppelin: Plugin StandardLauncher .. SKIPPED}}
{{[INFO] Zeppelin: Plugin SparkInterpreterLauncher .. SKIPPED}}
{{[INFO] Zeppelin: Packaging distribution ... SKIPPED}}
{{[INFO] Zeppelin: R Interpreter  SKIPPED}}
{{[INFO] 
}}
{{[INFO] BUILD FAILURE}}
{{[INFO] 
}}
{{[INFO] Total time: 19:24 min}}
{{[INFO] Finished at: 2018-12-04T18:14:13Z}}
{{[INFO] 
}}
{{[ERROR] Failed to execute goal on project zeppelin-beam: Could not resolve 
dependencies for project org.apache.zeppelin:zeppelin-beam:jar:0.9.0-SNAPSHOT: 
The following artifacts could not be resolved: 
org.apache.zeppelin:zeppelin-scio_2.11:jar:0.9.0-SNAPSHOT, 
org.apache.beam:beam-runners-flink_2.11:jar:2.0.0: Could not find artifact 
org.apache.zeppelin:zeppelin-scio_2.11:jar:0.9.0-SNAPSHOT in apache.snapshots 
(http://repository.apache.org/snapshots) -> [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/DependencyResolutionException}}
{{[ERROR] }}
{{[ERROR] After correcting the problems, you can resume the build with the 
command}}
{{[ERROR] mvn  -rf :zeppelin-beam}}

*Source of the Problem*

{{There is *no* 0.9.0-SNAPSHOT build at: 
[https://repository.apache.org/content/groups/snapshots/org/apache/zeppelin/zeppelin-scio_2.11/]}}

 

{{There *is a* 0.9.0-SNAPSHOT build at: 
[https://repository.apache.org/content/groups/snapshots/org/apache/zeppelin/zeppelin-scio_2.10/]}}

 

*Consequence*

 

Zeppelin 0.9.0-SNAPSHOT cannot be built with Scala 2.11 until this is fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #3238: ZEPPELIN-3870. Configuration in spark-defaults.conf do...

2018-12-04 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/3238
  
@zjffdu 

i tried to build the latest branch-0.8 where this PR has been merged 
recently.

build fails with `RemoteInterpreterServer.java:[22,32] package 
org.apache.commons.lang3 does not exist`

```
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project zeppelin-interpreter: Compilation failure
[ERROR] 
/home/zeppelin/zeppelin-distro/work/zeppelin-repo/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java:[22,32]
 package org.apache.commons.lang3 does not exist
```


---


[GitHub] zeppelin issue #3033: ZEPPELIN-3551. Upgrade Scala to 2.11.12

2018-12-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3033
  
Thanks @HyukjinKwon  feel free to take over this


---


[GitHub] zeppelin issue #3033: ZEPPELIN-3551. Upgrade Scala to 2.11.12

2018-12-04 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue:

https://github.com/apache/zeppelin/pull/3033
  
Hey @zjffdu, busy? I can take this over - looks there's only minor conflict.


---


[GitHub] zeppelin issue #3226: [ZEPPELIN-3095] fix UI when paragraphs run sequential

2018-12-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3226
  
LGTM, merge if more comments


---