zeppelin git commit: [HOTFIX][ZEPPELIN-3526] fix when no shiro.ini exists

2018-06-07 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 9ae5de3f0 -> 3cd94d001 [HOTFIX][ZEPPELIN-3526] fix when no shiro.ini exists This is a side effect of ZEPPELIN-3526, occurs when there's no shiro.ini in the classpath. [Hot Fix] * CI should be green * Does the licenses files need

zeppelin git commit: ZEPPELIN-3517 Remove zeppelin.pyspark.python in PySparkInterpreter

2018-06-07 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master bbf5ef511 -> b06e97c97 ZEPPELIN-3517 Remove zeppelin.pyspark.python in PySparkInterpreter ### What is this PR for? `zeppelin.pyspark.python` should be removed as it is zeppelin specific property, and only affect the driver, but not on

zeppelin git commit: [ZEPPELIN-3513] Zeppelin Note Creation Failure is not shown on UI

2018-06-07 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 c19b69d2b -> 9ae5de3f0 [ZEPPELIN-3513] Zeppelin Note Creation Failure is not shown on UI When creating a note from Zeppelin UI which fails due to permission denied exception, there is no failure/error message shown to a user on UI

zeppelin git commit: [ZEPPELIN-3526] Zeppelin auth mechanisms (LDAP or password based) should be mutually exclusive

2018-06-07 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 47c7f4ffa -> c19b69d2b [ZEPPELIN-3526] Zeppelin auth mechanisms (LDAP or password based) should be mutually exclusive Problem: When any external authentication (like LDAP/AD) is enabled for Zeppelin, the default password-based

zeppelin git commit: [ZEPPELIN-3526] Zeppelin auth mechanisms (LDAP or password based) should be mutually exclusive

2018-06-07 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master d45d878a1 -> bbf5ef511 [ZEPPELIN-3526] Zeppelin auth mechanisms (LDAP or password based) should be mutually exclusive Problem: When any external authentication (like LDAP/AD) is enabled for Zeppelin, the default password-based

zeppelin git commit: [ZEPPELIN-2913] Support for both user and role for AuthorizationFilter

2018-06-07 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master 767a50b41 -> d45d878a1 [ZEPPELIN-2913] Support for both user and role for AuthorizationFilter Currently, Zeppelin only supports roles for AuthorizationFilter, but there can be a condition as described in

zeppelin git commit: ZEPPELIN-3531. Don't look for py4j in NewSparkInterpreter

2018-06-07 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 32698dc19 -> ab704a1e2 ZEPPELIN-3531. Don't look for py4j in NewSparkInterpreter ### What is this PR for? Just remove setupConfForPySpark in NewSparkInterpreter as it is not necessary and will cause NPE when the node launch spark

zeppelin git commit: ZEPPELIN-3531. Don't look for py4j in NewSparkInterpreter

2018-06-07 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 6fc3057d5 -> 767a50b41 ZEPPELIN-3531. Don't look for py4j in NewSparkInterpreter ### What is this PR for? Just remove setupConfForPySpark in NewSparkInterpreter as it is not necessary and will cause NPE when the node launch spark

zeppelin git commit: [MINOR] Verify appId is not null in LivyInterpreterIT

2018-06-07 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 81579da87 -> 32698dc19 [MINOR] Verify appId is not null in LivyInterpreterIT ### What is this PR for? Someone complain that they could not get appId, this PR just try to verify appId returned by livy rest api is not null. ### What

zeppelin git commit: [MINOR] Verify appId is not null in LivyInterpreterIT

2018-06-07 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 48647e597 -> 6fc3057d5 [MINOR] Verify appId is not null in LivyInterpreterIT ### What is this PR for? Someone complain that they could not get appId, this PR just try to verify appId returned by livy rest api is not null. ### What

zeppelin git commit: [HOTFIX] ZEPPELIN-2221's dependency issue

2018-06-07 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 381441e5b -> 81579da87 [HOTFIX] ZEPPELIN-2221's dependency issue ### What is this PR for? Fixing some CI by changing `hadoop-client` version of ₩spark_core` and `guava` version of `zeppelin-python`. We basically remove