Created 05-24-2018 08:29 PM
Could someone please help me, Data ingestion from SqlServer into hive using Sqoop with spaces in column names.
I've tried:
1. --query "select `column name` " --didn't work
2. --columns " `column name` " -- didn't work
Created 05-25-2018 12:18 AM
Created 05-25-2018 02:53 AM
I've tried this approach as well, it didn't work. But i'm able to query in sql using [column name].
This didn't worked either when i used in sqoop.
Created 05-27-2018 08:58 PM
I could able to resolve myself. I had to type each column manually, it worked!.