[GitHub] zeppelin pull request #2608: Update github PR template to include link to se...

2017-10-04 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #2607: [HOTFIX] fix interpreter.cmd script

2017-10-04 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/2607
  
LGTM


---


[GitHub] zeppelin issue #2599: [ZEPPELIN-2952] encrypt credentials.json with AES

2017-10-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2599
  
Thanks! LGTM and merge to master if no further comments.


---


[jira] [Created] (ZEPPELIN-2973) Zeppelin should not allow to create multiple notebooks with same name and at same path

2017-10-04 Thread Yesha Vora (JIRA)
Yesha Vora created ZEPPELIN-2973:


 Summary: Zeppelin should not allow to create multiple notebooks 
with same name and at same path
 Key: ZEPPELIN-2973
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2973
 Project: Zeppelin
  Issue Type: Bug
Reporter: Yesha Vora


Current behavior:
Zeppelin allow a user to create two notebooks with same name and at same dir 
path. 
Zeppelin is creating distinct notebook ids.
{code}
{"name":"admin-LivyDemo","id":"2CUA5K2JM"}, 
{"name":"admin-LivyDemo","id":"2CVSAVVBQ"}{code}
Expected behavior:
Zeppelin should not allow user to create two notebooks with same name and at 
same dir path.
It should prompt a message saying " already exists"



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


[GitHub] zeppelin issue #2599: [ZEPPELIN-2952] encrypt credentials.json with AES

2017-10-04 Thread herval
Github user herval commented on the issue:

https://github.com/apache/zeppelin/pull/2599
  
done :)


---


[GitHub] zeppelin issue #2608: Update github PR template to include link to setup tra...

2017-10-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2608
  
LGTM


---


[GitHub] zeppelin issue #2599: [ZEPPELIN-2952] encrypt credentials.json with AES

2017-10-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2599
  
One CI failure https://travis-ci.org/herval/zeppelin/jobs/283036367 is 
license check and looks like 
`zeppelin-interpreter/src/main/java/org/apache/zeppelin/user/Encryptor.java` 
misses apache license header in the beginning of the file.

@herval do you mind add license header to this file?

Other CI failure looks unrelated. so looks good to me except for this 
license header.


---


[GitHub] zeppelin issue #2606: [ZEPPELIN-2970] Enhance Authentication decrypting key ...

2017-10-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2606
  
LGTM


---


[GitHub] zeppelin pull request #2608: Update github PR template to include link to se...

2017-10-04 Thread felixcheung
GitHub user felixcheung opened a pull request:

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

Update github PR template to include link to setup travis CI

### What is this PR for?

Add to the github PR template

### What type of PR is it?
[Improvement]


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

$ git pull https://github.com/felixcheung/incubator-zeppelin traviscontri

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

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


commit b52c0283278c2ff1d26ac36777e6551ad2840735
Author: Felix Cheung 
Date:   2017-10-04T17:10:10Z

update

commit 70c81d78a15fa9e00ce107306df29d704ee196fd
Author: Felix Cheung 
Date:   2017-10-04T17:12:23Z

type




---


[jira] [Created] (ZEPPELIN-2972) Zeppelin commits when using a remote git do not work

2017-10-04 Thread Jeff Chung (JIRA)
Jeff Chung created ZEPPELIN-2972:


 Summary: Zeppelin commits when using a remote git do not work
 Key: ZEPPELIN-2972
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2972
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.7.3
 Environment: 0.7.3 Zeppelin docker container
Reporter: Jeff Chung


I would like to be able to have Zeppelin store its notebooks in my own git 
repository.  I have changed the GitNotebookRepo notebook path to a path with my 
own git repository.  (I have also changed the docker environment variable 
ZEPPELIN_NOTEBOOK_DIR and the zeppelin-site.xml to the new path). I can see new 
notebooks getting created in the right location.  I can use Zeppelin to commit. 
 I see the commit in Zeppelin and can roll back to it.  However I can't see the 
commit in git.  From outside of Zeppelin, I can commit and push to my remote 
repo.  However after that I can no longer see my Zeppelin commits and I can no 
longer do any new Zeppelin commits.  I checked the logs and no logging is 
reported when I commit in Zeppelin.  



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


[GitHub] zeppelin issue #2478: [ZEPPELIN-2761] - Neo4j Interpreter

2017-10-04 Thread jexp
Github user jexp commented on the issue:

https://github.com/apache/zeppelin/pull/2478
  
@felixcheung ping :)


---


[GitHub] zeppelin issue #2607: [HOTFIX] fix interpreter.cmd script

2017-10-04 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2607
  
@jongyoul @zjffdu 
can you help with review?


---


[GitHub] zeppelin pull request #2607: [HOTFIX] fix interpreter.cmd script

2017-10-04 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

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

[HOTFIX] fix interpreter.cmd script

### What is this PR for?
interpreter.cmd works incorrect after 
https://github.com/apache/zeppelin/pull/2562


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

### 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/tinkoff-dwh/zeppelin master

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

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


commit 8baa87bb6bab745067d31439ea70973edbfa51f5
Author: tinkoff-dwh 
Date:   2017-10-04T11:06:16Z

[HOTFIX] fix interpreter.cmd script




---


Disable cron runs

2017-10-04 Thread Belousov Maksim Eduardovich
Hello, dev!

Our team have about 600 notes and 35 of them are scheduled. Some scheduled 
notes create tables in DB and send e-mails.
We want to hide testing activities when we test notes on another server.
Now we remove cron parameters in json files. It is not cool.

Are there any workarounds to disable running of notes with cron?
Can it be a good decision to add a new server parameter that will disable all 
cron runs?


Thanks,

Maksim Belousov



[jira] [Created] (ZEPPELIN-2971) Adjust default profiles in Zeppelin

2017-10-04 Thread Andras Bokor (JIRA)
Andras Bokor created ZEPPELIN-2971:
--

 Summary: Adjust default profiles in Zeppelin
 Key: ZEPPELIN-2971
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2971
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Andras Bokor


Currently, if I run a Zeppelin build without any profile it uses Spark 2.2 with 
Scala 2.10.5 which cases warnings during the build.
According to the Spark documentation in 2.2 Scala 2.10 is deprecated.
I think we should make scala-2.11 profile default since spark-2.2 is also 
default.

{code}[WARNING]  Expected all dependencies to require Scala version: 2.10.5
[WARNING]  com.twitter:chill_2.10:0.8.0 requires scala version: 2.10.5
[WARNING]  org.apache.spark:spark-core_2.10:2.2.0 requires scala version: 
2.10.6{code}



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


[GitHub] zeppelin pull request #2606: [ZEPPELIN-2970] Enhance Authentication decrypti...

2017-10-04 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request:

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

[ZEPPELIN-2970] Enhance Authentication decrypting key generation

### What is this PR for?
Overview : The random number generator implemented by nextInt() cannot 
withstand a cryptographic attack.
In the file IdHashes.java similar issues were on line numbers 74
Comments : Use of SecureRandom is recommended

### What type of PR is it?
[Refactoring]

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

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

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

$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-2970

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

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


commit 6c6e90d31c54ff6dc98ad23f8c86ba33926168d0
Author: Prabhjyot Singh 
Date:   2017-10-04T09:10:34Z

use SecureRandom instead of Random




---


[jira] [Created] (ZEPPELIN-2970) Enhance Authentication decrypting key generation

2017-10-04 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-2970:
-

 Summary: Enhance Authentication decrypting key generation
 Key: ZEPPELIN-2970
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2970
 Project: Zeppelin
  Issue Type: Bug
Reporter: Prabhjyot Singh
Assignee: Prabhjyot Singh


*Overview* : The random number generator implemented by nextInt() cannot 
withstand a cryptographic attack.
In the file IdHashes.java similar issues were on line numbers 74

*Comments* :  Use of SecureRandom is recommended



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