mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 20:17:59 +05:30
Upgrade HBase from 2.5.8 to 3.0.0-beta-1
This commit is contained in:
@@ -64,9 +64,9 @@ RUN wget -O pig.tar.gz https://downloads.apache.org/pig/pig-0.17.0/pig-0.17.0.ta
|
|||||||
echo "export PIG_CLASSPATH=\$HADOOP_HOME/etc/hadoop" >> ~/.bashrc
|
echo "export PIG_CLASSPATH=\$HADOOP_HOME/etc/hadoop" >> ~/.bashrc
|
||||||
|
|
||||||
# Install hbase
|
# Install hbase
|
||||||
RUN wget http://apache.mirror.gtcomm.net/hbase/2.5.8/hbase-2.5.8-bin.tar.gz && \
|
RUN wget https://apache.mirror.gtcomm.net/hbase/3.0.0-beta-1/hbase-3.0.0-beta-1-bin.tar.gz && \
|
||||||
tar -xzvf hbase-2.5.8-bin.tar.gz && \
|
tar -xzvf hbase-3.0.0-beta-1-bin.tar.gz && \
|
||||||
mv hbase-2.5.8 /usr/local/hbase && \
|
mv hbase-3.0.0-beta-1-bin.tar.gz /usr/local/hbase && \
|
||||||
echo "export HBASE_HOME=/usr/local/hbase" >> ~/.bashrc && \
|
echo "export HBASE_HOME=/usr/local/hbase" >> ~/.bashrc && \
|
||||||
echo "export PATH=\$PATH:\$HBASE_HOME/bin" >> ~/.bashrc && \
|
echo "export PATH=\$PATH:\$HBASE_HOME/bin" >> ~/.bashrc && \
|
||||||
echo "export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP=\"true\"" >> /usr/local/hbase/conf/hbase-env.sh && \
|
echo "export HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP=\"true\"" >> /usr/local/hbase/conf/hbase-env.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user