Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2863 Hi @Leemoonsoo , @zjffdu , @andreaTP I re-tested the bug is active (building against latest master - 881846364b08ec), ` mvn clean package --batch-mode package -Phelium-dev -Pscala-2.11 -Dscala.version=2.11.8 -Dscala.binary.version=2.11 -Pbuild-distr -Pspark-2.1 -Dspark.version=2.1.1 -Pr -Pcassandra-spark-1.5 -Psparkr -Ppyspark -Phadoop-2.7 -Dhadoop.version=2.7.3 -Dmaven.findbugs.enable=false -Drat.skip=true -Dcheckstyle.skip=true -DskipTests ` rebased this hotfix on top of latest master, and validated it works. Struggling a bit in getting a green CI although giving it one final go on https://travis-ci.org/nokia/zeppelin/builds/362537813 Any final comments? Can we get this merged? Thanks.
---