How to retrieve and analyse data from a MS SQL Server using Hadoop, Hive and Sqoop?

StackOverflow https://stackoverflow.com/questions/8384108

  •  28-10-2019
  •  | 
  •  

I want to do analysis on data which is in database(MS SQL Server). So how can I Bring that data on HDFS with the help of Sqoop/Hive? Is it possible with Hive/Sqoop? Please suggest me how can we do it.

Thanks.

有帮助吗?

解决方案

Microsoft recently released a SQL connector for sqoop. There are few ETL tools (open source and not) that also connect from SQL to Hadoop (like Talend etc.)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top