Grypse opened a new pull request, #3853:
URL: https://github.com/apache/incubator-seatunnel/pull/3853
## Purpose of this pull request
Print engine configuration info when seatunnel engine starting.
The environment info like below:
`2023-01-03 15:55:49,731 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
--------------------------------------------------------------------------------
2023-01-03 15:55:49,732 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - Starting
SeaTunnel Client (Version: 2.3.1-SNAPSHOT, Scala: 2.11, Rev:c20cad5,
Date:2023-01-03T10:15:44+08:00)
2023-01-03 15:55:49,732 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - OS current user:
kevin
2023-01-03 15:55:49,732 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - Current
Hadoop/Kerberos user: <no hadoop dependency found>
2023-01-03 15:55:49,732 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - JVM: Java
HotSpot(TM) 64-Bit Server VM - Oracle Corporation - 1.8/25.291-b10
2023-01-03 15:55:49,732 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - Maximum heap
size: 3641 MiBytes
2023-01-03 15:55:49,732 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - JAVA_HOME:
/Library/Java/JavaVirtualMachines/jdk1.8.0_291.jdk/Contents/Home
2023-01-03 15:55:49,732 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - No Hadoop
Dependency available
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - JVM Options:
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
-Dhazelcast.client.config=/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/config/hazelcast-client.yaml
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
-Dseatunnel.config=/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/config/seatunnel.yaml
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
-Dhazelcast.config=/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/config/hazelcast.yaml
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
-Dlog4j2.configurationFile=/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/config/log4j2.properties
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
-Dseatunnel.logs.path=/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/logs
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
-Dseatunnel.logs.file_name=seatunnel-starter-client-1672732548000
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - Program
Arguments:
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - --config
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
./config/v2.batch.config.template
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - -e
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - local
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient - Classpath:
/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/lib/hadoop-aliyun-3.0.0.jar:/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/lib/seatunnel-transforms-v2.jar:/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/lib/hadoop-aliyun-3.0.0.jar:/Users/kevin/test/apache-seatunnel-incubating-2.3.1-SNAPSHOT/starter/seatunnel-starter.jar
2023-01-03 15:55:49,733 INFO
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient -
--------------------------------------------------------------------------------`
## Check list
* [ ] Code changed are covered with tests, or it does not need tests for
reason:
* [ ] If any new Jar binary package adding in your PR, please add License
Notice according
[New License
Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/contribution/new-license.md)
* [ ] If necessary, please update the documentation to describe the new
feature. https://github.com/apache/incubator-seatunnel/tree/dev/docs
* [ ] If you are contributing the connector code, please check that the
following files are updated:
1. Update change log that in connector document. For more details you can
refer to
[connector-v2](https://github.com/apache/incubator-seatunnel/tree/dev/docs/en/connector-v2)
2. Update
[plugin-mapping.properties](https://github.com/apache/incubator-seatunnel/blob/dev/plugin-mapping.properties)
and add new connector information in it
3. Update the pom file of
[seatunnel-dist](https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-dist/pom.xml)
--
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]