我正在尝试在 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.
有什么想法是错误的以及如何解决它?