jquery - Querying a Key word in HIVE -


I'm trying to query a table set in HIVE and a special selection query with which I I run the error "RECONNIZE failed

I think the problem is that I want one of the columns called 'SET' (which is a key word.)

My query looks like this SELECT * activity with WHERE set = 'vmXXXX'

to give information about what I want to know What should be done for this question? Keep in mind every other column in this table works well

thanks Ighi

Depending on your hive version, try wrapping the column name set in the backlinks, like:

  SELECT * from the activitytable WHERE` set` = ' VmXXXX ';  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -