File tree Expand file tree Collapse file tree 3 files changed +333
-5
lines changed
src/main/java/org/apache/hive/service/server Expand file tree Collapse file tree 3 files changed +333
-5
lines changed Original file line number Diff line number Diff line change 3131. " ${SPARK_HOME} " /bin/load-spark-env.sh
3232# Bug MAPR-22940
3333if [ " $MAPR_SECURITY_STATUS " = " true" ]; then
34- export SPARK_JAVA_OPTS=" $SPARK_JAVA_OPTS $MAPR_ECOSYSTEM_LOGIN_OPTS -Dmapr_sec_enabled=true"
34+ 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 "
3535fi
3636
3737CLASS=" org.apache.hive.beeline.BeeLine"
Original file line number Diff line number Diff line change 116116 <groupId >net.sf.jpam</groupId >
117117 <artifactId >jpam</artifactId >
118118 </dependency >
119+ <dependency >
120+ <groupId >org.apache.hive</groupId >
121+ <artifactId >hive-exec</artifactId >
122+ </dependency >
119123 </dependencies >
120124 <build >
121125 <outputDirectory >target/scala-${scala.binary.version} /classes</outputDirectory >
You can’t perform that action at this time.
0 commit comments