Re: CamelCase using InitCap Function in Hive 0.13

2015-04-01 Thread Alexander Pivovarov
Vivek, You can see the version in two places 1. https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions stringinitcap(string A)Returns string, with the first letter of each word in uppercase, all other letters in lowercase. Words are delimited

Re: CamelCase using InitCap Function in Hive 0.13

2015-04-01 Thread vivek veeramani
Thank you Sanjiv. I've reached out to our Infrastructure vendor to check what build we're on currently and if we can get the 1.1.0 version. But was just curious to know, is there a way we can see the build version? Thanks, Vivek On Wed, Apr 1, 2015 at 7:14 PM, @Sanjiv Singh wrote: > > Available

Re: CamelCase using InitCap Function in Hive 0.13

2015-04-01 Thread @Sanjiv Singh
Available in build 1.1.0 JIRA : https://issues.apache.org/jira/browse/HIVE-3405 Regards Sanjiv Singh Mob : +091 9990-447-339 On Wed, Apr 1, 2015 at 6:24 PM, vivek veeramani wrote: > Hi, > > I'm a relatively new user to

CamelCase using InitCap Function in Hive 0.13

2015-04-01 Thread vivek veeramani
Hi, I'm a relatively new user to Hive and was trying to format a column of String datatype from Uppercase to Camel-case. I could see the INITCAP() function in the language manual, and also could find related notes on JIRA stating it is available. But for some reason when I run my query it shows an