Skip to content

Commit

Permalink
Revert "MapR [SPARK-595] Spark cannot access hs2 through zookeeper (a…
Browse files Browse the repository at this point in the history
…pache#577)" (apache#578)

This reverts commit c996bb0.
  • Loading branch information
ekrivokonmapr authored Oct 10, 2019
1 parent c996bb0 commit 395999e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 333 deletions.
2 changes: 1 addition & 1 deletion bin/beeline
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi
. "${SPARK_HOME}"/bin/load-spark-env.sh
#Bug MAPR-22940
if [ "$MAPR_SECURITY_STATUS" = "true" ]; then
export SPARK_JAVA_OPTS="$SPARK_JAVA_OPTS $MAPR_ECOSYSTEM_LOGIN_OPTS -Dmapr_sec_enabled=true -Djava.security.auth.login.config=/opt/mapr/conf/mapr.login.conf -Dzookeeper.saslprovider=com.mapr.security.maprsasl.MaprSaslProvider"
export SPARK_JAVA_OPTS="$SPARK_JAVA_OPTS $MAPR_ECOSYSTEM_LOGIN_OPTS -Dmapr_sec_enabled=true"
fi

CLASS="org.apache.hive.beeline.BeeLine"
Expand Down
4 changes: 0 additions & 4 deletions sql/hive-thriftserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@
<groupId>net.sf.jpam</groupId>
<artifactId>jpam</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
</dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
Expand Down
Loading

0 comments on commit 395999e

Please sign in to comment.