Created 12-17-2015 07:25 AM
Created 12-17-2015 07:27 AM
Use the reflect UDF to generate UUIDs.
reflect("java.util.UUID", "randomUUID")
Created 12-17-2015 07:27 AM
Use the reflect UDF to generate UUIDs.
reflect("java.util.UUID", "randomUUID")
Created 12-17-2015 08:23 AM
Thanks siva
Note : The following syntax worked and helpful
select reflect("java.util.UUID", "randomUUID") mykey, name, .. from table_name
Created 02-11-2016 07:25 PM
When I try this I get the error:
H110 Unable to submit statement. Error while compiling statement: FAILED: SemanticException UDF reflect is not allowed [ERROR_STATUS]
Created 10-29-2018 04:56 AM
How to add auto increment culumn id in hive external table where we have to read the data from hdfs, i am not going to load or insert so please give the proper solution and syntax for that.
Thanks,
Sunny kumar