Created 02-03-2016 11:01 AM
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
Created 02-03-2016 11:05 AM
You would use sqoop to import data from sql into hdfs or hive tables. Guide
You can point the 2nd application to Hive tables but you cant compare RDBMS with Hadoop/Hive
Created 02-03-2016 11:05 AM
You would use sqoop to import data from sql into hdfs or hive tables. Guide
You can point the 2nd application to Hive tables but you cant compare RDBMS with Hadoop/Hive
Created 02-03-2016 11:11 AM
Thanks, can sharepoint connecto to hive tables?
Created 02-03-2016 11:24 AM
@Ahmad Debbas Hive supports odbc and jdbc ...You can leverage that.