소스 검색

AMBARI-6076. Ambari server is not starting after upgrade (aonishuk)

Andrew Onishuk 11 년 전
부모
커밋
87da5f323c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-server/conf/unix/install-helper.sh

+ 1 - 1
ambari-server/conf/unix/install-helper.sh

@@ -29,7 +29,7 @@ do_install(){
   # setting ambari_commons shared resource
   # setting ambari_commons shared resource
   rm -rf "$OLD_COMMON_DIR"
   rm -rf "$OLD_COMMON_DIR"
   if [ ! -d "$COMMON_DIR" ]; then
   if [ ! -d "$COMMON_DIR" ]; then
-    ln -s "$COMMON_DIR_AGENT" "$COMMON_DIR"
+    ln -s "$COMMON_DIR_SERVER" "$COMMON_DIR"
   fi
   fi
   # setting python-wrapper script
   # setting python-wrapper script
   if [ ! -f "$PYTHON_WRAPER_TARGET" ]; then
   if [ ! -f "$PYTHON_WRAPER_TARGET" ]; then