Hi All,
I am using following dependency in my maven pom:
<dependency> <groupId>org.apache.pig</groupId>
<artifactId>pig</artifactId> <version>0.8.1-cdh3u2</version>
</dependency> <dependency> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId> <version>0.20.2-cdh3u2</version>
</dependency>
The java code in my project invokes pig script using PigServer class. While
compiling, I get following error: "Could not find artifact
org.apache.thrift:thrift:jar:0.2.0 in nexus". I am wondering why so old
version of thrift is being used by pig here. Also, is it the right artifact to
use when I need to use only PigServer class?
Thanks,Rakesh
- Oracle as Pig data store rakesh sharma
- Re: Oracle as Pig data store Russell Jurney
- Re: Oracle as Pig data store Dmitriy Ryaboy
- RE: Oracle as Pig data store rakesh sharma
- Re: Oracle as Pig data store Hakan İlter
- RE: Oracle as Pig data store rakesh sharma
- Invoking pig script from java rakesh sharma
- Re: Invoking pig script from java Prashant Kommireddi
- RE: Invoking pig script from java rakesh sharma
- Issue with thrift dependency and cloudera... rakesh sharma
- Re: Issue with thrift dependency and ... Dmitriy Ryaboy
- Re: Issue with thrift dependency... Scott Carey
