Repository: incubator-zeppelin
Updated Branches:
refs/heads/master cf341f7cc -> 30491d4ac
Missing upgrade link in docs from Flink 0.10 to 1.0
### What is this PR for?
A link was pointing to an old version of Flink, 0.10 instead of 1.0.
### What type of PR is it?
Documentation
Author: Andrea
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master ec661d7c1 -> bd4eaf8a3
[ZEPPELIN-798] Migrate to Jetty version 9
### What is this PR for?
Upgrade from Jetty 8 to Jetty 9 mainly for deadlock bug fix
https://bugs.eclipse.org/bugs/show_bug.cgi?id=389645
Jetty 9 has changed th
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master a63e034ba -> c8c26b53b
[ZEPPELIN-823] Remove usage of Scala 2.10 depecrated APIs
### What is this PR for?
Remove usage of Scala 2.10 depecrated APIs as a few of these deprecated APIs
have been removed in Scala 2..11. This chan
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 105538caa -> ca8563fbf
Use bootstrap dialog in place of standard confirm
### What is this PR for?
Use bootstrap dialog in place of standard confirm
### What type of PR is it?
Improvement
### Todos
### What is the Jira issue
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 54f4420f9 -> 105538caa
[ZEPPELIN-817] Fix issue for queries containing a 'fields' parameter
### What is this PR for?
It is a bug fix for search queries that use a fields parameter (cf.
https://www.elastic.co/guide/en/elasticse
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master a6c8b5fcb -> 54f4420f9
ZEPPELIN-815 don't create a sub shell for the runner
### What is this PR for?
This pull request is supposed to fix ZEPPELIN-815. The issue is that one cannot
stop Zeppelin by sending a signal, because i
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 77dd2f35a -> a6c8b5fcb
[ZEPPELIN-788] Update Lens interpreter to Lens 2-5-0-beta
### What is this PR for?
Update Lens interpreter to use Lens 2.5.0-beta release
### What type of PR is it?
[Improvement]
### What is the Jira is
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master ee86763c6 -> a41b50db5
update VM readme and VM install docs to reference R interpreter adds
### What is this PR for?
Updates Virtual Machine documentation to include SparkR information.
### What type of PR is it?
Documentation
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 528878112 -> ee86763c6
[ZEPPELIN-741] Re-use existing paragraphId on note import
### What is this PR for?
Upon note.json import, do not generate a new paragraphId but re-use the
existing one.
This is important because the
`z
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master dc6162e0d -> f8265bb33
Add R Dependencies to Virtual Machine Script. Zeppelin-700
### What is this PR for?
Improvement of Virtual Machine Script to support R interpretor
### What type of PR is it?
Improvement of Virtual Machi
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 67e0fd554 -> dc6162e0d
[ZEPPELIN-781] Update Flink interpreter to Flink 1.0.0 release
### What is this PR for?
Update Flink interpreter to use Flink 1.0.0 release
### What type of PR is it?
[Improvement]
### What is the Jira
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 42cccd157 -> a7a7bdb68
[ZEPPELIN-760] Companion object bug fix for Flink Interpretter
### What is this PR for?
This implements the solution presented for the Spark interpreter in PR-780 for
the Flink, Scalding, ~~and Ignite~~
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 26a2d641c -> 42cccd157
remove overwritten style for p
### What is this PR for?
I don't know why we overwrite `p` in paragraph.css, but the layout is much
nicer for markdown paragraphs
### What type of PR is it?
Bug Fix
###
r
### Screenshots (if appropriate)
N/A
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Added
Author: Felix Cheung
Closes #799 from felixcheung/hbaseconf and squashes the following commits:
ae90626 [Feli
ase 1.1.4
Test build and run notebook with HBase 1.2.0
### Screenshots (if appropriate)
N/A
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes
Author: Felix Cheung
Closes #800 from felixcheung/hbase1.2
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 0ee791ce2 -> ca58b8009
[ZEPPELIN-770] Add support for MapR 5.1
### What is this PR for?
Adding support for MapR 5.1 via profile
### What type of PR is it?
Improvement
### Todos
* [x] - Add MapR 5.1 profile to spark-dependenci
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 140adb8d3 -> c4917ade1
ZEPPELIN-748 make websocket maxTextMessageSize configurable
### What is this PR for?
Allow the user to modify the value for websocket maxTextMessageSize via conf.
Recently a user filed an issue asking f
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 6bd53d4dd -> df39c022b
upgrade angularJS from 1.3.x to 1.5.0 (stable)
### What is this PR for?
upgrade angularJS from 1.3.x to 1.5.0 (stable)
### What type of PR is it?
Improvement
### Todos
* [x] - Upgrade in bower.json
* [x
more details
### Screenshots (if appropriate)
N/A
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Felix Cheung
Closes #780 from felixcheung/scalarepl and squashes the following commits:
5087dae
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 7e932e944 -> 848f4fba6
Fix Selenium test url
### What is this PR for?
use env variable `url` instead of system property
### What type of PR is it?
Bug Fix
### What is the Jira issue?
* ZEPPELIN-729
### How should this be tes
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 74bab2e70 -> 1a4e9ca22
Fix interpreter.sh to get Spark interpreter log file
### What is this PR for?
Currently, if users set their own `SPARK_HOME`, they can not get
`zeppelin-interpreter-spark-.log` file. This PR is for f
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 1b29275e0 -> cc24227bf
Remove duplicated java option concats in common.sh
### What is this PR for?
There are some java option concats in common.sh, which are executed twice when
start an interpreter. This makes some of the opt
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 1777524e8 -> fe48e982d
Add new selenium test case to test width button for paragraph
##What is this PR for?
Add a new test case for testing the Width button.
##What type of PR is it?
Test
##Is there a relevant Jira issue?
eed update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
Author: Felix Cheung
Closes #748 from felixcheung/prtemplate and squashes the following commits:
9280ba7 [Felix Cheung] update contributing.md
aa56917 [Felix Cheung] add rat exclude to the ri
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master ff1a0c032 -> 2a5eca38c
test testAngularDisplay failure
### What is this PR for?
There are few times when Selenium test case "testAngularDisplay" fails. This to
reproduce it on travis and fix it.
### What type of PR is it?
Bug
tion? No
Author: Felix Cheung
Closes #727 from felixcheung/retrydownload and squashes the following commits:
5bfebea [Felix Cheung] up timeout duration
653c5bf [Felix Cheung] fix start spark script
44ac10f [Felix Cheung] change permission
1e9e642 [Felix Cheung] fix version check
e9b2272 [Feli
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master e0fa38693 -> 98cb8e8c1
User in interpreter context
### What is this PR for?
The goal of the PR is to pass userName/userInfo from front-end to interpreters.
The PR uses Shiro
authentication(https://github.com/apache/incubator-z
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 9b72c8940 -> d2f9e6475
allows zeppelin to be run and managed as a service. ZEPPELIN-641
### What is this PR for?
allows zeppelin to be run and managed as a service, does not start in
background via nohup
the service manager h
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master d74f98ab3 -> c59229afc
[Zeppelin-628 ] Fix parse propertyKey in interpreter name for Hive
### What is this PR for?
Fix bug
https://issues.apache.org/jira/browse/ZEPPELIN-628
### Todos
### How should this be tested?
run a quer
need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Felix Cheung
Closes #710 from felixcheung/checkdownload and squashes the following commits:
d89cde9 [Felix Cheung] fix version check
3c64db8 [Felix Cheung] spark script stop on error
P
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 4ac7ff5ca -> a283dfa87
[Zeppelin-628 ] Fix parse propertyKey in interpreter name for JDBC
### What is this PR for?
Fix bug
https://issues.apache.org/jira/browse/ZEPPELIN-628
### Todos
### How should this be tested?
run a quer
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 686921e60 -> e6447b256
[Zeppelin-661] Add a documentation for Shiro authentication
### What is this PR for?
About a month ago, Shiro authentication for Zeppelin is merged by #586. Even
though we already have
[SECURITY-README.
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 83b4eea59 -> 686921e60
Create seperate matrix for selenium test case
### What is this PR for?
A lot of time travis CI breaks because of selenium test case, and at that point
it becomes trivial to know the exact reason. Hence,
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 48c3c4727 -> 83b4eea59
[ZEPPELIN-585] Add new doc on how to embed Note\Paragraph plots into â¦
### What is this PR for?
Sorry for the late PR.
According to the user feedback, seems that it's not clear how to **embed output
p
r: Felix Cheung
Closes #701 from felixcheung/hbasecdh and squashes the following commits:
9a9bce0 [Felix Cheung] pom changes
f7e8206 [Felix Cheung] add vendor repo
Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 72b8fde06 -> 4daf7aa30
ZEPPELIN-491: Giving fixed height to container when result type is text
In current behaviour we have a fixed height for result container that contains
either graph or table, but if type is text then the
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 7a58d4610 -> 72b8fde06
testSparkInterpreterDependencyLoading does not check for endToEndTestEnabled
### What is this PR for?
This is a fix for selenium test case `testSparkInterpreterDependencyLoading`
that does not check for
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 65b47e505 -> fe4d62518
[ZEPPELIN-575] Cassandra interpreter V2 documentation
### What is this PR for?
Update official documentation for **Cassandra interpreter V2**
Related to PR: https://github.com/apache/incubator-zeppelin/pu
CI
### Screenshots (if appropriate)
N/A
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Felix Cheung
Closes #708 from felixcheung/testprofile and squashes the following commits:
ac3bd72 [Fe
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master b50f438e9 -> 1bdf1ff97
Docs for jdbc interpreter
## What is this PR for?
Docs for jdbc interpreter
## What type of PR is it?
Documentation
## Todos
## Is there a relevant Jira issue?
No. But there is related PR: https://i
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 383ec6381 -> 77bde6415
Update cassandra-spark-1.5 profile to use Guava 16.0.1 and connector 1.5.0-RC1
### What is this PR for?
Right now, the Maven profile **cassandra-spark-1.5** is broken because an older
version of Guava is
N/A
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? This is.
Author: Felix Cheung
Closes #675 from felixcheung/createinterpreterdoc and squashes the following
commits:
0feb8fe [Felix Cheung] add link
2a4aa4b [Fe
rom felixcheung/hbasedoc and squashes the following commits:
cd124c5 [Felix Cheung] fix wording
c79f46e [Felix Cheung] doc update
Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/a959cbc5
Tree: http://git-
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master ea03e84d6 -> 1940388e3
HBase Shell Interpreter
Support for Hbase Shell. All the commands documented here
https://wiki.apache.org/hadoop/Hbase/Shell is supported.
Requirements:
Hbase Shell should be installed on the same ma
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master e8444cb69 -> e6a845fc2
Update commit merge script
Small update - jira package name has changed
Author: Felix Cheung
Closes #674 from felixcheung/mergescript and squashes the following commits:
384868b [Felix Cheung] upd
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 90cc2b3d1 -> e8444cb69
moved delete button to help protect against accidental clicks
### What is this PR for?
The delete notebook action is embedded in the button bar with several other
buttons, increasing the potential for an
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 1b3784d23 -> 90cc2b3d1
Shell interpreter improvements
Creating new PR with the changes from
https://github.com/apache/incubator-zeppelin/pull/615
Please check the above PR for prior discussions.
### What is this PR for?
*Provi
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 4a23139fd -> 1b3784d23
Add tachyon interpreter
### What is this PR for?
Add an interpreter to work with a tachyon file system.
Properties required for the interpreter are:
* tachyon master hostname
* tachyon master port
###
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/11a45e2e/cassandra/src/test/resources/scalate/Help.html
--
diff --git a/cassandra/src/test/resources/scalate/Help.html
b/cassandra/src/test/resources/scalate/Help.html
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 9308ee151 -> 11a45e2e2
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/11a45e2e/cassandra/src/test/scala/org/apache/zeppelin/cassandra/ParagraphParserTest.scala
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/11a45e2e/cassandra/src/main/scala/org/apache/zeppelin/cassandra/DisplaySystem.scala
--
diff --git
a/cassandra/src/main/scala/org/apache/zeppelin/cassandra/DisplaySyste
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/11a45e2e/cassandra/src/test/resources/scalate/DescribeKeyspace_live_data.html
--
diff --git
a/cassandra/src/test/resources/scalate/DescribeKeyspace_live_data.html
b/c
[ZEPPELIN-559] Cassandra interpreter v2
### What is this PR for?
* Update the **Cassandra** interpreter to V2 to support new **schema commands**
to describe **Cassandra** 3.x features:
* User Defined Functions
* User Defined Aggregates
* Materialized Views
* Add support for single lin
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/11a45e2e/cassandra/src/test/resources/scalate/DescribeKeyspaces.html
--
diff --git a/cassandra/src/test/resources/scalate/DescribeKeyspaces.html
b/cassandra/src/test/r
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 5e89e75a7 -> 9308ee151
ZEPPELIN-612 Introduce 'Configuration' page with WebSocket API / REST API
### What is this PR for?
To introduce 'Configuration' page to Zeppelin GUI. Also introduce REST API /
WebSocket operation.
###
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 882cdead7 -> 5e89e75a7
Keyboard Shortcut - Map Alt or Opt Based on Device
### What is this PR for?
Right now the keyboard shortcut modal shows 'alt' but on macs 'alt' maps to
'opt'. Could be confusing to some people who don't
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 0d157aebd -> 733c7eb6e
add keyboard shortcut for toggling run paragraph
### What is this PR for?
Added a keyboard shortcut to toggle enable/disable of running a paragraph
### What type of PR is it?
Improvement
### Todos
###
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master 1d86d9b27 -> dcda63eb2
Add some information about how we can review and test PR quickly
### What is this PR for?
Zeppelin has already provided a useful utility for reviewing PR ( #513 ). So I
added a **Testing a Pull Request**
Repository: incubator-zeppelin
Updated Branches:
refs/heads/master e246aa9f9 -> dbdaf84e4
ZEPPELIN-602 elasticsearch throws ArrayIndexOutOfBoundsException
### What is this PR for?
Fix for https://issues.apache.org/jira/browse/ZEPPELIN-602
"elasticsearch throws ArrayIndexOutOfBoundsException fo
59 matches
Mail list logo