Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hadoop - Sharepoint SQL

avatar
Expert Contributor

Hello

Is it possible to archive the sql databases of sharepoint in hadoop? If yes how? And can we have another sharepoint website point to the archived database in hadoop?

please advise

Thanks

Ahmad

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Ahmad Debbas

You would use sqoop to import data from sql into hdfs or hive tables. Guide

Examples

You can point the 2nd application to Hive tables but you cant compare RDBMS with Hadoop/Hive

View solution in original post

3 REPLIES 3

avatar
Master Mentor
@Ahmad Debbas

You would use sqoop to import data from sql into hdfs or hive tables. Guide

Examples

You can point the 2nd application to Hive tables but you cant compare RDBMS with Hadoop/Hive

avatar
Expert Contributor

Thanks, can sharepoint connecto to hive tables?

avatar
Master Mentor

@Ahmad Debbas Hive supports odbc and jdbc ...You can leverage that.