hadoop - Does hive create separate copy of data -


when create table in hive using csv file hdfs hive create separate copy of data?

this cause unnecessary waste memory

no, in hive whatever hdfs location have given @ time of table creation. data reside @ same location. there wont separate copy of data either csv or other file formats.


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -