I am having some issues with sqooping data from sql server database to Hive. I am using Hive in Ambari (HortonWorks) and when I sqooped the data from SQL server table to Hive, the data doesn't look pretty.
Here is the sqoop command used: sqoop import --connect "jdbc:sqlserver://{server_name};database=DRE; username=sqoop;password=hadoop" --table NCentralAlerts --hive-import
I have attached screenshots of the data from SQL Server and that of Hive. The data doesn't look pretty in Hive.
Can anybody provide an insight as to what i am doing wrong here? Why is there a big difference between the data in sql server table and hive table?

Thanks in advance.