2015-10-05 35 views
1

我使用mapR Hive 1.2和Hadoop 2.7.0。當嘗試下面的命令來運行:MapR配置單元未檢測到maprfs:/// scheme,顯示無效的URL錯誤

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

這似乎是一個錯誤。

的解決方法是使用hdfs://代替傳統maprfs://

+0

的修爲這個錯誤一直致力於MAPR的蜂巢二進制 https://github.com/mapr/hive/commit/ecc94f7d9c7b68ce79363026b5648bab8ecfb92f –