Skip to content

Commit 25c7972

Browse files
committed
MapR [SPARK-1167] Script configure.sh resets hive-site.xml (apache#1075)
Co-authored-by: Egor Krivokon <>
1 parent 505463e commit 25c7972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/configure.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,8 @@ while [ ${#} -gt 0 ] ; do
644644
esac
645645
done
646646

647+
mkBackupForOldConfigs
648+
647649
registerServicePorts
648650
if [ "$HIVE_INSTALLED" = true ]; then
649651
configureOnHive
@@ -657,7 +659,6 @@ fi
657659
configureDepBlackList
658660
createAppsSparkFolder
659661
change_permissions
660-
mkBackupForOldConfigs
661662

662663
copyWardenConfFiles
663664
stopServicesForRestartByWarden

0 commit comments

Comments
 (0)