From cbf6347ffc9060d1cfb360f98652bad82080fd0b Mon Sep 17 00:00:00 2001 From: luofeng <luofeng@DESKTOP-C2OAC3K> Date: Tue, 2 Nov 2021 13:15:46 +0800 Subject: [PATCH] fix:修改数据库连接 --- intelligent/single_yuejuan/transfer/source/header_teacher.ktr | 50 ++++++++++++++++++++++---------------------------- intelligent/single_yuejuan/transfer/source/school_class.ktr | 35 +++++++++++++++++++++-------------- intelligent/single_yuejuan/transfer/source/student.ktr | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------- intelligent/single_yuejuan/transfer/source/teacher.ktr | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------- intelligent/single_yuejuan/transfer/source/tenant.ktr | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------- intelligent/single_yuejuan/transfer/source/user.ktr | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------- intelligent/union_yuejuan/transfer/source/header_teacher.ktr | 35 +++++++++++++++++++++-------------- intelligent/union_yuejuan/transfer/source/school_class.ktr | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------- intelligent/union_yuejuan/transfer/source/student.ktr | 37 ++++++++++++++++++++++--------------- intelligent/union_yuejuan/transfer/source/student_info.ktr | 37 ++++++++++++++++++++++--------------- intelligent/union_yuejuan/transfer/source/teacher.ktr | 35 +++++++++++++++++++++-------------- intelligent/union_yuejuan/transfer/source/tenant.ktr | 35 +++++++++++++++++++++-------------- intelligent/union_yuejuan/transfer/source/user.ktr | 37 ++++++++++++++++++++++--------------- 13 files changed, 525 insertions(+), 516 deletions(-) diff --git a/intelligent/single_yuejuan/transfer/source/header_teacher.ktr b/intelligent/single_yuejuan/transfer/source/header_teacher.ktr index 8000610..13b9df9 100644 --- a/intelligent/single_yuejuan/transfer/source/header_teacher.ktr +++ b/intelligent/single_yuejuan/transfer/source/header_teacher.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>-</created_user> <created_date>2021/07/03 14:45:32.421</created_date> <modified_user>-</modified_user> - <modified_date>2021/07/03 14:48:03.422</modified_date> - <key_for_session_key/> + <modified_date>2021/11/02 13:15:23.155</modified_date> + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -577,7 +582,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select id, class_id, @@ -599,6 +604,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> @@ -627,55 +634,42 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <fields> <field> <name>id</name> - <rename/> </field> <field> <name>class_id</name> - <rename/> </field> <field> <name>grade_id</name> - <rename/> </field> <field> <name>is_primary</name> - <rename/> </field> <field> <name>school_area_id</name> - <rename/> </field> <field> <name>school_id</name> - <rename/> </field> <field> <name>school_phase_id</name> - <rename/> </field> <field> <name>user_id</name> - <rename/> </field> <field> <name>status</name> - <rename/> </field> <field> <name>created_by</name> - <rename/> </field> <field> <name>created_time</name> - <rename/> </field> <field> <name>deleted</name> - <rename/> </field> <field> <name>modified_time</name> - <rename/> </field> <select_unspecified>N</select_unspecified> <meta> diff --git a/intelligent/single_yuejuan/transfer/source/school_class.ktr b/intelligent/single_yuejuan/transfer/source/school_class.ktr index 50992f3..75fb021 100644 --- a/intelligent/single_yuejuan/transfer/source/school_class.ktr +++ b/intelligent/single_yuejuan/transfer/source/school_class.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>-</created_user> <created_date>2021/07/02 14:33:36.108</created_date> <modified_user>-</modified_user> - <modified_date>2021/07/03 09:44:07.637</modified_date> + <modified_date>2021/11/02 13:07:28.516</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -577,7 +582,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select id, created_by, @@ -602,6 +607,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> diff --git a/intelligent/single_yuejuan/transfer/source/student.ktr b/intelligent/single_yuejuan/transfer/source/student.ktr index e5ff2b3..76aa34d 100644 --- a/intelligent/single_yuejuan/transfer/source/student.ktr +++ b/intelligent/single_yuejuan/transfer/source/student.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>-</created_user> <created_date>2021/07/02 10:59:15.432</created_date> <modified_user>-</modified_user> - <modified_date>2021/07/02 16:26:05.484</modified_date> + <modified_date>2021/11/02 13:07:26.606</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -510,6 +515,63 @@ </hop> </order> <step> + <name>Text file output</name> + <type>TextFileOutput</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <separator>,</separator> + <enclosure>"</enclosure> + <enclosure_forced>N</enclosure_forced> + <enclosure_fix_disabled>N</enclosure_fix_disabled> + <header>N</header> + <footer>N</footer> + <format>UNIX</format> + <compression>None</compression> + <encoding>UTF-8</encoding> + <endedLine/> + <fileNameInField>N</fileNameInField> + <fileNameField/> + <create_parent_folder>Y</create_parent_folder> + <file> + <name>/home/wljty/etl_total/data/intelligent/single_yuejuan/student</name> + <servlet_output>N</servlet_output> + <do_not_open_new_file_init>N</do_not_open_new_file_init> + <extention>csv</extention> + <append>N</append> + <split>N</split> + <haspartno>N</haspartno> + <add_date>N</add_date> + <add_time>N</add_time> + <SpecifyFormat>N</SpecifyFormat> + <date_time_format>yyyy-MM-dd HH:mm:ss</date_time_format> + <add_to_result_filenames>Y</add_to_result_filenames> + <pad>N</pad> + <fast_dump>N</fast_dump> + <splitevery/> + </file> + <fields> + </fields> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>480</xloc> + <yloc>112</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>student</name> <type>TableInput</type> <description/> @@ -520,7 +582,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select user_id, candidate_number, @@ -539,6 +601,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> @@ -567,43 +631,33 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <fields> <field> <name>user_id</name> - <rename/> </field> <field> <name>candidate_number</name> - <rename/> </field> <field> <name>status</name> - <rename/> </field> <field> <name>student_identity</name> - <rename/> </field> <field> <name>student_number</name> - <rename/> </field> <field> <name>created_by</name> - <rename/> </field> <field> <name>created_time</name> - <rename/> </field> <field> <name>deleted</name> - <rename/> </field> <field> <name>modified_time</name> - <rename/> </field> <field> <name>tenant_id</name> - <rename/> </field> <select_unspecified>N</select_unspecified> <meta> @@ -791,63 +845,6 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <draw>Y</draw> </GUI> </step> - <step> - <name>Text file output</name> - <type>TextFileOutput</type> - <description/> - <distribute>Y</distribute> - <custom_distribution/> - <copies>1</copies> - <partitioning> - <method>none</method> - <schema_name/> - </partitioning> - <separator>,</separator> - <enclosure>"</enclosure> - <enclosure_forced>N</enclosure_forced> - <enclosure_fix_disabled>N</enclosure_fix_disabled> - <header>N</header> - <footer>N</footer> - <format>UNIX</format> - <compression>None</compression> - <encoding>UTF-8</encoding> - <endedLine/> - <fileNameInField>N</fileNameInField> - <fileNameField/> - <create_parent_folder>Y</create_parent_folder> - <file> - <name>/home/wljty/etl_total/data/intelligent/single_yuejuan/student</name> - <servlet_output>N</servlet_output> - <do_not_open_new_file_init>N</do_not_open_new_file_init> - <extention>csv</extention> - <append>N</append> - <split>N</split> - <haspartno>N</haspartno> - <add_date>N</add_date> - <add_time>N</add_time> - <SpecifyFormat>N</SpecifyFormat> - <date_time_format>yyyy-MM-dd HH:mm:ss</date_time_format> - <add_to_result_filenames>Y</add_to_result_filenames> - <pad>N</pad> - <fast_dump>N</fast_dump> - <splitevery/> - </file> - <fields> - </fields> - <attributes/> - <cluster_schema/> - <remotesteps> - <input> - </input> - <output> - </output> - </remotesteps> - <GUI> - <xloc>480</xloc> - <yloc>112</yloc> - <draw>Y</draw> - </GUI> - </step> <step_error_handling> </step_error_handling> <slave-step-copy-partition-distribution> diff --git a/intelligent/single_yuejuan/transfer/source/teacher.ktr b/intelligent/single_yuejuan/transfer/source/teacher.ktr index 72c2496..348c739 100644 --- a/intelligent/single_yuejuan/transfer/source/teacher.ktr +++ b/intelligent/single_yuejuan/transfer/source/teacher.ktr @@ -423,40 +423,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>admin</created_user> <created_date>2020/01/04 14:16:40.236</created_date> <modified_user>admin</modified_user> - <modified_date>2021/07/02 16:27:33.245</modified_date> + <modified_date>2021/11/02 13:08:16.852</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -511,49 +516,6 @@ </hop> </order> <step> - <name>teacher</name> - <type>TableInput</type> - <description/> - <distribute>Y</distribute> - <custom_distribution/> - <copies>1</copies> - <partitioning> - <method>none</method> - <schema_name/> - </partitioning> - <connection>school_yuejuan_base</connection> - <sql>select -user_id, -job_number, -created_by, -created_time, -deleted, -modified_time, -job_status, -position_id, -station_id -from teacher -where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> - <limit>0</limit> - <lookup/> - <execute_each_row>N</execute_each_row> - <variables_active>Y</variables_active> - <lazy_conversion_active>N</lazy_conversion_active> - <attributes/> - <cluster_schema/> - <remotesteps> - <input> - </input> - <output> - </output> - </remotesteps> - <GUI> - <xloc>192</xloc> - <yloc>96</yloc> - <draw>Y</draw> - </GUI> - </step> - <step> <name>Text file output</name> <type>TextFileOutput</type> <description/> @@ -611,6 +573,51 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi </GUI> </step> <step> + <name>teacher</name> + <type>TableInput</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>school_yuejuan_base_archive</connection> + <sql>select +user_id, +job_number, +created_by, +created_time, +deleted, +modified_time, +job_status, +position_id, +station_id +from teacher +where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> + <limit>0</limit> + <lookup/> + <execute_each_row>N</execute_each_row> + <variables_active>Y</variables_active> + <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>192</xloc> + <yloc>96</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>字段选择</name> <type>SelectValues</type> <description/> @@ -624,39 +631,30 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <fields> <field> <name>user_id</name> - <rename/> </field> <field> <name>job_number</name> - <rename/> </field> <field> <name>created_by</name> - <rename/> </field> <field> <name>created_time</name> - <rename/> </field> <field> <name>deleted</name> - <rename/> </field> <field> <name>modified_time</name> - <rename/> </field> <field> <name>job_status</name> - <rename/> </field> <field> <name>position_id</name> - <rename/> </field> <field> <name>station_id</name> - <rename/> </field> <select_unspecified>N</select_unspecified> <meta> diff --git a/intelligent/single_yuejuan/transfer/source/tenant.ktr b/intelligent/single_yuejuan/transfer/source/tenant.ktr index 371fa26..baab61b 100644 --- a/intelligent/single_yuejuan/transfer/source/tenant.ktr +++ b/intelligent/single_yuejuan/transfer/source/tenant.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>admin</created_user> <created_date>2021/03/03 10:44:18.197</created_date> <modified_user>admin</modified_user> - <modified_date>2021/07/02 16:27:08.831</modified_date> + <modified_date>2021/11/02 13:09:02.103</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -510,52 +515,6 @@ </hop> </order> <step> - <name>tenant</name> - <type>TableInput</type> - <description/> - <distribute>Y</distribute> - <custom_distribution/> - <copies>1</copies> - <partitioning> - <method>none</method> - <schema_name/> - </partitioning> - <connection>school_yuejuan_base</connection> - <sql>select -id, -created_by, -created_time, -deleted, -modified_time, -address_id, -alias, -name, -remark, -state, -type, -english -from tenant -where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> - <limit>0</limit> - <lookup/> - <execute_each_row>N</execute_each_row> - <variables_active>Y</variables_active> - <lazy_conversion_active>N</lazy_conversion_active> - <attributes/> - <cluster_schema/> - <remotesteps> - <input> - </input> - <output> - </output> - </remotesteps> - <GUI> - <xloc>239</xloc> - <yloc>221</yloc> - <draw>Y</draw> - </GUI> - </step> - <step> <name>Text file output</name> <type>TextFileOutput</type> <description/> @@ -613,6 +572,54 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi </GUI> </step> <step> + <name>tenant</name> + <type>TableInput</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>school_yuejuan_base_archive</connection> + <sql>select +id, +created_by, +created_time, +deleted, +modified_time, +address_id, +alias, +name, +remark, +state, +type, +english +from tenant +where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> + <limit>0</limit> + <lookup/> + <execute_each_row>N</execute_each_row> + <variables_active>Y</variables_active> + <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>239</xloc> + <yloc>221</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>字段选择</name> <type>SelectValues</type> <description/> @@ -626,51 +633,39 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <fields> <field> <name>id</name> - <rename/> </field> <field> <name>created_by</name> - <rename/> </field> <field> <name>created_time</name> - <rename/> </field> <field> <name>deleted</name> - <rename/> </field> <field> <name>modified_time</name> - <rename/> </field> <field> <name>address_id</name> - <rename/> </field> <field> <name>alias</name> - <rename/> </field> <field> <name>name</name> - <rename/> </field> <field> <name>remark</name> - <rename/> </field> <field> <name>state</name> - <rename/> </field> <field> <name>type</name> - <rename/> </field> <field> <name>english</name> - <rename/> </field> <select_unspecified>N</select_unspecified> <meta> diff --git a/intelligent/single_yuejuan/transfer/source/user.ktr b/intelligent/single_yuejuan/transfer/source/user.ktr index 1f38f8f..b3e26b0 100644 --- a/intelligent/single_yuejuan/transfer/source/user.ktr +++ b/intelligent/single_yuejuan/transfer/source/user.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>-</created_user> <created_date>2021/07/02 11:01:00.246</created_date> <modified_user>-</modified_user> - <modified_date>2021/07/02 16:26:32.605</modified_date> + <modified_date>2021/11/02 13:09:36.252</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -510,62 +515,6 @@ </hop> </order> <step> - <name>user</name> - <type>TableInput</type> - <description/> - <distribute>Y</distribute> - <custom_distribution/> - <copies>1</copies> - <partitioning> - <method>none</method> - <schema_name/> - </partitioning> - <connection>school_yuejuan_base</connection> - <sql>select -id, -created_by, -created_time, -deleted, -modified_time, -address_id, -birth_day, -gender, -identity_card, -login_name, -name, -password, -tenant_id, -nation_id, -native_place_area_id, -politic_countenance_id, -professional_qualification_id, -state, -salt, -password_token, -avatar, -identity -from user -where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> - <limit>0</limit> - <lookup/> - <execute_each_row>N</execute_each_row> - <variables_active>Y</variables_active> - <lazy_conversion_active>N</lazy_conversion_active> - <attributes/> - <cluster_schema/> - <remotesteps> - <input> - </input> - <output> - </output> - </remotesteps> - <GUI> - <xloc>112</xloc> - <yloc>128</yloc> - <draw>Y</draw> - </GUI> - </step> - <step> <name>Text file output</name> <type>TextFileOutput</type> <description/> @@ -623,6 +572,64 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi </GUI> </step> <step> + <name>user</name> + <type>TableInput</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>school_yuejuan_base_archive</connection> + <sql>select +id, +created_by, +created_time, +deleted, +modified_time, +address_id, +birth_day, +gender, +identity_card, +login_name, +name, +password, +tenant_id, +nation_id, +native_place_area_id, +politic_countenance_id, +professional_qualification_id, +state, +salt, +password_token, +avatar, +identity +from user +where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> + <limit>0</limit> + <lookup/> + <execute_each_row>N</execute_each_row> + <variables_active>Y</variables_active> + <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>112</xloc> + <yloc>128</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>字段选择</name> <type>SelectValues</type> <description/> @@ -636,91 +643,69 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <fields> <field> <name>id</name> - <rename/> </field> <field> <name>created_by</name> - <rename/> </field> <field> <name>created_time</name> - <rename/> </field> <field> <name>deleted</name> - <rename/> </field> <field> <name>modified_time</name> - <rename/> </field> <field> <name>address_id</name> - <rename/> </field> <field> <name>birth_day</name> - <rename/> </field> <field> <name>gender</name> - <rename/> </field> <field> <name>identity_card</name> - <rename/> </field> <field> <name>login_name</name> - <rename/> </field> <field> <name>name</name> - <rename/> </field> <field> <name>password</name> - <rename/> </field> <field> <name>tenant_id</name> - <rename/> </field> <field> <name>nation_id</name> - <rename/> </field> <field> <name>native_place_area_id</name> - <rename/> </field> <field> <name>politic_countenance_id</name> - <rename/> </field> <field> <name>professional_qualification_id</name> - <rename/> </field> <field> <name>state</name> - <rename/> </field> <field> <name>salt</name> - <rename/> </field> <field> <name>password_token</name> - <rename/> </field> <field> <name>avatar</name> - <rename/> </field> <field> <name>identity</name> - <rename/> </field> <select_unspecified>N</select_unspecified> <meta> diff --git a/intelligent/union_yuejuan/transfer/source/header_teacher.ktr b/intelligent/union_yuejuan/transfer/source/header_teacher.ktr index cd47b52..be03619 100644 --- a/intelligent/union_yuejuan/transfer/source/header_teacher.ktr +++ b/intelligent/union_yuejuan/transfer/source/header_teacher.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>-</created_user> <created_date>2021/07/23 17:30:11.142</created_date> <modified_user>-</modified_user> - <modified_date>2021/08/03 14:14:17.133</modified_date> + <modified_date>2021/11/02 13:11:08.011</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -577,7 +582,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select id, class_id, @@ -599,6 +604,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> diff --git a/intelligent/union_yuejuan/transfer/source/school_class.ktr b/intelligent/union_yuejuan/transfer/source/school_class.ktr index 9daeec6..4df4b9f 100644 --- a/intelligent/union_yuejuan/transfer/source/school_class.ktr +++ b/intelligent/union_yuejuan/transfer/source/school_class.ktr @@ -423,40 +423,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>admin</created_user> <created_date>2020/01/04 14:16:40.236</created_date> <modified_user>admin</modified_user> - <modified_date>2021/07/23 17:29:00.497</modified_date> + <modified_date>2021/11/02 13:10:32.187</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -511,56 +516,6 @@ </hop> </order> <step> - <name>school_class</name> - <type>TableInput</type> - <description/> - <distribute>Y</distribute> - <custom_distribution/> - <copies>1</copies> - <partitioning> - <method>none</method> - <schema_name/> - </partitioning> - <connection>school_yuejuan_base</connection> - <sql>select -id, -created_by, -created_time, -deleted, -modified_time, -alias, -entry_year, -grade_id, -graduate_year, -graduated, -name, -ordinal, -school_area_id, -school_id, -type, -school_phase_id -from school_class -where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> - <limit>0</limit> - <lookup/> - <execute_each_row>N</execute_each_row> - <variables_active>Y</variables_active> - <lazy_conversion_active>N</lazy_conversion_active> - <attributes/> - <cluster_schema/> - <remotesteps> - <input> - </input> - <output> - </output> - </remotesteps> - <GUI> - <xloc>192</xloc> - <yloc>96</yloc> - <draw>Y</draw> - </GUI> - </step> - <step> <name>Text file output</name> <type>TextFileOutput</type> <description/> @@ -618,6 +573,58 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi </GUI> </step> <step> + <name>school_class</name> + <type>TableInput</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>school_yuejuan_base_archive</connection> + <sql>select +id, +created_by, +created_time, +deleted, +modified_time, +alias, +entry_year, +grade_id, +graduate_year, +graduated, +name, +ordinal, +school_area_id, +school_id, +type, +school_phase_id +from school_class +where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql> + <limit>0</limit> + <lookup/> + <execute_each_row>N</execute_each_row> + <variables_active>Y</variables_active> + <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>192</xloc> + <yloc>96</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>字段选择</name> <type>SelectValues</type> <description/> @@ -631,67 +638,51 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <fields> <field> <name>id</name> - <rename/> </field> <field> <name>created_by</name> - <rename/> </field> <field> <name>created_time</name> - <rename/> </field> <field> <name>deleted</name> - <rename/> </field> <field> <name>modified_time</name> - <rename/> </field> <field> <name>alias</name> - <rename/> </field> <field> <name>entry_year</name> - <rename/> </field> <field> <name>grade_id</name> - <rename/> </field> <field> <name>graduate_year</name> - <rename/> </field> <field> <name>graduated</name> - <rename/> </field> <field> <name>name</name> - <rename/> </field> <field> <name>ordinal</name> - <rename/> </field> <field> <name>school_area_id</name> - <rename/> </field> <field> <name>school_id</name> - <rename/> </field> <field> <name>type</name> - <rename/> </field> <field> <name>school_phase_id</name> - <rename/> </field> <select_unspecified>N</select_unspecified> <meta> diff --git a/intelligent/union_yuejuan/transfer/source/student.ktr b/intelligent/union_yuejuan/transfer/source/student.ktr index 41ef113..61ea8f9 100644 --- a/intelligent/union_yuejuan/transfer/source/student.ktr +++ b/intelligent/union_yuejuan/transfer/source/student.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>-</created_user> <created_date>2021/07/23 17:33:33.054</created_date> <modified_user>-</modified_user> - <modified_date>2021/07/23 17:34:15.533</modified_date> - <key_for_session_key/> + <modified_date>2021/11/02 13:11:50.014</modified_date> + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -577,7 +582,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select user_id, candidate_number, @@ -596,6 +601,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> diff --git a/intelligent/union_yuejuan/transfer/source/student_info.ktr b/intelligent/union_yuejuan/transfer/source/student_info.ktr index ccb086d..841657f 100644 --- a/intelligent/union_yuejuan/transfer/source/student_info.ktr +++ b/intelligent/union_yuejuan/transfer/source/student_info.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>admin</created_user> <created_date>2021/03/03 10:45:04.804</created_date> <modified_user>admin</modified_user> - <modified_date>2020/10/28 11:07:23.059</modified_date> + <modified_date>2021/11/02 13:12:55.277</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>192.168.2.244</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> - <database>base_resource_test</database> + <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc80ec284a486009d41f2c3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -572,7 +577,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select id, school_id, @@ -611,6 +616,8 @@ where (create_time>'${start_time}' and create_time<='${end_time}') or (modify <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> diff --git a/intelligent/union_yuejuan/transfer/source/teacher.ktr b/intelligent/union_yuejuan/transfer/source/teacher.ktr index 92932c3..7ad6f67 100644 --- a/intelligent/union_yuejuan/transfer/source/teacher.ktr +++ b/intelligent/union_yuejuan/transfer/source/teacher.ktr @@ -423,40 +423,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>admin</created_user> <created_date>2020/01/04 14:16:40.236</created_date> <modified_user>admin</modified_user> - <modified_date>2021/07/23 17:35:20.381</modified_date> + <modified_date>2021/11/02 13:13:29.404</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -578,7 +583,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select user_id, job_number, @@ -596,6 +601,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> diff --git a/intelligent/union_yuejuan/transfer/source/tenant.ktr b/intelligent/union_yuejuan/transfer/source/tenant.ktr index 5f5cbb4..1662f9d 100644 --- a/intelligent/union_yuejuan/transfer/source/tenant.ktr +++ b/intelligent/union_yuejuan/transfer/source/tenant.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>admin</created_user> <created_date>2021/03/03 10:45:06.232</created_date> <modified_user>admin</modified_user> - <modified_date>2021/07/23 17:35:43.921</modified_date> + <modified_date>2021/11/02 13:14:05.260</modified_date> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -577,7 +582,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select id, created_by, @@ -598,6 +603,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> diff --git a/intelligent/union_yuejuan/transfer/source/user.ktr b/intelligent/union_yuejuan/transfer/source/user.ktr index 6a14211..b98a204 100644 --- a/intelligent/union_yuejuan/transfer/source/user.ktr +++ b/intelligent/union_yuejuan/transfer/source/user.ktr @@ -422,40 +422,45 @@ <partitionschemas> </partitionschemas> <slaveservers> + <slaveserver> + <name>10.1.104.244</name> + <hostname>10.1.104.244</hostname> + <port>8081</port> + <webAppName/> + <username>carte</username> + <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <proxy_hostname/> + <proxy_port/> + <non_proxy_hosts/> + <master>N</master> + <sslMode>N</sslMode> + </slaveserver> </slaveservers> <clusterschemas> </clusterschemas> <created_user>-</created_user> <created_date>2021/07/23 17:35:54.969</created_date> <modified_user>-</modified_user> - <modified_date>2021/07/23 17:36:21.213</modified_date> - <key_for_session_key/> + <modified_date>2021/11/02 13:14:39.531</modified_date> + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> </notepads> <connection> - <name>school_yuejuan_base</name> - <server>10.1.103.251</server> + <name>school_yuejuan_base_archive</name> + <server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server> <type>MYSQL</type> <access>Native</access> <database>jty_archive</database> <port>3306</port> - <username>dev</username> - <password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> + <username>read_only</username> + <password>Encrypted 2becacaa90ef89d8aa7008e67d2c3fd89</password> <servername/> <data_tablespace/> <index_tablespace/> <attributes> <attribute> - <code>EXTRA_OPTION_MYSQL.defaultFetchSize</code> - <attribute>500</attribute> - </attribute> - <attribute> - <code>EXTRA_OPTION_MYSQL.useCursorFetch</code> - <attribute>true</attribute> - </attribute> - <attribute> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <attribute>N</attribute> </attribute> @@ -577,7 +582,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>school_yuejuan_base</connection> + <connection>school_yuejuan_base_archive</connection> <sql>select id, created_by, @@ -608,6 +613,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi <execute_each_row>N</execute_each_row> <variables_active>Y</variables_active> <lazy_conversion_active>N</lazy_conversion_active> + <cached_row_meta_active>N</cached_row_meta_active> + <row-meta/> <attributes/> <cluster_schema/> <remotesteps> -- libgit2 0.26.0