hadoop - Is there a way where the output of the MapReduce job is imported into SQL table? -


is there way output of mapreduce job imported sql table?

i want know if automatically import output of mapreduce job (mapreduce job should responsible exporting ) sql table (mysql,oracle, etc..).

i know sqoop used tool used in mr job?

unless write in reducer code instead of writing output context, connects via jdbc sql table , insert (which bad idea), thing can use oozie automate execution of mapreduce job , perform insertion using sqoop. oozie workflow scheduler automate these kinds of operations. can find more information here.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -