zeppelin git commit: ZEPPELIN-1326: make profile to select dependency of hadoop-common for JDBC interpreter
Repository: zeppelin Updated Branches: refs/heads/master 3db819abf -> c88010fd0 ZEPPELIN-1326: make profile to select dependency of hadoop-common for JDBC interpreter ### What is this PR for? Extension of https://github.com/apache/zeppelin/pull/1353 java.lang.ClassNotFoundException: org.apache.hadoop.security.UserGroupInformation$AuthenticationMethod error on using jdbc interpreter after #1205 ``` java.lang.ClassNotFoundException: org.apache.hadoop.security.UserGroupInformation$AuthenticationMethod 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.jdbc.security.JDBCSecurityImpl.getAuthtype(JDBCSecurityImpl.java:71) at org.apache.zeppelin.jdbc.JDBCInterpreter.getConnection(JDBCInterpreter.java:217) at org.apache.zeppelin.jdbc.JDBCInterpreter.getStatement(JDBCInterpreter.java:275) at org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql(JDBCInterpreter.java:346) at org.apache.zeppelin.jdbc.JDBCInterpreter.interpret(JDBCInterpreter.java:452) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:94) 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) ``` Workaround is adding "org.apache.hadoop:hadoop-common:2.7.2" in the Dependencies section of interpreter setting on GUI. But jdbc interpreter supposed to work without asking user hadoop-common dependency. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * [ZEPPELIN-1326](https://issues.apache.org/jira/browse/ZEPPELIN-1326) ### How should this be tested? On running this (JDBC) interpreter, the above stack trace should not come. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Prabhjyot Singh Closes #1380 from prabhjyotsingh/ZEPPELIN-1326 and squashes the following commits: 903796d [Prabhjyot Singh] revert move profile hadoop-* to root level pom 033da7b [Prabhjyot Singh] check if auth type is present in key f64dbf0 [Prabhjyot Singh] make provided 0e0016a [Prabhjyot Singh] move profile hadoop-* to root level pom f061da0 [Prabhjyot Singh] ZEPPELIN-1326: make profile to select dependency for hadoop-common Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/c88010fd Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/c88010fd Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/c88010fd Branch: refs/heads/master Commit: c88010fd0a744d026b75d02bc62bc6dc690f0f9a Parents: 3db819a Author: Prabhjyot Singh Authored: Mon Aug 29 16:20:40 2016 +0530 Committer: Prabhjyot Singh Committed: Thu Sep 8 14:30:59 2016 +0530 -- .../apache/zeppelin/jdbc/JDBCInterpreter.java | 83 ++-- .../jdbc/security/JDBCSecurityImpl.java | 1 - 2 files changed, 43 insertions(+), 41 deletions(-) -- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/c88010fd/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java -- diff --git a/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java b/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java index 68a1ce4..bc473ea 100644 --- a/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java +++ b/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java @@ -27,7 +27,7 @@ import java.sql.SQLException; import java.sql.Statement; import java.util.*; -import org.apache.commons.lang3.StringUtils; +import org.apache.commons.lang.StringUtils; import org.apache.hadoop.security.UserGroupInformation; import org.apache.zeppelin.interpreter.Interpret
zeppelin git commit: [ZEPPELIN-1407] Fix Scala 2.11 build
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 fbaa6c73a -> 5a270d43b [ZEPPELIN-1407] Fix Scala 2.11 build ### What is this PR for? Avoid activating the Scala 2.10 profile when building for Scala 2.11 ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * (https://issues.apache.org/jira/browse/ZEPPELIN-1407)[https://issues.apache.org/jira/browse/ZEPPELIN-1407] ### How should this be tested? Perform Scala 2.10 and 2.11 builds starting from a maven repository that does not have org.apache.zeppelin artifacts. Author: Luciano Resende Closes #1400 from lresende/scala-profile and squashes the following commits: 3fa489b [Luciano Resende] [ZEPPELIN-1407] Fix Scala 2.11 build (cherry picked from commit 724ef6ff065404705fdd44ae64bf51bb077b8417) Signed-off-by: Felix Cheung Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/5a270d43 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/5a270d43 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/5a270d43 Branch: refs/heads/branch-0.6 Commit: 5a270d43b75dca935c40979206f3dc3b92c20327 Parents: fbaa6c7 Author: Luciano Resende Authored: Thu Sep 1 22:35:20 2016 -0700 Committer: Felix Cheung Committed: Thu Sep 8 12:36:24 2016 -0700 -- pom.xml | 6 +- zeppelin-display/pom.xml | 3 +++ zeppelin-distribution/pom.xml | 3 +++ zeppelin-server/pom.xml | 3 +++ 4 files changed, 14 insertions(+), 1 deletion(-) -- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5a270d43/pom.xml -- diff --git a/pom.xml b/pom.xml index f23b0a4..612dc87 100644 --- a/pom.xml +++ b/pom.xml @@ -652,7 +652,7 @@ scala-2.10 -true +!scala-2.11 2.10.5 @@ -662,6 +662,9 @@ scala-2.11 + +scala-2.11 + 2.11.7 2.11 @@ -804,4 +807,5 @@ + http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5a270d43/zeppelin-display/pom.xml -- diff --git a/zeppelin-display/pom.xml b/zeppelin-display/pom.xml index e9f3c7c..894cd6d 100644 --- a/zeppelin-display/pom.xml +++ b/zeppelin-display/pom.xml @@ -95,6 +95,9 @@ scala-2.11 + +scala-2.11 + org.scala-lang.modules http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5a270d43/zeppelin-distribution/pom.xml -- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index 04eae91..7734eba 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -114,6 +114,9 @@ scala-2.11 + +scala-2.11 + http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5a270d43/zeppelin-server/pom.xml -- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index 81d9ed6..b662926 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -469,6 +469,9 @@ scala-2.11 + +scala-2.11 +
zeppelin git commit: [ZEPPELIN-1407] Fix Scala 2.11 build
Repository: zeppelin Updated Branches: refs/heads/master c88010fd0 -> 724ef6ff0 [ZEPPELIN-1407] Fix Scala 2.11 build ### What is this PR for? Avoid activating the Scala 2.10 profile when building for Scala 2.11 ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * (https://issues.apache.org/jira/browse/ZEPPELIN-1407)[https://issues.apache.org/jira/browse/ZEPPELIN-1407] ### How should this be tested? Perform Scala 2.10 and 2.11 builds starting from a maven repository that does not have org.apache.zeppelin artifacts. Author: Luciano Resende Closes #1400 from lresende/scala-profile and squashes the following commits: 3fa489b [Luciano Resende] [ZEPPELIN-1407] Fix Scala 2.11 build Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/724ef6ff Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/724ef6ff Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/724ef6ff Branch: refs/heads/master Commit: 724ef6ff065404705fdd44ae64bf51bb077b8417 Parents: c88010f Author: Luciano Resende Authored: Thu Sep 1 22:35:20 2016 -0700 Committer: Felix Cheung Committed: Thu Sep 8 12:35:46 2016 -0700 -- pom.xml | 6 +- zeppelin-display/pom.xml | 3 +++ zeppelin-distribution/pom.xml | 3 +++ zeppelin-server/pom.xml | 3 +++ 4 files changed, 14 insertions(+), 1 deletion(-) -- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/724ef6ff/pom.xml -- diff --git a/pom.xml b/pom.xml index 2ac72cf..1aef2ea 100644 --- a/pom.xml +++ b/pom.xml @@ -531,7 +531,7 @@ scala-2.10 -true +!scala-2.11 2.10.5 @@ -541,6 +541,9 @@ scala-2.11 + +scala-2.11 + 2.11.7 2.11 @@ -827,4 +830,5 @@ + http://git-wip-us.apache.org/repos/asf/zeppelin/blob/724ef6ff/zeppelin-display/pom.xml -- diff --git a/zeppelin-display/pom.xml b/zeppelin-display/pom.xml index d33038e..87df7b0 100644 --- a/zeppelin-display/pom.xml +++ b/zeppelin-display/pom.xml @@ -95,6 +95,9 @@ scala-2.11 + +scala-2.11 + org.scala-lang.modules http://git-wip-us.apache.org/repos/asf/zeppelin/blob/724ef6ff/zeppelin-distribution/pom.xml -- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index 378c980..e6905db 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -114,6 +114,9 @@ scala-2.11 + +scala-2.11 + http://git-wip-us.apache.org/repos/asf/zeppelin/blob/724ef6ff/zeppelin-server/pom.xml -- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index 862fc30..62b6903 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -448,6 +448,9 @@ scala-2.11 + +scala-2.11 +
zeppelin git commit: [ZEPPELIN-1404] invalid html structure for bootstrap in interpreter setting page
Repository: zeppelin Updated Branches: refs/heads/master 724ef6ff0 -> 9bce03ce0 [ZEPPELIN-1404] invalid html structure for bootstrap in interpreter setting page ### What is this PR for? invalid html structure for bootstrap in interpreter setting page. for example : correct ```html ``` invalid now. ```html ``` There occurs a problem with the current designers, and shape. Please, check to Screenshots in this pr. ### What type of PR is it? Bug Fix ### Todos - [x] Fixed html structure - [x] modification to margin for checkbox. ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1404 ### How should this be tested? click to interpreter menu in web ui. ### Screenshots (if appropriate) before wide screen.  after wide screen.  - active stripe table, and fixed margin, and other layout. before mobile size screen  after mobile size screen  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: CloverHearts Closes #1395 from cloverhearts/dev/interpreter-tag-fixed and squashes the following commits: 305664c [CloverHearts] Merge branch 'master' into dev/interpreter-tag-fixed c725381 [CloverHearts] revert - style margin-top-0 and removed margin-top in paragraph.css cd6db05 [CloverHearts] Property between Table - removed margin 5c6e476 [CloverHearts] revert to e-form 771c901 [CloverHearts] fixed to correct html(bootstrap) syntax for interpreter setting page. Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/9bce03ce Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/9bce03ce Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/9bce03ce Branch: refs/heads/master Commit: 9bce03ce04cbe9e7dcc4d23d1b8c7d6b8899d367 Parents: 724ef6f Author: CloverHearts Authored: Thu Sep 8 14:26:45 2016 +0900 Committer: Damien CORNEAU Committed: Fri Sep 9 07:57:52 2016 +0900 -- .../src/app/interpreter/interpreter.css | 5 ++ .../src/app/interpreter/interpreter.html| 69 .../src/app/notebook/paragraph/paragraph.css| 1 - 3 files changed, 46 insertions(+), 29 deletions(-) -- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/9bce03ce/zeppelin-web/src/app/interpreter/interpreter.css -- diff --git a/zeppelin-web/src/app/interpreter/interpreter.css b/zeppelin-web/src/app/interpreter/interpreter.css index ee4f81d..554ecbc 100644 --- a/zeppelin-web/src/app/interpreter/interpreter.css +++ b/zeppelin-web/src/app/interpreter/interpreter.css @@ -109,3 +109,8 @@ color: #000; opacity: .5; } + +.remove-margin-top-bottom { + margin-top: 0px !important; + margin-bottom: 0px !important; +} http://git-wip-us.apache.org/repos/asf/zeppelin/blob/9bce03ce/zeppelin-web/src/app/interpreter/interpreter.html -- diff --git a/zeppelin-web/src/app/interpreter/interpreter.html b/zeppelin-web/src/app/interpreter/interpreter.html index 7ac1872..d7f3440 100644 --- a/zeppelin-web/src/app/interpreter/interpreter.html +++ b/zeppelin-web/src/app/interpreter/interpreter.html @@ -38,13 +38,17 @@ limitations under the License. - - - - - - - + + + + + + + + + + + @@ -93,10 +97,9 @@ limitations under the License. - , - %{{setting.name}}.{{interpreter.name}} + , %{{setting.name}} + . + {{interpreter.name}} (default) @@ -170,37 +173,44 @@ limitations under the License. Interpreter for note - - + + - + - -Connect to existing process + + + Connect to existing process + - - + + + Host - + Port - + + - + - -Set
zeppelin git commit: [ZEPPELIN-1414] Remove CONTRIBUTING.md files
Repository: zeppelin Updated Branches: refs/heads/master 9bce03ce0 -> 56bbff3d3 [ZEPPELIN-1414] Remove CONTRIBUTING.md files ### What is this PR for? Following the PR #1356, we now have the contribution documentation to on Apache Zeppelin Website. We can now remove the contributing files from the repository, and replace the links to that documentation. ### What type of PR is it? Documentation ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1414 ### How should this be tested? Just check if there is other CONTRIBUTING.md files and if there is other links to replace ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Damien CORNEAU Closes #1406 from corneadoug/ZEPPELIN-1414 and squashes the following commits: 4347043 [Damien CORNEAU] change a how to contribute link to the webiste in the docs faf3e11 [Damien CORNEAU] Make links to contribution material point to the website cb4b5f7 [Damien CORNEAU] Remove contributing files from RAT 7810f57 [Damien CORNEAU] Remove contributing files Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/56bbff3d Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/56bbff3d Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/56bbff3d Branch: refs/heads/master Commit: 56bbff3d3d7669065ba12b78f326297a64fd61a1 Parents: 9bce03c Author: Damien CORNEAU Authored: Tue Sep 6 17:50:08 2016 +0900 Committer: Damien CORNEAU Committed: Fri Sep 9 08:04:10 2016 +0900 -- .github/PULL_REQUEST_TEMPLATE | 2 +- CONTRIBUTING.md| 228 README.md | 10 +- docs/CONTRIBUTING.md | 94 docs/README.md | 8 +- docs/development/writingzeppelininterpreter.md | 7 +- docs/index.md | 5 +- pom.xml| 14 +- zeppelin-web/CONTRIBUTING.md | 127 --- zeppelin-web/README.md | 2 +- 10 files changed, 22 insertions(+), 475 deletions(-) -- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/56bbff3d/.github/PULL_REQUEST_TEMPLATE -- diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 09c1b3b..526b414 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,6 +1,6 @@ ### 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://github.com/apache/zeppelin/blob/master/CONTRIBUTING.md +First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html ### What type of PR is it? http://git-wip-us.apache.org/repos/asf/zeppelin/blob/56bbff3d/CONTRIBUTING.md -- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 278c36f..000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,228 +0,0 @@ -# How to contribute - -**Zeppelin** is [Apache2 License](https://github.com/apache/zeppelin/blob/master/CONTRIBUTING.md) Software. -Contributing to Zeppelin (Source code, Documents, Image, Website) means you agree to the Apache2 License. - -1. Make sure your issue is not already in the [Jira issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN) -2. If not, create a ticket describing the change you're proposing in the [Jira issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN) -3. Contribute your patch via Pull Request. - -Before you start, please read the [Code of Conduct](http://www.apache.org/foundation/policies/conduct.html) carefully, familiarize yourself with it and refer to it whenever you need it. - -For those of you who are not familiar with Apache project, understanding [How it works](http://www.apache.org/foundation/how-it-works.html) would be quite helpful. - -## Creating a Pull Request -In order to make the review process easier, please follow this template when making a Pull Request: - -``` -### 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://github.com/apache/zeppelin/blob/master/CONTRIBUTING.md - -### 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*]
svn commit: r1759939 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: development/writingzeppelininterpreter.html index.html
Author: corneadoug Date: Fri Sep 9 04:44:50 2016 New Revision: 1759939 URL: http://svn.apache.org/viewvc?rev=1759939&view=rev Log: Update 0.7 doc with proper contribution guidelines links Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html zeppelin/site/docs/0.7.0-SNAPSHOT/index.html Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html?rev=1759939&r1=1759938&r2=1759939&view=diff == --- zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html (original) +++ zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html Fri Sep 9 04:44:50 2016 @@ -18,9 +18,9 @@ - - - + + + https://code.jquery.com/jquery-1.10.2.min.js";> - - - - - - + + + + + + - - + + @@ -54,7 +54,7 @@ - + Zeppelin 0.7.0-SNAPSHOT @@ -65,105 +65,107 @@ Quick Start -What is Apache Zeppelin ? +What is Apache Zeppelin ? Getting Started -Install -Configuration -Explore Zeppelin UI -Tutorial +Install +Configuration +Explore Zeppelin UI +Tutorial Basic Feature Guide -Dynamic Form -Publish your Paragraph -Customize Zeppelin Homepage +Dynamic Form +Publish your Paragraph +Customize Zeppelin Homepage More -Upgrade Zeppelin Version +Upgrade Zeppelin Version Interpreter -Overview +Overview Usage -Interpreter Installation - -Interpreter Dependency Management +Interpreter Installation + +Interpreter Dependency Management Available Interpreters -Alluxio -BigQuery -Cassandra -Elasticsearch -Flink -Geode -HBase -HDFS -Hive -Ignite -JDBC -Lens -Livy -Markdown -Python -Postgresql, HAWQ -R -Scalding -Shell -Spark +Alluxio +BigQuery +Cassandra +Elasticsearch +Flink +Geode +HBase +HDFS +Hive +Ignite +JDBC +Lens +Livy +Markdown +Python +Postgresql, HAWQ +R +Scalding +Shell +Spark Display System Basic Display System -Text -Html -Table +Text +Html +Table Angular API -Angular (backend API) -Angular (frontend API) +Angular (backend API) +Angular (frontend API) More Notebook Storage -Git Storage -S3 Storage -Azure Storage -ZeppelinHub Storage +Git Storage +S3 Storage +Azure Storage +ZeppelinHub Storage REST API -Interpreter API -Notebook API -Configuration API -Credential API +Interpreter API +Notebook API +Configuration API +Credential API Security -Authentication for NGINX -Shiro Authentication -Notebook Authorization -Data Source Authorization +Authentication for NGINX +