用Pig连接Hbase表

用Pig连接Hbase表,hbase,apache-pig,emr,Hbase,Apache Pig,Emr,我正在尝试使用AmazonEMR上的Pig连接两个HBase表 Z = join Y by pid, X by id 在我运行上面的代码之后,它抛出以下异常: java.lang.IllegalArgumentException: This file system object (hdfs://10.116.57.150:9000) does not support access to the request path 'hbase://player_derived' You possibl

我正在尝试使用AmazonEMR上的Pig连接两个HBase表

Z = join Y by pid, X by id 
在我运行上面的代码之后,它抛出以下异常:

java.lang.IllegalArgumentException: This file system object (hdfs://10.116.57.150:9000) does not support access to the request path 'hbase://player_derived' You possibly called FileSystem.get(conf) when you should have called FileSystem.get(uri, conf) to obtain a file system supporting your path.

有什么问题以及如何修复的想法吗?

这是您的完整堆栈跟踪吗?你用哪种猪型的?