hawqgsdb=# select count(*) from retail_demo.customers_dim_pxf;
ERROR: remote component error (500) from '192.168.21.3:51200': type Exception report message File /retail_demo/customers_dim/customers_dim.tsv.gz does not exist description The server encountered an internal error that prevented it from fulfilling this request. exception java.io.IOException: File /retail_demo/customers_dim/customers_dim.tsv.gz does not exist (libchurl.c:897) (seg2 dataserver1:40000 pid=707258) (dispatcher.c:1805)
DETAIL: External table customers_dim_pxf, file pxf://192.168.21.8:51200/retail_demo/customers_dim/customers_dim.tsv.gz?profile=HdfsTextSimple
引起上图的问题,主要是hdfs的相关配置文件,信息不正确造成的,可以把hdfs的配置文件,core-site.xml,hdfs-site.xml,mapred-env.sh,yarn-site.xml
,slaves等保证正确后,重启pxf服务即可
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。