diff --git a/mvnw b/mvnw index ffe73fa16e..8b9da3b8b6 100755 --- a/mvnw +++ b/mvnw @@ -160,6 +160,8 @@ if [ -z "$JAVA_HOME" ] ; then echo "Warning: JAVA_HOME environment variable is not set." fi +CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher + # traverses directory structure from process work directory to filesystem root # first directory with .mvn subdirectory is considered project base directory find_maven_basedir() { diff --git a/streamx-console/streamx-console-service/src/assembly/bin/mvnw b/streamx-console/streamx-console-service/src/assembly/bin/mvnw old mode 100755 new mode 100644 diff --git a/streamx-flink/streamx-flink-test/streamx-flink-test-datastream/assembly/conf/application.yml b/streamx-flink/streamx-flink-test/streamx-flink-test-datastream/assembly/conf/application.yml index 73168f0072..cea2f8fea9 100644 --- a/streamx-flink/streamx-flink-test/streamx-flink-test-datastream/assembly/conf/application.yml +++ b/streamx-flink/streamx-flink-test/streamx-flink-test-datastream/assembly/conf/application.yml @@ -157,18 +157,18 @@ clickhouse: storage: kafka #kafka|mysql|hbase|hdfs mysql: driverClassName: com.mysql.cj.jdbc.Driver - jdbcUrl: jdbc:mysql://10.10.130.220:3306/test?useSSL=false&allowPublicKeyRetrieval=true + jdbcUrl: jdbc:mysql://localhost:3306/test?useSSL=false&allowPublicKeyRetrieval=true username: user password: pass kafka: - bootstrap.servers: slave3.test.gitv.we:9092,slave4.test.gitv.we:9092,slave2.test.gitv.we:9092 + bootstrap.servers: localhost:9092 topic: test1 group.id: user_01 auto.offset.reset: latest hbase: hdfs: path: /data/chfailover - namenode: hdfs://master2.test.gitv.we:8020 + namenode: hdfs://localhost:8020 user: hdfs @@ -189,7 +189,7 @@ http.sink: password: 123456 kafka: topic: bigdata - bootstrap.servers: localhost:9091,localhost:9092,localhost:9093 + bootstrap.servers: localhost:9093 hbase: zookeeper.quorum: localhost zookeeper.property.clientPort: 2181