You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/02/14 07:41:32 UTC

[GitHub] [incubator-linkis] liangqilang opened a new issue #1452: [Feature] The hive environment wants to support the ”hive.aux.jars.path“ parameter

liangqilang opened a new issue #1452:
URL: https://github.com/apache/incubator-linkis/issues/1452


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   Sometimes we need to add auxiliary JARs into Hive classpath.
   For example, using customized SERDE JARs or Hive integration with other applications.
   有时我们需要将辅助 JAR 添加到 Hive 类路径中。例如,使用定制的 JAR UDF 或 Hive 与其他应用程序集成。
   希望可以支持。
   
   
   ### Description
   
    I hope for support support the ”hive.aux.jars.path“ parameter.
   
   ### Use case
   
   _No response_
   
   ### solutions
   
    if (StringUtils.isNotBlank(HIVE_AUX_JARS_PATH.getValue)){
         hiveConf.setAuxJars(HIVE_AUX_JARS_PATH.getValue)
         logger.info("hiveConf set aux Jars:"+HIVE_AUX_JARS_PATH.getValue)
   }
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org