we can do analyses on structure data by different ways in hadoop
-
by using hive queries in hive
:-> can we store output of these queries back to hdfs -
by using RDD in spark
:->can we store output after applying transformation and action back to hdfs -
by using dataframe in spark
:->can we store output of dataframe back to hdfs -
by using sparksql
:-> can we store output of sparksql back to hdfs -
by using hivecontext in spark
:-> can we store output back to hdfs