[Enhancement] Remove jindo sdk for cve problems (#46297)
This commit is contained in:
parent
236026f5b5
commit
f77ff8ffb7
1
build.sh
1
build.sh
|
|
@ -454,7 +454,6 @@ if [ ${BUILD_FE} -eq 1 -o ${BUILD_SPARK_DPP} -eq 1 ]; then
|
|||
cp -r -p ${STARROCKS_HOME}/webroot/* ${STARROCKS_OUTPUT}/fe/webroot/
|
||||
cp -r -p ${STARROCKS_HOME}/fe/spark-dpp/target/spark-dpp-*-jar-with-dependencies.jar ${STARROCKS_OUTPUT}/fe/spark-dpp/
|
||||
cp -r -p ${STARROCKS_HOME}/fe/hive-udf/target/hive-udf-1.0.0.jar ${STARROCKS_OUTPUT}/fe/hive-udf/
|
||||
cp -r -p ${STARROCKS_THIRDPARTY}/installed/jindosdk/* ${STARROCKS_OUTPUT}/fe/lib/
|
||||
cp -r -p ${STARROCKS_THIRDPARTY}/installed/async-profiler/* ${STARROCKS_OUTPUT}/fe/bin/
|
||||
MSG="${MSG} √ ${MSG_FE}"
|
||||
elif [ ${BUILD_SPARK_DPP} -eq 1 ]; then
|
||||
|
|
|
|||
|
|
@ -640,6 +640,12 @@ under the License.
|
|||
<artifactId>hadoop-aws</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aliyun -->
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-aliyun</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.qcloud.cos/hadoop-cos -->
|
||||
<dependency>
|
||||
<groupId>com.qcloud.cos</groupId>
|
||||
|
|
|
|||
|
|
@ -690,6 +690,13 @@ under the License.
|
|||
<version>${hadoop.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aliyun -->
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-aliyun</artifactId>
|
||||
<version>${hadoop.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.qcloud.cos/hadoop-cos -->
|
||||
<dependency>
|
||||
<groupId>com.qcloud.cos</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue