You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/03/18 03:22:40 UTC

[08/13] bigtop git commit: BIGTOP-2350: Fix the location of the HCAT_PREFIX variable as well as remove an incorrect & unecessary define of HADOOP_PREFIX

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 <yw...@apache.org>


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/BIGTOP-2320
Commit: 160681109cc7f1d464fddc0b3609f3e7de0f8186
Parents: 78ca808
Author: Rob Leidle <le...@amazon.com>
Authored: Fri Jan 15 09:54:56 2016 -0800
Committer: Youngwoo Kim <yw...@apache.org>
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