You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/07/20 01:55:00 UTC

[GitHub] [incubator-linkis] jindiao123 opened a new issue, #2500: [Bug] execute hql java.lang.NullPointerException

jindiao123 opened a new issue, #2500:
URL: https://github.com/apache/incubator-linkis/issues/2500

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons, linkis-cg-entrance
   
   ### What happened + What you expected to happen
   
   问题:在执行sql时,可以正常查询出hive表数据,在执行hql发生如下异常
   ![image](https://user-images.githubusercontent.com/48720305/179878648-69f67233-a09e-4c97-8614-570f39368eb6.png)
   
   异常日志1:
   [linkis-cg-engineconnmanager.log](https://github.com/apache/incubator-linkis/files/9145788/linkis-cg-engineconnmanager.log)
   异常日志2:
   [linkis-cg-linkismanager.log](https://github.com/apache/incubator-linkis/files/9145800/linkis-cg-linkismanager.log)
   异常日志3:
   [linkis-ps-publicservice.log](https://github.com/apache/incubator-linkis/files/9145815/linkis-ps-publicservice.log)
   
   ## 描述:
   环境中`HADOOP_CONF_DIR`均已经配置并可以加载,但执行hql一直报`必须的环境变量 HADOOP_CONF_DIR 不存在`
   ![image](https://user-images.githubusercontent.com/48720305/179878737-dafb333a-a136-4c1b-a700-fff4bf03a4b6.png)
   
   
   
   
   
   ### Relevent platform
   
   centos7.9、apache-linkis-1.1.1,hive1.2.1
   
   ### Reproduction script
   
   select * from orders limit 100
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] 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: notifications-unsubscribe@linkis.apache.org.apache.org

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


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


[GitHub] [incubator-linkis] peacewong closed issue #2500: [Bug] execute hql java.lang.NullPointerException

Posted by GitBox <gi...@apache.org>.
peacewong closed issue #2500: [Bug] execute hql java.lang.NullPointerException
URL: https://github.com/apache/incubator-linkis/issues/2500


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

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


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


[GitHub] [incubator-linkis] peacewong commented on issue #2500: [Bug] execute hql java.lang.NullPointerException

Posted by GitBox <gi...@apache.org>.
peacewong commented on issue #2500:
URL: https://github.com/apache/incubator-linkis/issues/2500#issuecomment-1192520127

   There are prints in ecm and front-end logs that the HADOOP_CONF_DIR environment variable is not configured, you can configure export HADOOP_CONF_DIR=yourPath under the used bashrc
   ecm和前端日志中有打印是HADOOP_CONF_DIR环境变量没有配置,你可以在用的bashrc下面配置下export HADOOP_CONF_DIR=yourPath


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

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


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


[GitHub] [incubator-linkis] github-actions[bot] commented on issue #2500: [Bug] execute hql java.lang.NullPointerException

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

   :blush:  Welcome to the Apache Linkis (incubating) community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on 
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
    
   WeChat  Group:
   
   ![image](https://user-images.githubusercontent.com/7869972/176336986-d6b9be8f-d1d3-45f1-aa45-8e6adf5dd244.png)
   Mailing Lists:
   |name|description|Subscribe|Unsubscribe|archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


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

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


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