java - Importing a table from RDBMS to HDFS without using Sqoop -
i have been using sqoop while now. want import rows of table (present in rdbms) in hdfs without using sqoop. getting mongodb collection data hdfs, can use mapreduce job. in same way, can data rdbms hdfs using mapreduce job? if how can it?
Comments
Post a Comment