Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
hive.hwi.war.file vanished from hive-default.xml.
error message prints wrong variable.
since the full path is no longer supplied. The old documentation no longer applies
String hwiWAR = conf.getVar(HiveConf.ConfVars.HIVEHWIWARFILE);
String hivehome = System.getenv().get("HIVE_HOME");
File hwiWARFile = new File(hivehome, hwiWAR);
if (!hwiWARFile.exists())
Attachments
Attachments
Issue Links
- relates to
-
HIVE-978 Hive jars should follow Hadoop naming and include version
- Closed