sanjaychitransh commented on issue #5861:
URL: https://github.com/apache/seatunnel/issues/5861#issuecomment-1853595216

   Sea tunnel support table format  text, parquet and orc in hive, create table 
in default database.
   try below after copying necessary jar in Lib directory. try below,i have done
   
   # Defining the runtime environment
   env {
     # You can set flink configuration here
     execution.parallelism = 1
     job.mode = "BATCH"
   }
   source {
     # This is a example input plugin **only for test and demonstrate the 
feature input plugin**
   
     Hive {
       table_name = "default.countries_manged"
       metastore_uri = "thrift://cxxxxxxxx.xxxx.ixxx.com:9083"
     }
   
     # If you would like to get more information about how to configure 
seatunnel and see full list of input plugins,
     # please go to 
https://seatunnel.apache.org/docs/flink/configuration/source-plugins/Fake
   }
   
   transform {
   
   }
   
   sink {
     # choose stdout output plugin to output data to console
     Console {
     }


-- 
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