Hi Everyone, thanks for your time. What's the best way to repartition one table into 3 partitions using a replication factor of 3? We have anywhere between 100-150 TB in this table. I would like to avoid copying data over. Any suggestions?
>From what I understand that Hadoop/Hive is file based and is there any chance >to define the new table with the new partitions and then perform a mv instead of cp on the data? Am I dreaming? Thanks, Matt
