Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am running a job that is pulling data from an Oracle DB from a remote server, and I am trying to push that table into HDFS. The best I am getting is 4100 rows per second, and there is total of 53 million rows. I have six tables like that.
I have set JVM setting
-xms 16GB | -xmx 32GB
What Can I do to increase the performance, at this rate, I will have all the data loaded in over 12 hours?
Thanks,