File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
src/main/java/tech/ydb/importer Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >tech.ydb.importer</groupId >
5
5
<artifactId >ydb-importer</artifactId >
6
- <version >1.5-SNAPSHOT </version >
6
+ <version >1.5</version >
7
7
<!-- <version>X.Y[-SNAPSHOT]</version> -->
8
8
<packaging >jar</packaging >
9
9
<developers >
Original file line number Diff line number Diff line change 2
2
<!-- IBM Db2 to YDB importer job configuration example -->
3
3
<ydb-importer >
4
4
<workers >
5
- <pool size =" 8 " />
5
+ <pool size =" 4 " />
6
6
</workers >
7
7
<source type =" db2" >
8
8
<jdbc-class >com.ibm.db2.jcc.DB2Driver</jdbc-class >
Original file line number Diff line number Diff line change 2
2
<!-- IBM Informix to YDB importer job configuration example -->
3
3
<ydb-importer >
4
4
<workers >
5
- <pool size =" 1 " />
5
+ <pool size =" 4 " />
6
6
</workers >
7
7
<source type =" informix" >
8
8
<jdbc-class >com.informix.jdbc.IfxDriver</jdbc-class >
Original file line number Diff line number Diff line change 2
2
<!-- Microsoft SQL Server to YDB importer job configuration example -->
3
3
<ydb-importer >
4
4
<workers >
5
- <pool size =" 8 " />
5
+ <pool size =" 4 " />
6
6
</workers >
7
7
<source type =" mssql" >
8
8
<jdbc-class >com.microsoft.sqlserver.jdbc.SQLServerDriver</jdbc-class >
Original file line number Diff line number Diff line change 4
4
# https://cloud.yandex.com/en/docs/iam/operations/authorized-key/create
5
5
# export YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS=$(pwd)/yc-fednew-iot1sa1.json
6
6
7
- # -Djavax.net.ssl.trustStore=work-cas.dat -Djavax.net.ssl.trustStorePassword=passw0rd
8
7
java -Xms256m -Xmx8192m -classpath ' lib/*' tech.ydb.importer.YdbImporter $@
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class YdbImporter {
34
34
private final static org .slf4j .Logger LOG = org .slf4j .LoggerFactory .getLogger (YdbImporter .class );
35
35
36
36
// X.Y[-SNAPSHOT]
37
- public static final String VERSION = "1.5-SNAPSHOT " ;
37
+ public static final String VERSION = "1.5" ;
38
38
39
39
private final ImporterConfig config ;
40
40
private final TableMapList tableMaps ;
You can’t perform that action at this time.
0 commit comments