Skip to content

Commit

Permalink
BIGTOP-1729: Fix extra underscore in component path var
Browse files Browse the repository at this point in the history
Signed-off-by: YoungWoo Kim <ywkim@apache.org>
  • Loading branch information
Luciano Resende authored and youngwookim committed Mar 19, 2015
1 parent 7cc10e1 commit e55414e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigtop-packages/src/common/hive/install_hive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ while true ; do
PYTHON_DIR=$2 ; shift 2
;;
--hcatalog-dir)
HCATALOG__DIR=$2 ; shift 2
HCATALOG_DIR=$2 ; shift 2
;;
--installed-hcatalog-dir)
INSTALLED_HCATALOG__DIR=$2 ; shift 2
INSTALLED_HCATALOG_DIR=$2 ; shift 2
;;
--)
shift ; break
Expand Down

0 comments on commit e55414e

Please sign in to comment.