You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/09 12:47:54 UTC

[GitHub] [incubator-dolphinscheduler] KEN-LJQ opened a new issue #1422: [QUESTION] Should we need Beeline for hive connection?

KEN-LJQ opened a new issue #1422: [QUESTION] Should we need Beeline for hive connection?
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1422
 
 
   **Describe the question**
   DS current use hive jdbc to execute hive sql, but it can not good fit these:
   1. Put multiple sql within a sql task
   2. Dynamic table name. Each data task,  we use some temporary tables, those table name has a date argument,  like `tmp.tmp_table_xxxx_20191208`, DS can't pass a argument to as tableName
   3. Argument as a part of string.
   
   
   **Which version of DolphinScheduler:**
    - [1.1.0]
   
   **Additional context**
   We plan to migrate our data task from Oozie to DS, and we use beeline before, but we meet those problem with hive task. We know jdbc is much common for different datasource, so Beeline may not necessary, any good solution or workaround is accepted
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services