Re: Beeline hivevar value with spaces and symbols

2016-01-18 Thread Suraj Nayak
++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

Beeline hivevar value with spaces and symbols

2016-01-18 Thread Suraj Nayak
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