forked from D-Net/dnet-hadoop
Change configuration in the copy-operation to Impala Cluster:
Set the "SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR" parameter to "false".
This commit is contained in:
parent
68322843e2
commit
b48ed6e617
|
@ -8,7 +8,8 @@ fi
|
||||||
|
|
||||||
export HADOOP_USER_NAME=$2
|
export HADOOP_USER_NAME=$2
|
||||||
|
|
||||||
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=1
|
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=0
|
||||||
|
|
||||||
|
|
||||||
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
||||||
OCEAN_HDFS_NODE='hdfs://nameservice1'
|
OCEAN_HDFS_NODE='hdfs://nameservice1'
|
||||||
|
|
|
@ -8,7 +8,7 @@ fi
|
||||||
|
|
||||||
export HADOOP_USER_NAME=$2
|
export HADOOP_USER_NAME=$2
|
||||||
|
|
||||||
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=1
|
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=0
|
||||||
|
|
||||||
|
|
||||||
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
||||||
|
|
|
@ -8,7 +8,8 @@ fi
|
||||||
|
|
||||||
export HADOOP_USER_NAME=$2
|
export HADOOP_USER_NAME=$2
|
||||||
|
|
||||||
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=1
|
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=0
|
||||||
|
|
||||||
|
|
||||||
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
||||||
OCEAN_HDFS_NODE='hdfs://nameservice1'
|
OCEAN_HDFS_NODE='hdfs://nameservice1'
|
||||||
|
|
|
@ -6,7 +6,7 @@ then
|
||||||
ln -sfn ${PYTHON_EGG_CACHE}${link_folder} ${link_folder}
|
ln -sfn ${PYTHON_EGG_CACHE}${link_folder} ${link_folder}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=1
|
SHOULD_EXIT_WHOLE_SCRIPT_UPON_ERROR=0
|
||||||
|
|
||||||
|
|
||||||
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
# Set the active HDFS node of OCEAN and IMPALA cluster.
|
||||||
|
|
Loading…
Reference in New Issue