You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/28 08:00:47 UTC

[GitHub] [incubator-seatunnel] isMrH opened a new issue, #3217: [Feature][connector-v2] Make the jdbc connector support hive-jdbc

isMrH opened a new issue, #3217:
URL: https://github.com/apache/incubator-seatunnel/issues/3217

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   Hive connector-v2 removes the `pre_sql` configuration.
   So I want to use the `quey` configuration in the jdbc connector-v2.
   But currently the jdbc connector-v2 does not support hive-jdbc.
   
   
   ### Usage Scenario
   
   I often use multiple table associations, but the hive connector-v2 does not currently support `pre_sql`.
   ```
    # hive connector-v1
    hive {
       pre_sql = """
       select * from table1 inner join table2 on table1.id=table2.id limit 2
       """
       result_table_name = "tab"
     }
   ```
   ```
   # jdbc connector-v2 
   source {
           url = "jdbc:hive2://10.32.xx.x:10000/default"
           driver = "org.apache.hive.jdbc.HiveDriver"
           connection_check_timeout_sec = 100
           user = "hive"
           query = "select * from table1 inner join table2 on table1.id=table2.id limit 2"
   }
   ```
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3217: [Feature][connector-v2] Make the jdbc connector support hive-jdbc

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3217:
URL: https://github.com/apache/incubator-seatunnel/issues/3217#issuecomment-1334612255

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] closed issue #3217: [Feature][connector-v2] Make the jdbc connector support hive-jdbc

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #3217: [Feature][connector-v2] Make the jdbc connector support hive-jdbc
URL: https://github.com/apache/incubator-seatunnel/issues/3217


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3217: [Feature][connector-v2] Make the jdbc connector support hive-jdbc

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3217:
URL: https://github.com/apache/incubator-seatunnel/issues/3217#issuecomment-1343627177

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org