json serde jar

5lwkijsr  于 2021-05-31  发布在  Hadoop
关注(0)|答案(0)|浏览(259)

任何人都可以告诉一个正确的解决方案,下面的错误情况。
下面提到的细节是我的hadoop及其生态系统版本

Hadoop Version: 2.7.1
Hive Version: 1.2.2

我试图在我的配置单元的库路径中安装和配置json-serde。我遵循的步骤如下所述

Step 1: Installed & Moved SerDe into Hive's Library path
Step 2: Added the Jar through hive Shell, modified the hive-site.xml's 
        property name hive.aux.jars.path. 
Step 3: Verified it by executing the list jars command in hive also. But 
        while invoking the json serde, error is being thrown.




重要提示:我在maven中也添加了一个条目,在linux中为jar文件授予了777权限。另外,我在hdfs和本地文件系统中都添加了jar。但是,仍然会抛出错误
我使用的json serde jar的名称是: json-serde-1.3.7.3.jar 行格式序列: org.openx.data.jsonserde.JsonSerDe

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题