++Hive Dev
On Mon, Jan 18, 2016 at 5:19 PM, Suraj Nayak wrote:
> Hi All,
>
> Am trying to pass a where condition as variable to hive hql via beeline.
>
>
>- --hivevar somekey1='"someValue"' works well,
>- --hivevar somekey2='"colum1<=someValue"' do not work. Prints the
>Beeline usage
Hi All,
Am trying to pass a where condition as variable to hive hql via beeline.
- --hivevar somekey1='"someValue"' works well,
- --hivevar somekey2='"colum1<=someValue"' do not work. Prints the
Beeline usage.
How can I escape equal to (=) ?
Any help or pointers to solve is appreciate