You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by pratik khadloya <ti...@gmail.com> on 2014/09/25 03:16:44 UTC

cannot find symbol: class DataInputByteBuffer

Am facing compilation error when running the following command. Any
insights into this will be helpful.

$ MAVEN_OPTS=-Xmx512m mvn clean install -DskipTests -Phadoop-1

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/pkhadloya/OtherProjects/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/CustomPartitionVertex.java:[37,27]
cannot find symbol
symbol  : class DataInputByteBuffer
location: package org.apache.hadoop.io
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hive .............................................. SUCCESS [  1.575
s]
[INFO] Hive Shims Common ................................. SUCCESS [  1.483
s]
[INFO] Hive Shims 0.20 ................................... SUCCESS [  0.520
s]
[INFO] Hive Shims Secure Common .......................... SUCCESS [  0.735
s]
[INFO] Hive Shims 0.20S .................................. SUCCESS [  0.398
s]
[INFO] Hive Shims 0.23 ................................... SUCCESS [  1.004
s]
[INFO] Hive Shims ........................................ SUCCESS [  0.184
s]
[INFO] Hive Common ....................................... SUCCESS [  1.679
s]
[INFO] Hive Serde ........................................ SUCCESS [  1.725
s]
[INFO] Hive Metastore .................................... SUCCESS [  7.183
s]
[INFO] Hive Ant Utilities ................................ SUCCESS [  0.192
s]
[INFO] Hive Query Language ............................... FAILURE [ 11.413
s]

Thanks,
~Pratik