Skip to content

Commit f4b68e6

Browse files
monrgwangqingrong
and
wangqingrong
authoredFeb 7, 2022
Delete specific company information (apache#694)
* fix(err config): Delete specific company information Co-authored-by: wangqingrong <[email protected]>
1 parent c5d7398 commit f4b68e6

File tree

3 files changed

+6
-4
lines changed
  • streamx-console/streamx-console-service/src/assembly/bin

3 files changed

+6
-4
lines changed
 

‎mvnw

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ if [ -z "$JAVA_HOME" ] ; then
160160
echo "Warning: JAVA_HOME environment variable is not set."
161161
fi
162162

163+
CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
164+
163165
# traverses directory structure from process work directory to filesystem root
164166
# first directory with .mvn subdirectory is considered project base directory
165167
find_maven_basedir() {

‎streamx-console/streamx-console-service/src/assembly/bin/mvnw

100755100644
File mode changed.

‎streamx-flink/streamx-flink-test/streamx-flink-test-datastream/assembly/conf/application.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,18 @@ clickhouse:
157157
storage: kafka #kafka|mysql|hbase|hdfs
158158
mysql:
159159
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
161161
username: user
162162
password: pass
163163
kafka:
164-
bootstrap.servers: slave3.test.gitv.we:9092,slave4.test.gitv.we:9092,slave2.test.gitv.we:9092
164+
bootstrap.servers: localhost:9092
165165
topic: test1
166166
group.id: user_01
167167
auto.offset.reset: latest
168168
hbase:
169169
hdfs:
170170
path: /data/chfailover
171-
namenode: hdfs://master2.test.gitv.we:8020
171+
namenode: hdfs://localhost:8020
172172
user: hdfs
173173

174174

@@ -189,7 +189,7 @@ http.sink:
189189
password: 123456
190190
kafka:
191191
topic: bigdata
192-
bootstrap.servers: localhost:9091,localhost:9092,localhost:9093
192+
bootstrap.servers: localhost:9093
193193
hbase:
194194
zookeeper.quorum: localhost
195195
zookeeper.property.clientPort: 2181

0 commit comments

Comments
 (0)
Please sign in to comment.