PIG - Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected

后端 未结 2 829
感情败类
感情败类 2020-12-04 00:35

I was trying to load a table from hive. I am using Hcatalog for that.

I logged into hive using

pig -useHCatalog

i export almost al

2条回答
  •  余生分开走
    2020-12-04 01:25

    You could try to build a Hadoop 2.x version of Pig too

    ant clean jar-withouthadoop -Dhadoopversion=23
    

提交回复
热议问题