DalongZhenZ commented on issue #5396:
URL: https://github.com/apache/seatunnel/issues/5396#issuecomment-1784851197

   This is my config :
   
   
   env {
     execution.parallelism = 1
     job.mode = "BATCH"
   execution.checkpoint.interval= 60000
   }
   source {
      Hive {
       table_name = "raw.guava_test_source"
       metastore_uri = "thrift://devcdp03.test.com:9083",
       kerberos_principal = "hive/[email protected]",
       kerberos_keytab_path = "/opt/kibb_conf/hive.keytab",
       hdfs_site_path = "/opt/kibb_conf/hdfs-site.xml",
       hive_site_path = "/opt/kibb_conf/hive-site.xml"
     }
   }
   sink {
       Hive {
       table_name = "raw.test_et"
       metastore_uri = "thrift://devcdp03.test.com:9083",
       kerberos_principal = "hive/[email protected]",
       kerberos_keytab_path = "/opt/kibb_conf/hive.keytab",
       hdfs_site_path = "/opt/kibb_conf/hdfs-site.xml",
       hive_site_path = "/opt/kibb_conf/hive-site.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]

Reply via email to