File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ function configureDepBlackList() {
469469 dep_blacklist_path=$MAPR_HOME /spark/spark-$SPARK_VERSION /conf/dep-blacklist.txt
470470 slf4j_reload4j=$( ls $MAPR_HOME /hadoop/hadoop-$HADOOP_VERSION /share/hadoop/common/lib/ | grep slf4j-reload4j)
471471
472- echo $MAPR_HOME /hadoop/hadoop-$HADOOP_VERSION /share/hadoop/common/sources/hadoop-common-$HADOOP_VERSION .0-eep-900-SNAPSHOT- sources.jar >> $dep_blacklist_path
472+ echo $MAPR_HOME /hadoop/hadoop-$HADOOP_VERSION /share/hadoop/common/sources/hadoop-common-$HADOOP_VERSION .* sources.jar >> $dep_blacklist_path
473473 echo $MAPR_HOME /hadoop/hadoop-$HADOOP_VERSION /share/hadoop/common/lib/$slf4j_reload4j >> $dep_blacklist_path
474474 echo $MAPR_HOME /lib/$slf4j_reload4j >> $dep_blacklist_path
475475 echo $MAPR_HOME /lib/log4j2/$( ls /opt/mapr/lib/log4j2/ | grep log4j-slf4j-impl) >> $dep_blacklist_path
@@ -636,7 +636,7 @@ if [ ! "$isSecure" -eq 2 ] ; then
636636 configureSecurity
637637fi
638638if [ ! -s $MAPR_HOME /spark/spark-$SPARK_VERSION /conf/dep-blacklist.txt ]; then
639- configureDepBlackList
639+ configureDepBlackList
640640fi
641641createAppsSparkFolder
642642change_permissions
You can’t perform that action at this time.
0 commit comments