File tree 3 files changed +6
-4
lines changed
streamx-console/streamx-console-service/src/assembly/bin
streamx-flink/streamx-flink-test/streamx-flink-test-datastream/assembly/conf
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,8 @@ if [ -z "$JAVA_HOME" ] ; then
160
160
echo " Warning: JAVA_HOME environment variable is not set."
161
161
fi
162
162
163
+ CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
164
+
163
165
# traverses directory structure from process work directory to filesystem root
164
166
# first directory with .mvn subdirectory is considered project base directory
165
167
find_maven_basedir () {
Original file line number Diff line number Diff line change @@ -157,18 +157,18 @@ clickhouse:
157
157
storage : kafka # kafka|mysql|hbase|hdfs
158
158
mysql :
159
159
driverClassName : com.mysql.cj.jdbc.Driver
160
- jdbcUrl : jdbc:mysql://10.10.130.220 :3306/test?useSSL=false&allowPublicKeyRetrieval=true
160
+ jdbcUrl : jdbc:mysql://localhost :3306/test?useSSL=false&allowPublicKeyRetrieval=true
161
161
username : user
162
162
password : pass
163
163
kafka :
164
- bootstrap.servers : slave3.test.gitv.we:9092,slave4.test.gitv.we:9092,slave2.test.gitv.we :9092
164
+ bootstrap.servers : localhost :9092
165
165
topic : test1
166
166
group.id : user_01
167
167
auto.offset.reset : latest
168
168
hbase :
169
169
hdfs :
170
170
path : /data/chfailover
171
- namenode : hdfs://master2.test.gitv.we :8020
171
+ namenode : hdfs://localhost :8020
172
172
user : hdfs
173
173
174
174
@@ -189,7 +189,7 @@ http.sink:
189
189
password : 123456
190
190
kafka :
191
191
topic : bigdata
192
- bootstrap.servers : localhost:9091,localhost:9092,localhost: 9093
192
+ bootstrap.servers : localhost:9093
193
193
hbase :
194
194
zookeeper.quorum : localhost
195
195
zookeeper.property.clientPort : 2181
You can’t perform that action at this time.
0 commit comments