Details
Description
The latest Hive jar isn't compatible with Hue. If you remote the hive-exec jar from your mvn cache (`rm -rf ~/.m2/repository/org/apache/hadoop/hive/hive-exec/`}, beeswax would no longer compile. It's a change in Hive in the last 24 hours. The error in question is related to HIVE-1211.
[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /opt/ws/humorist/apps/beeswax/java/src/main/java/com/cloudera/beeswax/BeeswaxServiceImpl.java:[163,18] cannot find symbol symbol : variable childOut location: class com.cloudera.beeswax.CleanableSessionState [ERROR] /opt/ws/humorist/apps/beeswax/java/src/main/java/com/cloudera/beeswax/BeeswaxServiceImpl.java:[173,18] cannot find symbol symbol : variable childErr location: class com.cloudera.beeswax.CleanableSessionState [ERROR] /opt/ws/humorist/apps/beeswax/java/src/main/java/com/cloudera/beeswax/BeeswaxServiceImpl.java:[288,23] cannot find symbol symbol : variable childOut location: class com.cloudera.beeswax.CleanableSessionState [ERROR] /opt/ws/humorist/apps/beeswax/java/src/main/java/com/cloudera/beeswax/BeeswaxServiceImpl.java:[290,23] cannot find symbol symbol : variable childErr location: class com.cloudera.beeswax.CleanableSessionState [INFO] 4 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE