我正在尝试使用Amazon EMR上的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.
有什么想法有什么问题以及如何解决?