[GitHub] zeppelin pull request #2791: ZEPPELIN-3221. Create LocalConfigStorage to kee...

2018-02-11 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-3221. Create LocalConfigStorage to keep behavior consistent with 
previous version

### What is this PR for?
LocalConfigStorage would be the default storage for config which is the 
same behavior of 0.7


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

### Todos
* [ ] - Task

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

### How should this be tested?
* CI pass

### 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/zjffdu/zeppelin ZEPPELIN-3221

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

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


commit 1dab5893e4b5bdf03781486e7a2a692a2a1aa6d3
Author: Jeff Zhang 
Date:   2018-02-12T06:28:45Z

ZEPPELIN-3221. Create LocalConfigStorage to keep behavior consistent with 
previous version




---


[GitHub] zeppelin pull request #2790: ZEPPELIN-3222. Shade libfb303 in SparkInterpret...

2018-02-11 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #2790: ZEPPELIN-3222. Shade libfb303 in SparkInterpreter

2018-02-11 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2790
  
Awesome, thanks for verifying @Tagar 


---


[GitHub] zeppelin issue #2790: ZEPPELIN-3222. Shade libfb303 in SparkInterpreter

2018-02-11 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/2790
  
Manually tested master with this PR when using CDH 5.12 and it solves NPE 
issue when starting Spark interpreter.

Thanks @zjffdu !



---


[GitHub] zeppelin pull request #2790: ZEPPELIN-3222. Shade libfb303 in SparkInterpret...

2018-02-11 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-3222. Shade libfb303 in SparkInterpreter

### What is this PR for?
Trivial change for shading libfb303, otherwise it could conflicts with 
libfb303 of CDH.


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

### Todos
* [ ] - Task

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

### How should this be tested?
* CI pass

### 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/zjffdu/zeppelin ZEPPELIN-3222

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

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


commit 8e8528d14f8d6b974c497e769a76eddabfaa60d4
Author: Jeff Zhang 
Date:   2018-02-12T06:10:25Z

ZEPPELIN-3222. Shade libfb303 in SparkInterpreter




---


[jira] [Created] (ZEPPELIN-3222) Shade thriftlib in SparkInterpreter

2018-02-11 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3222:


 Summary: Shade thriftlib in SparkInterpreter
 Key: ZEPPELIN-3222
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3222
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Jeff Zhang






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


[jira] [Created] (ZEPPELIN-3221) Create LocalConfigStorage to keep behavior consistent with previous version

2018-02-11 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3221:


 Summary: Create LocalConfigStorage to keep behavior consistent 
with previous version
 Key: ZEPPELIN-3221
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3221
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Jeff Zhang


Due to ZEPPELIN-2742, config will be stored on hdfs if user add HADOOP_CONF_DIR 
in zeppelin-env.sh, this is not consistent with the previous behavior (0.7)



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


[jira] [Created] (ZEPPELIN-3220) Zeppelin not loading up a custom angular controller

2018-02-11 Thread Nagaraj Tantri (JIRA)
Nagaraj Tantri created ZEPPELIN-3220:


 Summary: Zeppelin not loading up a custom angular controller
 Key: ZEPPELIN-3220
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3220
 Project: Zeppelin
  Issue Type: Bug
  Components: documentation, front-end, Interpreters
Affects Versions: 0.7.3
 Environment: Local source code build.
Reporter: Nagaraj Tantri
 Attachments: Zep.png

When I want to run an angular chart library inside Zeppelin Angular 
interpreter, it is not showing up as expected.

 Initialization of the angular charts library - Flexmonster: 
{code:java}
%spark

println("""%html

var sc = document.createElement('script');
sc.type = 'text/javascript';
sc.src = 'https://s3.amazonaws.com/flexmonster/2.3/flexmonster.js';
document.getElementsByTagName('head')[0].appendChild(sc);


angular.module("zeppelinWebApp").controller("flexmonster");

""")
{code}
Once the above is executed, I tried loading the below:

 
{code:java}
%angular

https://s3.amazonaws.com/flexmonster/2.3/"; 
 fm-report="'https://s3.amazonaws.com/flexmonster/2.3/reports/report.json'"
 fm-license-key="Z77L-XA5H5G-3J1M2B-0C0B3M">


{code}
The example to load it was here: 
[https://github.com/flexmonster/pivot-angularjs]. The above license is a trial 
version license.

There is no error nor there is any display. Is this even considered possible 
under Zeppelin's context?

The official document just mentions about binding Angular data to another 
paragraph.

Thanks,
 Nagaraj
  



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


[GitHub] zeppelin issue #2744: ZEPPELIN-3184. Use hadoop-azure to replace azure-stora...

2018-02-11 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/2744
  
Do you mean compile without option like 

> -Dhadoop.version=2.6.0-cdh5.12.1

 ?

It compiles fine but I was getting runtime errors (like some non-existent 
method etc). Can't find details now. But I will give it a try again. 

Thanks.


---


[GitHub] zeppelin issue #2744: ZEPPELIN-3184. Use hadoop-azure to replace azure-stora...

2018-02-11 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2744
  
@Tagar I recently realize that zeppelin should work with CDH even built 
with apache hadoop. Could you try that ?


---


[GitHub] zeppelin issue #2744: ZEPPELIN-3184. Use hadoop-azure to replace azure-stora...

2018-02-11 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/2744
  
This commit broke build for CDH (maven convergence error on dependencies).

Should there be a automated test to check if a commit breaks compatibility 
with Cloudera distro of Hadoop?



---


[GitHub] zeppelin issue #2782: [ZEPPELIN-2729] Paragraph numbering

2018-02-11 Thread timovwb
Github user timovwb commented on the issue:

https://github.com/apache/zeppelin/pull/2782
  
@masyan Using paragraph titles is still not a great way in large notebooks. 
When having a descriptive title, you still have to search the notebook for that 
(although the browser search function might help here, but still not perfect). 
And manually setting a paragraph number gives problems when 
moving/adding/removing paragraphs.

@mebelousov A similar feature already exists, but links to a single 
paragraph. Linking inside a notebook itself could be a nice feature. The nice 
thing with actual numbering is when collaborating through Skype for example 
it's very quick to give directions. 


---


[GitHub] zeppelin pull request #2765: ZEPPELIN-3164. Fixed Checkstyle errors and warn...

2018-02-11 Thread HorizonNet
Github user HorizonNet closed the pull request at:

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


---


[GitHub] zeppelin pull request #2765: ZEPPELIN-3164. Fixed Checkstyle errors and warn...

2018-02-11 Thread HorizonNet
GitHub user HorizonNet reopened a pull request:

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

ZEPPELIN-3164. Fixed Checkstyle errors and warnings in the scalding module

### What is this PR for?
Fixed the errors and warnings from Checkstyle in the **scalding** module.

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

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

### How should this be tested?
* CI pass

### 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/ultratendency/zeppelin ZEPPELIN-3164

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

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


commit 5202508e4f288c7f2005da5a71017a9ced83cc4b
Author: Jan Hentschel 
Date:   2018-02-04T16:38:33Z

ZEPPELIN-3164. Fixed Checkstyle errors and warnings in the scalding module




---


[GitHub] zeppelin pull request #2783: ZEPPELIN-3150. Fixed Checkstyle errors and warn...

2018-02-11 Thread HorizonNet
GitHub user HorizonNet reopened a pull request:

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

ZEPPELIN-3150. Fixed Checkstyle errors and warnings in the bigquery module

### What is this PR for?
Fixed the Checkstyle errors and warnings in the bigquery module.

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

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

### How should this be tested?
* CI pass

### 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/ultratendency/zeppelin ZEPPELIN-3150

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

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


commit c6be5bed5c2c8d4bd3df88fd008c6515c205d630
Author: Jan Hentschel 
Date:   2018-02-09T17:05:59Z

ZEPPELIN-3150. Fixed Checkstyle errors and warnings in the bigquery module

commit 5ab3caaa39d4cd76539c89014b6688995e0541a3
Author: Jan Hentschel 
Date:   2018-02-11T13:14:14Z

ZEPPELIN-3150. Removed SuppressWarnings annotation in 
BigQueryInterpreterTest




---


[GitHub] zeppelin pull request #2768: ZEPPELIN-3142. Fixed Checkstyle errors and warn...

2018-02-11 Thread HorizonNet
Github user HorizonNet closed the pull request at:

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


---


[GitHub] zeppelin pull request #2768: ZEPPELIN-3142. Fixed Checkstyle errors and warn...

2018-02-11 Thread HorizonNet
GitHub user HorizonNet reopened a pull request:

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

ZEPPELIN-3142. Fixed Checkstyle errors and warnings in the livy module

### What is this PR for?
Fixed the Checkstyle errors and warnings in the **livy** module.

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

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

### How should this be tested?
* CI pass

### 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/ultratendency/zeppelin ZEPPELIN-3142

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

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


commit b53d145bc8ad0ab8c324e95151b22d15c4bab6f6
Author: Jan Hentschel 
Date:   2018-02-06T16:16:03Z

ZEPPELIN-3142. Fixed Checkstyle errors and warnings in the livy module




---


[GitHub] zeppelin pull request #2783: ZEPPELIN-3150. Fixed Checkstyle errors and warn...

2018-02-11 Thread HorizonNet
Github user HorizonNet closed the pull request at:

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


---


[GitHub] zeppelin pull request #2789: Update version in conf/interpreter.list

2018-02-11 Thread zjffdu
Github user zjffdu closed the pull request at:

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


---


[GitHub] zeppelin pull request #2789: Update version in conf/interpreter.list

2018-02-11 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

Update version in conf/interpreter.list

### What is this PR for?
Trivial change for version update


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

### Todos
* [ ] - Task



### 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/zjffdu/zeppelin update_version

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

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


commit fd9c805278ad8fa02f18d04c069a6f72230d87de
Author: Jeff Zhang 
Date:   2018-02-11T13:24:53Z

[HOTFIX] Update version in conf/interpreter-list




---


[GitHub] zeppelin pull request #2784: Add exclusion to hadoop-aws dependency.

2018-02-11 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #2784: Add exclusion to hadoop-aws dependency.

2018-02-11 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2784
  
I verify it manually, CI build pass, will merge it soon


---