I understood what are the components of Hadoop, but my question is: As an end user, how can I access a file in Hadoop without worrying about the data storage?
So when using Pig/Hive commands, should I worry if the data storage is HDFS or HBase?
Thank you