Repository: zeppelin
Updated Branches:
refs/heads/master 241fd0344 -> f9830a7d6
[ZEPPELIN-2279] excluded comments from SQL
### What is this PR for?
Exclusion comments (single-, multiline) from queries before execution. Comments
don't need to execute query and sometimes there are errors.
###
Repository: zeppelin
Updated Branches:
refs/heads/master 495be1ede -> 241fd0344
[ZEPPELIN-2088] Bundle helium packages one by one
### What is this PR for?
Bundle helium packages one by one because
Summary
Let's say you have one helium package called `ultimate-line-chart`.
**1. Package
Repository: zeppelin
Updated Branches:
refs/heads/branch-0.7 d0b4287d5 -> 46b196575
ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui.SparkUI.appUIAddress()
for the spark master
`SparkUI.addUIAddress` is removed in spark master which cause this error.
Actually spark 2.0 introduce new api
Repository: zeppelin
Updated Branches:
refs/heads/master 5381883ff -> 495be1ede
ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui.SparkUI.appUIAddress()
for the spark master
### What is this PR for?
`SparkUI.addUIAddress` is removed in spark master which cause this error.
Actually spark