1. I added a CSV in HDFS using R script.
2. I update this CSV with new CSV/append data to it
3. Created table using hue in Hive over this CSV.
4. Altered it to be an external table.
Now, if when data is changed in the hdfs location, Would data be automatically updated in hive table?