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 12-21-2015 08:17 PM
Created 12-21-2015 08:28 PM
check this http://stackoverflow.com/questions/28076200/hive-d...
Use --map-column-java option to explicitly state the column is of type String. Then --hive-drop-import-delims works as expected (to remove \n from data).
Created 12-21-2015 08:18 PM
@narasimha meruva Can you past out of errors? HDP version?
Created 12-21-2015 08:28 PM
check this http://stackoverflow.com/questions/28076200/hive-d...
Use --map-column-java option to explicitly state the column is of type String. Then --hive-drop-import-delims works as expected (to remove \n from data).
Created 12-22-2015 12:13 AM
Thank you !!! It did work .
Created 12-22-2015 12:58 AM
@narasimha meruva Cool! Please close the thread by accepting the answer "best practice"
Created 06-15-2018 05:45 AM
I want to remove '/n' while sqoop the data into hdfs. Is there any sqoop cmd?