Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
shree909
Partner - Specialist II
Partner - Specialist II

How to use the sql commands in hadoop hive database

Hi,

I was using  oracle as data source for extracting the data and generating the qvds.

Now we have  shifted to HadoopHive database so whatever the script i have written in oracle  to be changed to haddop.

i used Decode function for changing the names so how to use this in hadoop and dateformats?????

like this i have many functions i used  is there a way that can get the proper syntax . i searched in Google but didn't find anything useful.

if someone has used this  that would be helpful..

Thanks

2 Replies
rbecher
MVP
MVP

Hi shree,

search for HQL (Hive Query language) and take a look here:

https://cwiki.apache.org/confluence/display/Hive/LanguageManual

However, this is not a QlikView topic..

- Ralf

Astrato.io Head of R&D
shree909
Partner - Specialist II
Partner - Specialist II
Author

Thanks for the Information...