Created
November 19, 2018 07:39
-
-
Save prasku5/1d36431a5243675cdec430979ad74a66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sqoop merge \ | |
--class-name products_replica \ | |
--jar-file /tmp/sqoop-training/compile/58eef185483e6f0c39751a4fa136561d/products_replica.jar \ | |
--new-data /user/training/problem5/products-text-part2 \ | |
--onto /user/training/problem5/products-text-part1 \ | |
--target-dir /user/training/problem5/products-text-both-parts \ | |
--merge-key product_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment