Re: Finding Hive and Hadoop version from command line

2014-02-09 Thread Stephen Sprague
I like: hive version: $ schematool -info -dbType hadoop version: $ hadoop version Lefty recently plugged schematool not long ago so props to her on that one. Under the covers you'll see that it's a shortcut for hive --service schemaTool which is the official way to run it. Either way will do

Finding Hive and Hadoop version from command line

2014-02-09 Thread Raj Hadoop
All, Is there any way from the command prompt I can find which hive version I am using and Hadoop version too? Thanks in advance. Regards, Raj