我正在做“使用.net/c通过hive与hadoop通信”的示例poc
为此,我指的是这篇文章-http://www.codeproject.com/tips/738141/how-to-communicate-to-hadoop-via-hive-using-net-cs
我在这里找到了microsoft hive odbc驱动程序-https://azure.microsoft.com/en-in/documentation/articles/hdinsight-connect-excel-hive-odbc-driver/
本文中提到的连接字符串如下所示-
ConnectionString = @"DRIVER={Microsoft Hive ODBC Driver};
Host=server_name;
Port=10000;
Schema=default;
DefaultTable=table_name;
HiveServerType=1;
ApplySSPWithQueries=1;
AsyncExecPollInterval=100;
AuthMech=0;
CAIssuedCertNamesMismatch=0;
TrustedCerts=C:\Program Files\Microsoft Hive ODBC Driver\lib\cacerts.pem;"
因为我们没有任何大数据源。我不能将上面的连接字符串用于我的poc。
所以我的问题是-
是否有免费或试用的公共数据源?
如何使用microsoft配置单元odbc驱动程序连接到公共数据源?
谢谢。
暂无答案!
目前还没有任何答案,快来回答吧!