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?