查看hadoop相关版本的方法

1.查看Hadoop的版本:hadoop -version

2.查看hive版本没有好办法,可以去hive目录下的lib文件夹下查看jar包的版本

3.查看hbase版本方法:

3.1直接用hbase shell命令进入shell的时候就会显示版本号进入shell后

# hbase shell
   HBase Shell; enter 'help<RETURN>' for list of supported commands.
   Type "exit<RETURN>" to leave the HBase Shell
   Version 0.94.7, r1471806, Wed Apr 24 18:48:26 PDT 2013
</pre><pre name="code" class="html"><pre class="brush:java;" style="margin-top: 0px; margin-bottom: 1em; font-family: 'Courier New', monospace; width: 630px; overflow: auto; padding: 10px 0px; color: rgb(51, 51, 51); line-height: 28px;">hbase(main):001:0> version
version
0.94.7, r1471806, Wed Apr 24 18:48:26 PDT 2013





你可能感兴趣的:(查看hadoop相关版本的方法)