Substring function in Hive with examples
Hive substring : Substring is a built-in string function in Hive which is used to extract a part of a
Continue readingPlease fill the quick survey to improve the quality of the articles. Cick here
Hive substring : Substring is a built-in string function in Hive which is used to extract a part of a
Continue readingCase Statement in Hive Hive supports Case statements to check the conditions against the column values. If any of the
Continue readingCurrent date in Hive Hive provides many date functions to handle the date and time values in the tables. Current_date
Continue readingAlter table statement in Hive Alter table statement helps to change the structure of the table in Hive. It allows
Continue readingIn some cases, you may want to copy or clone or duplicate the data ,structure of Hive table to a
Continue readingInsert into query in Hive Hive support INSERT INTO syntax starting in version 0.8. We can write the insert query
Continue readingALTER TABLE ADD PARTITION in Hive Alter table statement is used to change the table structure or properties of an
Continue readingHive provides few functions to handle the string replacement. Using string replace functions , we can replace some characters or
Continue readingSplit function in Hive Hive providing many string functions to manipulate the strings. Split is one of the string function
Continue readingExecution engine in Hive Execution Engine used to communicate with Hadoop daemons such as Name node, Data nodes, and job
Continue reading