livingsocial / HiveSwarm

Helpful user defined fuctions / table generating functions for Hive
GNU General Public License v3.0
101 stars 46 forks source link

Cannot find symbol - class Constants - location: package org.apache.hadoop.hive.serde #4

Closed sairamc closed 11 years ago

sairamc commented 11 years ago

I'm using hive - 0.10.0 and Hadoop 2.0.0. When I try to compile the sources, I get the following error. Am I missing any jars from the classpath? (or) Is this library using a deprecated method?

[javac] InArray.java:11: cannot find symbol [javac] symbol : class Constants [javac] location: package org.apache.hadoop.hive.serde [javac] import org.apache.hadoop.hive.serde.Constants;

sairamc commented 11 years ago

I took the import line out from that file and it built successfully.

p5k6 commented 11 years ago

hey @sairamc - we did several upgrades that hadn't been pushed to our (public) repo over the past several months. I pushed out the changes just a few minutes ago. Our current revision changes how we deal with required libraries, and now requires the use of CDH4.