[GitHub] zeppelin issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-20 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1170
  
As transitive dependecies in compile scope got included in final release 
convenience binary, all licenses need to be included to 
[zeppelin-distribution/src/bin_license/LICENSE](https://github.com/apache/zeppelin/blob/master/zeppelin-distribution/src/bin_license/LICENSE)

I double-checked and have marked the included ones

  - [x] +- 
com.google.apis:google-api-services-bigquery:jar:v2-rev265-1.21.0:compile
  - [ ] |  \- com.google.api-client:google-api-client:jar:1.21.0:compile
  - [ ] | \- com.google.guava:guava-jdk5:jar:17.0:compile
  - [ ] +- com.google.oauth-client:google-oauth-client:jar:1.21.0:compile
  - [ ] |  +- com.google.http-client:google-http-client:jar:1.21.0:compile
  - [x] |  |  \- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
  - [x] |  | +- org.apache.httpcomponents:httpcore:jar:4.3.3:compile
  - [x] |  | +- commons-logging:commons-logging:jar:1.1.1:compile
  - [x] |  | \- commons-codec:commons-codec:jar:1.5:compile
  - [x] |  \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
  - [ ] +- 
com.google.http-client:google-http-client-jackson2:jar:1.21.0:compile
  - [x] |  \- com.fasterxml.jackson.core:jackson-core:jar:2.1.3:compile
  - [ ] +- 
com.google.oauth-client:google-oauth-client-jetty:jar:1.21.0:compile
  - [ ] |  +- 
com.google.oauth-client:google-oauth-client-java6:jar:1.21.0:compile
  - [ ] |  \- org.mortbay.jetty:jetty:jar:6.1.26:compile
  - [ ] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
  - [ ] | \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile
  - [x] +- com.google.code.gson:gson:jar:2.6:compile
  - [x] +- org.slf4j:slf4j-api:jar:1.7.10:compile
  - [x] +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
  - [x] |  \- log4j:log4j:jar:1.2.17:compile



---
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 #1173: [ZEPPELIN-1164] ZeppelinHub Realm

2016-07-20 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue:

https://github.com/apache/zeppelin/pull/1173
  
all green


---
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.
---


Re: integrate authorization

2016-07-20 Thread Khalid Huseynov
Yes, I believe main point of #1173
 is to have authentication
using remote web server. It can be basically generalized to support what
you're talking about. You may review that PR as well for more details.

On Wed, Jul 20, 2016 at 10:37 PM, Corneau Damien 
wrote:

> Hi,
>
> I know this PR https://github.com/apache/zeppelin/pull/1173 is
> implementing something a bit similar.
> Maybe that will give you some leads
>
> On Wed, Jul 20, 2016 at 9:18 PM, Hyung Sung Shim 
> wrote:
>
>> Hi.
>> Unfortunetely There is no way to solve your problem on zeppelin level but
>> it seems like interesting feature so could you create issue for this?
>>
>> 2016년 7월 20일 수요일, 仓库快满了님이 작성한 메시지:
>>
>> Hi,
>>> I have a question.
>>> Can I pass the authorization from one web system to this zeppelin web
>>> system?
>>> I have a web system,and it has its own authorization.I want to integrate
>>> it with zeppelin.
>>> For example,when I logged in my web system as user1, and I click a link
>>> and jump to zeppelin system,I want it is also logged as user1.
>>> As I know,the Shiro or nginx is recommended,but their users and roles
>>> are written in a config file.My web system's users and roles are stored in
>>> Mysql database and I want the zeppelin to use the same users and roles.
>>> Can you give me some advise or examples?
>>>
>>>
>>> Thanks.
>>
>>
>


[GitHub] zeppelin issue #1212: ZEPPELIN-1222. ClassNotFoundException of SparkJLineCom...

2016-07-20 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1212
  
@zjffdu Thanks for the fix!
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 #1212: ZEPPELIN-1222. ClassNotFoundException of SparkJLineCom...

2016-07-20 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1212
  
@Leemoonsoo  Could you help take a look at it ? Thanks


---
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 #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-20 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1170
  
I see, generated source code is not available, thank you for clarification! 
So we should assume that we are including in the Apache Zeppelin release 
convenience binary a non-opensource third-party binary, distributed under 
permissive license.

We need a proper attribution then, but to be honest with you -  I think we 
might need a hand from LEGAL branch of ASF here, as it's the first time we deal 
with such matter.

I think everything is fine and it should be possible, will just require a 
propper attribution. I will bet back to you ASAP here, as we triage it with ASF.


---
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 #1212: ZEPPELIN-1222. ClassNotFoundException of SparkJ...

2016-07-20 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-1222. ClassNotFoundException of SparkJLineCompletion in Spark 
Interpreter

### What is this PR for?

ClassNotFoundException happens because not fully qualified class name is 
specified. Specify the fully qualified class name in this PR, and remove method 
findClass in SparkInterpter, use findClass in Utils instead. 

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

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

### How should this be tested?
Manually verified, restart zeppelin server and spark interpreter, this 
issue is gone. 

### 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/incubator-zeppelin SPARK-1222

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

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


commit bbe42a6a3c57c5d608f9954a551f351cbffa6f64
Author: Jeff Zhang 
Date:   2016-07-21T03:17:06Z

ZEPPELIN-1222. ClassNotFoundException of SparkJLineCompletion in Spark 
Interpreter




---
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-1222) ClassNotFoundException of SparkJLineCompletion in Spark Interpreter

2016-07-20 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1222:


 Summary: ClassNotFoundException of SparkJLineCompletion in Spark 
Interpreter
 Key: ZEPPELIN-1222
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1222
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters
Affects Versions: 0.7.0
Reporter: Jeff Zhang
Assignee: Jeff Zhang


{code}
 INFO [2016-07-21 10:58:02,654] ({pool-2-thread-2} Logging.scala[logInfo]:58) - 
Successfully started service 'HTTP class server' on port 54947.
ERROR [2016-07-21 10:58:04,312] ({pool-2-thread-2} 
Utils.java[instantiateClass]:74) - SparkJLineCompletion
java.lang.ClassNotFoundException: SparkJLineCompletion
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.apache.zeppelin.spark.Utils.instantiateClass(Utils.java:70)
at 
org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:579)
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:383)
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:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
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)
 INFO [2016-07-21 10:58:04,314] ({pool-2-thread-2} 
SparkInterpreter.java[createSparkContext]:254) - -- Create new SparkContext 
yarn-client ---
 INFO [2016-07-21 10:58:04,330] ({pool-2-thread-2} Logging.scala[logInfo]:58) - 
Running Spark version 1.6.1
 INFO [2016-07-21 10:58:04,345] ({pool-2-thread-2} Logging.scala[logInfo]:58) - 
Spark configuration:
args=
master=yarn-client
{code}



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


[GitHub] zeppelin pull request #1160: [Zeppelin - 1152] Listing note revision history

2016-07-20 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at:

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


---
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 #1160: [Zeppelin - 1152] Listing note revision history

2016-07-20 Thread khalidhuseynov
GitHub user khalidhuseynov reopened a pull request:

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

[Zeppelin - 1152] Listing note revision history

### What is this PR for?
This PR addresses ability to view the history of note revisions from the 
`version control` menu

### What type of PR is it?
Improvement

### Todos
* [x] - backend changes
* [x] - tests
* [x] - propagation to frontend
* [x] -  rendering list

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

### How should this be tested?
1. Select Git notebook storage layer as primary (e.g. in 
`conf/zeppelin-env.sh` add 
``` 
export 
ZEPPELIN_NOTEBOOK_STORAGE="org.apache.zeppelin.notebook.repo.GitNotebookRepo"
```
2. Select any note in Zeppelin and `commit` it in `version control` menu
3. The list with new commit should be shown in the same menu

### Screenshots (if appropriate)
https://cloud.githubusercontent.com/assets/1642088/17009639/c8bcbd58-4f37-11e6-92cd-88147b7419e6.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/khalidhuseynov/incubator-zeppelin 
front/list-revision-history

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

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


commit a7e8fd8ee07cc61ad744acebdc9166d5cbaabe27
Author: Khalid Huseynov 
Date:   2016-07-04T07:57:07Z

initial impl

commit d8f42828bb2c55eb6fa51586c6e044eb1b88bba1
Author: Khalid Huseynov 
Date:   2016-07-10T04:49:28Z

add new note resource for tests with multiple notes

commit b4c69dfab3ab1b00295551502df79cc3ed6ef2c3
Author: Khalid Huseynov 
Date:   2016-07-10T05:43:53Z

add test: revision history, multiple notes

commit 18d430a2cc3124f0951fa923ccd24d6f4cbf3499
Author: Khalid Huseynov 
Date:   2016-07-11T06:26:49Z

add initial listing

commit bcf6cf1d3bdeee628d634924cf44bcb87f8b3183
Author: Khalid Huseynov 
Date:   2016-07-11T07:15:24Z

return list on successful commit

commit 660139b91e7416ffd975e6bb58914664e7d97a2c
Author: Damien CORNEAU 
Date:   2016-07-12T06:03:25Z

fix the jscs error

commit 9523b481a1254ab9fbb51834f5e61660a7528eab
Author: Damien CORNEAU 
Date:   2016-07-12T08:48:43Z

Add dropdown of revisions

commit ee7b94fc501f939dc09b5fd2e595add8e466e4ee
Author: Damien CORNEAU 
Date:   2016-07-12T08:53:16Z

Reverse revisions order to have the latest first

commit 1d20aeb7f573cf3fadeb6be0a28a8ca37a7d8f21
Author: Khalid Huseynov 
Date:   2016-07-13T09:00:45Z

fix jshint checkstyle

commit 2090d60bd36d38477e8cb2b59917d2c9a3ed08f7
Author: Khalid Huseynov 
Date:   2016-07-14T04:19:44Z

mock listRevisionHistory

commit e6bafdec84cd4e5a42d07f04abc696941b6e81bd
Author: Khalid Huseynov 
Date:   2016-07-18T18:06:22Z

change time format

commit 4607c0309d9e3a37b33e648e8512155b870e6293
Author: Khalid Huseynov 
Date:   2016-07-19T06:16:52Z

fix css

fix rebase

commit 0445b42de01acea8dccc0843de714de91926b5a2
Author: Khalid Huseynov 
Date:   2016-07-19T13:26:40Z

move date to right, add time

commit bd068fdf43a9177fd16bc7a3c23ee74aaab81212
Author: Khalid Huseynov 
Date:   2016-07-19T13:35:42Z

add css class with smaller font for revision date

commit f676b741c74d308157e7cf60ab3b1db59d215e95
Author: Khalid Huseynov 
Date:   2016-07-20T03:51:22Z

Merge branch 'master' into front/list-revision-history

commit 614ed61ab1b47bd5276d64d477983b605a25f6b8
Author: Khalid Huseynov 
Date:   2016-07-20T08:26:10Z

date: smaller font and spacing

commit 01343caecb1972bbf02b692ddcd6f1c151d2a247
Author: Khalid Huseynov 
Date:   2016-07-21T02:32:01Z

address @corneadoug comments




---
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 #1173: [ZEPPELIN-1164] ZeppelinHub Realm

2016-07-20 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1173
  
build failed on `zeppelin-web`, which is not relevant. can we still 
re-trigger CI 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.
---


[jira] [Created] (ZEPPELIN-1221) authorization integoration

2016-07-20 Thread sunmancang (JIRA)
sunmancang created ZEPPELIN-1221:


 Summary: authorization integoration
 Key: ZEPPELIN-1221
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1221
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-server
Affects Versions: 0.6.0
Reporter: sunmancang


I have a question.
Can I pass the authorization from one web system to this zeppelin web system?
I have a web system,and it has its own authorization.I want to integrate it 
with zeppelin.
For example,when I logged in my web system as user1, and I click a link and 
jump to zeppelin system,I want it is also logged as user1.
As I know,the Shiro or nginx is recommended,but their users and roles are 
written in a config file.My web system's users and roles are stored in Mysql 
database and I want the zeppelin to use the same users and roles.
Can you give me some advise or examples?



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


[GitHub] zeppelin issue #1202: [ZEPPELIN-1208] fixed invaild position user config but...

2016-07-20 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1202
  
Merging if there is no more 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 pull request #1167: [ZEPPELIN-813] Update safe_yaml version 0.9.7 -...

2016-07-20 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1211: [ZEPPELIN-910] New interpreter registration mec...

2016-07-20 Thread rerngvit
GitHub user rerngvit opened a pull request:

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

[ZEPPELIN-910] New interpreter registration mechanism to HDFSFileInterpreter

### What is this PR for?
This PR applies the new interpreter registration mechanism to 
HDFSFileInterpreter

### What type of PR is it?
Improvement

### Todos
Move interpreter registration properties from a static block to 
interpreter-setting.json

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

### How should this be tested?
 1. apply patch
 2. rm conf/interpreter.json
 3. mvn clean package -DskipTests
 4. bin/zeppelin-daemon.sh start
 5. Configure %file interpreter setting according to your HDFS setup
 6. run some paragraph with HDFS file access

### 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/rerngvit/incubator-zeppelin ZEPPELIN-804

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

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


commit b1ebf67b66de1d4c7609da8acbd5ce159f2fee3a
Author: Rerngvit Yanggratoke 
Date:   2016-07-20T21:29:06Z

This PR applies the new interpreter registration mechanism to 
HDFSFileInterpreter

Improvement

- Move interpreter registration properties from static block to 
interpreter-setting.json

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

1. apply patch
2. rm conf/interpreter.json
3. mvn clean package -DskipTests
4. bin/zeppelin-daemon.sh start
5. Configure %file interpreter setting according to your HDFS setup
6. run some paragraph with HDFS file access

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




---
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 #1211: [ZEPPELIN-910] New interpreter registration mechanism ...

2016-07-20 Thread rerngvit
Github user rerngvit commented on the issue:

https://github.com/apache/zeppelin/pull/1211
  
@jongyoul Please have a look.


---
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 #418: [DOCS] Zeppelin Flink Spark tutorial

2016-07-20 Thread rawkintrevo
Github user rawkintrevo commented on the issue:

https://github.com/apache/zeppelin/pull/418
  
Yea, I had intentionally left in 'getting started' as it was an install 
tutorial, but I just moved it to the 'more section' per your comment. 


---
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-1220) Add geographical map as visualization option

2016-07-20 Thread Matt Penny (JIRA)
Matt Penny created ZEPPELIN-1220:


 Summary: Add geographical map as visualization option
 Key: ZEPPELIN-1220
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1220
 Project: Zeppelin
  Issue Type: New Feature
  Components: front-end, GUI
Reporter: Matt Penny
Priority: Minor


Added a geographical map as a paragraph data visualization mode. This makes it 
easier to visualize relations in geographical data. Pins are plotted at points 
in specified longitude/latitude columns and customizable column values are 
shown when pins are clicked.



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


[GitHub] zeppelin issue #1195: [ZEPPELIN-759] Spark 2.0 support

2016-07-20 Thread echarles
Github user echarles commented on the issue:

https://github.com/apache/zeppelin/pull/1195
  
Tested this with spark 2.0 and scala 2.11.
Spark 2.0 works well with scala, R and python.

@minahlee comment makes sense - we should ship the latest version.


---
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 #980: [ZEPPELIN-871] [WIP] spark 2.0 interpreter on scala 2.1...

2016-07-20 Thread echarles
Github user echarles commented on the issue:

https://github.com/apache/zeppelin/pull/980
  
Closing this. Spark 2.0 is implemented with #1195 
Optionally, a new PR can be opened to port the Spark interpreter from Java 
to Scala if interest.


---
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 #1209: [ZEPPELIN-1180] Update publish_release.sh to pu...

2016-07-20 Thread minahlee
GitHub user minahlee opened a pull request:

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

[ZEPPELIN-1180] Update publish_release.sh to publish scala 210 and scala 
211 artifacts

### What is this PR for?
Update publish_release.sh to publish scala 2.10 and scala 2.11 artifacts to 
maven repository.
This PR supposed to work once #1186 and #1195 is merged

### What type of PR is it?
Improvement

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

### 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/minahlee/zeppelin ZEPPELIN-1180

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

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


commit f727e041c004eb8e40a12ddb388ae2326947f31e
Author: Mina Lee 
Date:   2016-07-20T14:56:57Z

Fix indentation

commit 3e1df2ec96fd007ef6e451dc2257e02303d9caf4
Author: Mina Lee 
Date:   2016-07-20T14:57:25Z

Fix mod from 755 to 644

commit 16b4673aa685e3bfa97656d7f5a656a2f708d95e
Author: Mina Lee 
Date:   2016-07-20T15:08:22Z

publish 2.11 artifact to maven




---
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 #1135: Add force layout visualization in paragraphs for SQL q...

2016-07-20 Thread davidtzoor
Github user davidtzoor commented on the issue:

https://github.com/apache/zeppelin/pull/1135
  
hi @corneadoug any update on this PR? I am sorry to poke you it. Just 
wanted to know if there something else I need to do. Thanks :+1: 


---
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.
---


Re: integrate authorization

2016-07-20 Thread Corneau Damien
Hi,

I know this PR https://github.com/apache/zeppelin/pull/1173 is implementing
something a bit similar.
Maybe that will give you some leads

On Wed, Jul 20, 2016 at 9:18 PM, Hyung Sung Shim  wrote:

> Hi.
> Unfortunetely There is no way to solve your problem on zeppelin level but
> it seems like interesting feature so could you create issue for this?
>
> 2016년 7월 20일 수요일, 仓库快满了님이 작성한 메시지:
>
> Hi,
>> I have a question.
>> Can I pass the authorization from one web system to this zeppelin web
>> system?
>> I have a web system,and it has its own authorization.I want to integrate
>> it with zeppelin.
>> For example,when I logged in my web system as user1, and I click a link
>> and jump to zeppelin system,I want it is also logged as user1.
>> As I know,the Shiro or nginx is recommended,but their users and roles are
>> written in a config file.My web system's users and roles are stored in
>> Mysql database and I want the zeppelin to use the same users and roles.
>> Can you give me some advise or examples?
>>
>>
>> Thanks.
>
>


[GitHub] zeppelin issue #1160: [Zeppelin - 1152] Listing note revision history

2016-07-20 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1160
  
Great improvement! In this case WS protocol improvement makes sense indeed.

👍  for tests


---
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.
---


Re: integrate authorization

2016-07-20 Thread Hyung Sung Shim
Hi.
Unfortunetely There is no way to solve your problem on zeppelin level but
it seems like interesting feature so could you create issue for this?

2016년 7월 20일 수요일, 仓库快满了님이 작성한 메시지:

> Hi,
> I have a question.
> Can I pass the authorization from one web system to this zeppelin web
> system?
> I have a web system,and it has its own authorization.I want to integrate
> it with zeppelin.
> For example,when I logged in my web system as user1, and I click a link
> and jump to zeppelin system,I want it is also logged as user1.
> As I know,the Shiro or nginx is recommended,but their users and roles are
> written in a config file.My web system's users and roles are stored in
> Mysql database and I want the zeppelin to use the same users and roles.
> Can you give me some advise or examples?
>
>
> Thanks.


integrate authorization

2016-07-20 Thread ??????????
Hi,
I have a question.
Can I pass the authorization from one web system to this zeppelin web system?
I have a web system,and it has its own authorization.I want to integrate it 
with zeppelin.
For example,when I logged in my web system as user1, and I click a link and 
jump to zeppelin system,I want it is also logged as user1.
As I know,the Shiro or nginx is recommended,but their users and roles are 
written in a config file.My web system's users and roles are stored in Mysql 
database and I want the zeppelin to use the same users and roles.
Can you give me some advise or examples?


Thanks.

[GitHub] zeppelin issue #1205: [ZEPPELIN-1212] User impersonation support in JDBC

2016-07-20 Thread rconline
Github user rconline commented on the issue:

https://github.com/apache/zeppelin/pull/1205
  
LGTM, at some stage we should start thinking about connection pooling. But 
that can be a different PR. 


---
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 #:

2016-07-20 Thread corneadoug
Github user corneadoug commented on the pull request:


https://github.com/apache/zeppelin/commit/614ed61ab1b47bd5276d64d477983b605a25f6b8#commitcomment-18314816
  
In zeppelin-web/src/app/notebook/notebook-actionBar.html:
In zeppelin-web/src/app/notebook/notebook-actionBar.html on line 113:
You can remove the `line-height` and the ``

Then add a  for the title and add`display: block;` to both span


---
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 #:

2016-07-20 Thread corneadoug
Github user corneadoug commented on the pull request:


https://github.com/apache/zeppelin/commit/614ed61ab1b47bd5276d64d477983b605a25f6b8#commitcomment-18314693
  
In zeppelin-web/src/app/notebook/notebook.css:
In zeppelin-web/src/app/notebook/notebook.css on line 39:
`font-size: 8px;` let's not add percentage


---
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 #1160: [Zeppelin - 1152] Listing note revision history

2016-07-20 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1160
  
@khalidhuseynov I wanted to change the CSS for it, but I can't create any 
checkpoints somehow


---
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 #1208: [gh-pages][ZEPPELIN-1216] Add a matrix table for "Zepp...

2016-07-20 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1208
  
Looks great! 
How about move recent release to left?
FYI, Geode is not included in binary package like scalding.


---
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 #1208: [gh-pages][ZEPPELIN-1216] Add a matrix table for "Zepp...

2016-07-20 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1208
  
@Leemoonsoo Can you review this one? I updated the PR description :)


---
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.
---


Re: [GSoC - 2016][Zeppelin Notebooks] Issues with Common Crawl Datasets

2016-07-20 Thread anish singh
Alex, some good news!

I just tried the first option you mentioned in the previous mail, increased
the driver memory to 16g, reduced caching space to 0.1% of total memory and
additionally trimmed the warc content to include only three domains and its
working (everything including reduceByKey()). Although, I had tried this
earlier, few days ago but it had not worked then.

I even understood the core problem : the original rdd( ~ 2GB) contained
exactly 53307 rdd elements and when I ran 'flatMap(
r => ExtractLinks(r.getUrl(), r.getContentstring())) on the this rdd it
resulted in explosion of data extracted from these many elements(web pages)
which the available memory was perhaps unable to handle. This also means
that the rest of the analysis in the notebook must be done on domains
extracted from the original warc files so it reduces the size of data to be
processed. In case, more RAM is needed I will try to use m4.2xlarge (32GB)
instance.

Thrilled to have it working after struggling for so many days, so now I can
proceed with the notebook.

Thanks again,
Anish.

On Wed, Jul 20, 2016 at 7:08 AM, Alexander Bezzubov  wrote:

> Hi Anish,
>
> thank you for sharing your progress and totally know what you mean - that's
> an expected pain of working with real BigData.
>
> I would advise to conduct a series of experiments:
>
> *1 moderate machine*, Spark 1.6 in local mode, 1 WARC input file (1Gb)
>  - Spark in local mode is a single JVM process, so fine-tune it and make
> sure it uses ALL available memory (i.e 16Gb)
>  - We are not going to use in-memory caching, so storage part can be turned
> off [1]  and [2]
>  - AFIAK DataFrames use memory more efficient than RDDs but not sure if we
> can benefit from it here
>  - Start with something simple, like `val mayBegLinks =
> mayBegData.keepValidPages().count()` and make sure it works
>  - Proceed further until few more complex queries work
>
> *Cluster of N machines*, Spark 1.6 in standalone cluster mode
>  - process fraction of the whole dataset i.e 1 segment
>
>
> I know that is not easy, but it's worth to try for 1 more week and see if
> the approach outlined above works.
> Last, but not least - do not hesitate to reach out to CommonCrawl community
> [3] for an advice, there are people using Apache Spark there as well.
>
> Please keep us posted!
>
>  1.
> http://spark.apache.org/docs/latest/tuning.html#memory-management-overview
>  2.
>
> http://blog.cloudera.com/blog/2015/03/how-to-tune-your-apache-spark-jobs-part-2/
>  3. https://groups.google.com/forum/#!forum/common-crawl
>
> --
> Alex
>
>
> On Wed, Jul 20, 2016 at 2:27 AM, anish singh  wrote:
>
> > Hello,
> >
> > The last two weeks have been tough and full of learning, the code in the
> > previous mail which performed only simple transformation and
> reduceByKey()
> > to count similar domain links did not work even on the first segment(1005
> > MB) of data. So I studied and read extensively on the web :
> blogs(cloudera,
> > databricks and stack overflow) and books on Spark, tried all the options
> > and configurations on memory and performance tuning but the code did not
> > run. My current configurations to SPARK_SUBMIT_OPTIONS are set to
> > "--driver-memory 9g --driver-java-options -XX:+UseG1GC
> > -XX:+UseCompressedOops --conf spark.storage.memoryFraction=0.1" and even
> > this does not work. Even simple operations such as rdd.count() after the
> > transformations in the previous mail does not work. All this on an
> > m4.xlarge machine.
> >
> > Moreover, in trying to set up standalone cluster on single machine by
> > following instructions in the book 'Learning Spark', I messed with file
> > '~/.ssh/authorized_keys' file which cut me out of the instance so I had
> to
> > terminate it and start all over again after losing all the work done in
> one
> > week.
> >
> > Today, I performed a comparison of memory and cpu load values using the
> > size of data and the machine configurations between two conditions:
> (when I
> > worked on my local machine) vs. (m4.xlarge single instance), where
> >
> > memory load = (data size) / (memory available for processing),
> > cpu load = (data size) / (cores available for processing)
> >
> > the results of the comparison indicate that with the amount of data, the
> > AWS instance is 100 times more constrained than the analysis that I
> > previously did on my machine (for calculations, please see sheet [0] ).
> > This has completely stalled work as I'm unable to perform any further
> > operations on the data sets. Further, choosing another instance (such as
> 32
> > GiB) may also not be sufficient (as per calculations in [0]). Please let
> me
> > know if I'm missing something or how to proceed with this.
> >
> > [0]. https://drive.google.com/open?id=0ByXTtaL2yHBuYnJSNGt6T2U2RjQ
> >
> > Thanks,
> > Anish.
> >
> >
> >
> > On Tue, Jul 12, 2016 at 12:35 PM, anish singh 
> > wrote:
> >
> > > Hello,
> > >
> > > I had 

[jira] [Created] (ZEPPELIN-1219) Add contents retrieve feature to Zeppelin docs site

2016-07-20 Thread Ahyoung (JIRA)
Ahyoung created ZEPPELIN-1219:
-

 Summary: Add contents retrieve feature to Zeppelin docs site
 Key: ZEPPELIN-1219
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1219
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Ahyoung
Assignee: Ahyoung
Priority: Minor


It would be helpful if users can retrieve contents in Zeppelin docs site.



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


[GitHub] zeppelin issue #1160: [Zeppelin - 1152] Listing note revision history

2016-07-20 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1160
  
@corneadoug how about this one 614ed61ab1b47bd5276d64d477983b605a25f6b8 : 
https://cloud.githubusercontent.com/assets/1642088/16980145/82ffe7f6-4e9f-11e6-95ca-8c8202bae1be.png;>





---
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 #1204: [Zeppelin-1089] Replace JsHint with Eslint

2016-07-20 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1204
  
CI is green!


---
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 #1167: [ZEPPELIN-813] Update safe_yaml version 0.9.7 -> 1.0.4

2016-07-20 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1167
  
LGTM. merge it if there is no more discussion


---
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 #1197: [ZEPPELIN-1196] Fix for bug ZEPPELIN-1196

2016-07-20 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1197
  
I'll merge it after 24 hours.


---
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 #1204: [Zeppelin-1089] Replace JsHint with Eslint

2016-07-20 Thread corneadoug
GitHub user corneadoug reopened a pull request:

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

[Zeppelin-1089] Replace JsHint with Eslint

### What is this PR for?
This PR replace JsHint with Eslint, the original configuration was ported 
from jsHint using [Polyjuice](https://www.npmjs.com/package/polyjuice), then 
the settings were tuned to match exactly.
For this PR, the goal is not to add new rules, but only to replace the 
system with the same rules.

### What type of PR is it?
Improvement

### Todos
* [x] - Remove .jshintrc

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

### How should this be tested?
You can simply build the code.
You can try to add an unused variable in the js code to see an error.

### 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 ZEPPELIN-1089

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

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


commit 7b1da053cc8feb302ede04e95b6bdd10fc6933ea
Author: Damien CORNEAU 
Date:   2016-07-19T09:40:00Z

Replace JsHint by Eslint

commit 0364ad48d03770603a2a952a1077e717cba107f7
Author: Damien CORNEAU 
Date:   2016-07-19T10:00:43Z

Fix eslint for tests

commit e1b389fa8e79b7ba7cd992955e8337c7bab23610
Author: Damien CORNEAU 
Date:   2016-07-19T23:48:58Z

remove .jsintrc

commit e71389d3f0b42ba1df5d3594d04487b7dee8185c
Author: Damien CORNEAU 
Date:   2016-07-19T23:55:08Z

remove jshint remnants

commit 6cf1e2a71310c228e7d04b2899be52f2eb613f26
Author: Damien CORNEAU 
Date:   2016-07-20T06:00:12Z

fix $ is missing error




---
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 #1204: [Zeppelin-1089] Replace JsHint with Eslint

2016-07-20 Thread corneadoug
Github user corneadoug closed the pull request at:

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


---
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 #1160: [Zeppelin - 1152] Listing note revision history

2016-07-20 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1160
  
@corneadoug @Leemoonsoo @anthonycorbacho how about this one?
https://cloud.githubusercontent.com/assets/1642088/16978793/c2873624-4e98-11e6-910c-27977cb3ed98.png;>



---
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-1218) HeliumApplicationFactoryTest fails

2016-07-20 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1218:


 Summary: HeliumApplicationFactoryTest fails
 Key: ZEPPELIN-1218
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1218
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Jeff Zhang


Not sure why it succeeded on github travis-ci, are these tests ignored on 
travis-ci ? \cc [~moon]
{noformat}
Tests run: 5, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 120.363 sec <<< 
FAILURE! - in org.apache.zeppelin.helium.HeliumApplicationFactoryTest
testUnloadOnInterpreterUnbind(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
  Time elapsed: 30.147 sec  <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to 
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at 
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testUnloadOnInterpreterUnbind(HeliumApplicationFactoryTest.java:224)

testLoadRunUnloadApplication(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
  Time elapsed: 30.054 sec  <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to 
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at 
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testLoadRunUnloadApplication(HeliumApplicationFactoryTest.java:142)

testUnloadOnInterpreterRestart(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
  Time elapsed: 30.071 sec  <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to 
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at 
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testUnloadOnInterpreterRestart(HeliumApplicationFactoryTest.java:290)

testUnloadOnParagraphRemove(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
  Time elapsed: 30.062 sec  <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to 
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at 
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testUnloadOnParagraphRemove(HeliumApplicationFactoryTest.java:186)
{noformat}



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


[GitHub] zeppelin issue #1197: [ZEPPELIN-1196] Fix for bug ZEPPELIN-1196

2016-07-20 Thread SachinJanani
Github user SachinJanani commented on the issue:

https://github.com/apache/zeppelin/pull/1197
  
Can someone please merge this PR as I don't have permission


---
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-1217) Can not see the whole configuration table in install page

2016-07-20 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1217:


 Summary: Can not see the whole configuration table in install page
 Key: ZEPPELIN-1217
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1217
 Project: Zeppelin
  Issue Type: Bug
  Components: documentation
Affects Versions: 0.7.0
Reporter: Jeff Zhang
Priority: Minor


In the install page, I can not see the whole configuration, I have to move the 
scroll bar under the table to see the description section. This is very 
inconvenient for me.  \cc [~Ahyoung]


https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/install/install.html#apache-zeppelin-configuration




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


[GitHub] zeppelin pull request #1204: [Zeppelin-1089] Replace JsHint with Eslint

2016-07-20 Thread corneadoug
Github user corneadoug closed the pull request at:

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


---
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 #1204: [Zeppelin-1089] Replace JsHint with Eslint

2016-07-20 Thread corneadoug
GitHub user corneadoug reopened a pull request:

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

[Zeppelin-1089] Replace JsHint with Eslint

### What is this PR for?
This PR replace JsHint with Eslint, the original configuration was ported 
from jsHint using [Polyjuice](https://www.npmjs.com/package/polyjuice), then 
the settings were tuned to match exactly.
For this PR, the goal is not to add new rules, but only to replace the 
system with the same rules.

### What type of PR is it?
Improvement

### Todos
* [x] - Remove .jshintrc

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

### How should this be tested?
You can simply build the code.
You can try to add an unused variable in the js code to see an error.

### 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 ZEPPELIN-1089

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

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


commit 7b1da053cc8feb302ede04e95b6bdd10fc6933ea
Author: Damien CORNEAU 
Date:   2016-07-19T09:40:00Z

Replace JsHint by Eslint

commit 0364ad48d03770603a2a952a1077e717cba107f7
Author: Damien CORNEAU 
Date:   2016-07-19T10:00:43Z

Fix eslint for tests

commit e1b389fa8e79b7ba7cd992955e8337c7bab23610
Author: Damien CORNEAU 
Date:   2016-07-19T23:48:58Z

remove .jsintrc

commit e71389d3f0b42ba1df5d3594d04487b7dee8185c
Author: Damien CORNEAU 
Date:   2016-07-19T23:55:08Z

remove jshint remnants

commit 6cf1e2a71310c228e7d04b2899be52f2eb613f26
Author: Damien CORNEAU 
Date:   2016-07-20T06:00:12Z

fix $ is missing error




---
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 #1204: [Zeppelin-1089] Replace JsHint with Eslint

2016-07-20 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1204
  
PR done, triggering CI again


---
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.
---