Sep 19, 20213 min readSqoop Import from MySQL to Hive & HBaseIn last post we discussed Sqoop concepts and demos on how to move data from RDBMS to HDFS and from HDFS back to RDBMS. Today we will...
Sep 12, 20214 min readApache Sqoop – SQL to HadoopToday we are going to discuss a very efficient tool – Apache Sqoop. The heading itself tells you the meaning and purpose of tool which is...
Jul 3, 20211 min readRunning Hive Queries in SparkHive quries can be executed from Spark Shell. Hive comes with Spark Library as HiveContext, which is inherited from SQLContext....