我使用mapR Hive 1.2和Hadoop 2.7.0。尝试运行以下命令时:
add jar maprfs:///user/john/customSerde.jar
我收到以下错误:
invalid url: maprfs:///user/john/customSerde.jar, expecting ( file | hdfs | ivy) as url scheme.
Query returned non-zero code: 1, cause: invalid url: maprfs:///user/john/customSerde.jar, expecting ( file | hdfs | ivy) as url scheme.
它无法检测maprfs:///方案。但是,相同的命令在mapR hive 0.13中工作正常。任何人都可以帮忙。
答案 0 :(得分:0)
这似乎是一个错误。
解决方法是使用hdfs://
代替传统的maprfs://