You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/29 13:26:42 UTC

[GitHub] [incubator-inlong] woofyzhao opened a new issue, #4040: [Bug][Manager] Hive sink table path config error

woofyzhao opened a new issue, #4040:
URL: https://github.com/apache/incubator-inlong/issues/4040

   ### What happened
   
   The hive table hdfs path written by sort job does not match with the default database location.
   For example the hive table created by manager is /user/hive/warehouse/{db_name}.db/{table_name}.
   But the sort job writes to /user/hive/warehouse/{table_name} so query in hive doesn't work.
   
   ### What you expected to happen
   
   Correct sort sink path so that data can be correctly retrieved by hive.
   
   ### How to reproduce
   
   Configure a hive sink group and run the stream.
   
   ### Environment
   
   MacOs
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Manager
   
   ### Are you willing to submit 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: dev-unsubscribe@inlong.apache.org.apache.org

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


[GitHub] [incubator-inlong] healchow closed issue #4040: [Bug][Manager] Hive sink table path config error

Posted by GitBox <gi...@apache.org>.
healchow closed issue #4040: [Bug][Manager] Hive sink table path config error
URL: https://github.com/apache/incubator-inlong/issues/4040


-- 
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: dev-unsubscribe@inlong.apache.org

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


[GitHub] [incubator-inlong] healchow commented on issue #4040: [Bug][Manager] Hive sink table path config error

Posted by GitBox <gi...@apache.org>.
healchow commented on issue #4040:
URL: https://github.com/apache/incubator-inlong/issues/4040#issuecomment-1135877658

   Not bug.


-- 
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@inlong.apache.org

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