elephant-bird
elephant-bird copied to clipboard
Twitter's collection of LZO and Protocol Buffer-related Hadoop, Pig, Hive, and HBase code.
When using mahout-core-0.9-SNAPSHOT-job.jar, I get the error below. The job completes without errors when using mahout-core-0.6-job.jar. ``` 2013-08-15 23:36:30,762 FATAL org.apache.hadoop.mapred.Child: Error running child : java.lang.NoSuchMethodError: org.apache.mahout.math.Vector.iterator()Ljava/util/Iterator; at com.twitter.elephantbird.pig.mahout.VectorWritableConverter.toDenseVectorTuple(VectorWritableConverter.java:312) at...
mvn install fails because of following test failure- test(com.twitter.elephantbird.pig.util.TestThriftToPig) Time elapsed: 0.001 sec
We currently punt on conversion of pig maps to thrift maps when the thrift map key type is not string or enum. This could be improved with some changes to...
I followed the first 2 instructions in the Quickstart section of the Readme. When I run `mvn package -Dprotobuf.version=2.3.0`, I get the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile...
I had trouble building Elephant Bird pig, the test compile would fail. I was using Java 6 JRE and switched to Java 7 JRE. I am unsure if Java 6...
Hi All, Someone can tell me what I am doing wrong I just compile the elephant-bird on an EC2 instance. why the class is not found...after doing "mvn package" it...
Trying to use DeprecatedInputFormatWrapper on CDH4, getting the following exception: java.lang.NoSuchMethodException: org.apache.hadoop.mapreduce.TaskAttemptContext.getCounter(java.lang.String, java.lang.String) at java.lang.Class.getMethod(Class.java:1624) at com.twitter.elephantbird.util.HadoopCompat.(HadoopCompat.java:127) TaskAttemptContext doesn't contain a getCounter method.
It is annoying for users to see the following warnings multiple times in a script. We should either provide an option not to warn or limit it o once per...
Currently ThriftToPig does not handle some cases well because of lack of type info inside containers. e.g. : - if a struct as exception inside a container (as in map),...
https://github.com/kevinweil/elephant-bird#version-compatibility: "Protocol Buffers 2.3.0, 2.4.1" https://github.com/kevinweil/elephant-bird#protocol-buffer-and-thrift-compiler-dependencies "Elephant Bird requires Protocol Buffer compiler version 2.3 at build time, as generated classes are used internally." It seems to require 2.4.1 when I...