Set Hive Table Replication
To set the replication factor of a table while loading it to HIVE you need to set the following property on the hive client.
SET dfs.replication=2;
LOAD DATA LOCAL ......;
60
Kudos
60
Kudos
To set the replication factor of a table while loading it to HIVE you need to set the following property on the hive client.
SET dfs.replication=2;
LOAD DATA LOCAL ......;
ISO 8601 is a format of expressing a date with timezone information. I used to get confused after looking at dates like “2014-10-07T16:11:24-07:00”. Ok so you can tell it is 7th October 2014 and 4:24 PM. The -07:00 tells us the timezone... Continue →