Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.