I would like to add Row Numbering or Row Sequence ID column which will automatically increment row id value. Hive UDF UDFRowSequence can be used but it runs in single reducer. I would like to know is there any other feature in latest hive 0.14 to increment row sequence automatically in oRC.
↧