liugddx commented on code in PR #4153:
URL:
https://github.com/apache/incubator-seatunnel/pull/4153#discussion_r1111831155
##########
bin/install-plugin.sh:
##########
@@ -43,57 +43,16 @@ if [ ! -d ${SEATUNNEL_HOME}/connectors ];
echo "create connectors directory"
fi
-# create the flink-sql connectors directory (for v1)
-if [ ! -d ${SEATUNNEL_HOME}/connectors/flink-sql ];
- then
- mkdir ${SEATUNNEL_HOME}/connectors/flink-sql
- echo "create flink-sql connectors directory"
-fi
-
-# create the flink connectors directory (for v1)
-if [ ! -d ${SEATUNNEL_HOME}/connectors/flink ];
- then
- mkdir ${SEATUNNEL_HOME}/connectors/flink
- echo "create flink connectors directory"
-fi
-
-# create the spark connectors directory (for v1)
-if [ ! -d ${SEATUNNEL_HOME}/connectors/spark ];
- then
- mkdir ${SEATUNNEL_HOME}/connectors/spark
- echo "create spark connectors directory"
-fi
-
# create the seatunnel connectors directory (for v2)
if [ ! -d ${SEATUNNEL_HOME}/connectors/seatunnel ];
then
mkdir ${SEATUNNEL_HOME}/connectors/seatunnel
echo "create seatunnel connectors directory"
fi
-path=flink-sql
+path=seatunnel
Review Comment:
This variable can be removed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]