Repository: bigtop Updated Branches: refs/heads/master 78ca80807 -> 160681109
BIGTOP-2350: Fix the location of the HCAT_PREFIX variable as well as remove an incorrect & unecessary define of HADOOP_PREFIX Signed-off-by: Youngwoo Kim <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/16068110 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/16068110 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/16068110 Branch: refs/heads/master Commit: 160681109cc7f1d464fddc0b3609f3e7de0f8186 Parents: 78ca808 Author: Rob Leidle <[email protected]> Authored: Fri Jan 15 09:54:56 2016 -0800 Committer: Youngwoo Kim <[email protected]> Committed: Mon Mar 14 02:42:27 2016 +0900 ---------------------------------------------------------------------- bigtop-packages/src/common/hive/hive-webhcat-server.default | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/16068110/bigtop-packages/src/common/hive/hive-webhcat-server.default ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hive/hive-webhcat-server.default b/bigtop-packages/src/common/hive/hive-webhcat-server.default index f9cd31c..9ab1d2e 100644 --- a/bigtop-packages/src/common/hive/hive-webhcat-server.default +++ b/bigtop-packages/src/common/hive/hive-webhcat-server.default @@ -13,8 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -export HCAT_PREFIX=/usr -export HADOOP_PREFIX=/usr +export HCAT_PREFIX=/usr/lib/hive-hcatalog export WEBHCAT_LOG_DIR=/var/log/hive-hcatalog export WEBHCAT_PID_DIR=/var/lib/hive-hcatalog # FIXME: HCATALOG-636
