Hi Kyle,
as far as I remember, it was something like this:
1. hadoop fs -copyToLocal /apps/webhcat/hive.tar.gz .
2. tar zxvf hive.tar.gz
3. cp /usr/lib/hadoop/lib/slf4j-api-1.7.5.jar hive/lib
4. Set the file’s owner/permissions on slf4j-api-1.7.5.jar like on the other jars in hive/lib
5. Gzip the hive directory and upload it to hdfs:///apps/webhcat/hive.tar.gz
Dont’ forget to backup