Hello all, I am doing some select operation with sqoop evel function. like
sqoop eval -libjars .. --query "select max(salary) from employe where dept = HR" -- username abc --password abc Its working fine, I want to store the result of this query into a unix shell script variable.. for using this vale for further operations... Pls help and suggest how to stroe the value into a vriable. Thanks & Regards Yogesh Kumar
