How can i insert an array of 500 names in a Hive table having a Column of type array.

edited January 2019 in Hive

In my hive table there is a column of type array, how can I insert a record suppose, an array of 500 names? I could just use a script to create an array of 500 names but looking for something more compact and less error prone.

Tagged:
Sign In or Register to comment.