Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
10-20-2020
07:34 AM
- last edited on
10-20-2020
08:26 AM
by
VidyaSargur
Hi Team,
We are using HDP 2.6.3 and ambari 2.6.0. we are facing issue while using sqoop import to MS Parallel Data Warehouse. As per https://community.cloudera.com/t5/Community-Articles/Sqoop-to-MS-PDW-Parallel-Data-Warehouse-issue/t... issue is fixed in HDP 2.5.5 version and above but we are still seeing the same issue in HDP 2.6.3. Do we have any workaround for this.
Thanks in Advance!
Created 10-21-2020 09:02 PM
Try adding these options in your sqoop command:
--relaxed-isolation
--metadata-transaction-isolation-level TRANSACTION_READ_UNCOMMITTEDMore info here: https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.3/bk_data-movement-and-integration/content/contr... and here: https://www.tutorialspoint.com/java-connection-settransactionisolation-method-with-example
Hope this helps.
Regards,
Alex
Created 10-21-2020 09:02 PM
Try adding these options in your sqoop command:
--relaxed-isolation
--metadata-transaction-isolation-level TRANSACTION_READ_UNCOMMITTEDMore info here: https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.3/bk_data-movement-and-integration/content/contr... and here: https://www.tutorialspoint.com/java-connection-settransactionisolation-method-with-example
Hope this helps.
Regards,
Alex
Created 10-29-2020 03:34 AM
@aakulov Thank you for the response. This works.