我无法远程连接服务Hive。
我在用这个图书馆
https://github.com/Automattic/php-thrift-sql
我的连接声明如下:
// Load this lib
require_once __DIR__ . '/ThriftSQL.phar';
// Try out a Hive query
$hive = new \ThriftSQL\Hive( 'cosmos.lab.fi-ware.org', 10000, 'myuser', 'myaccountpass');
$hiveTables = $hive
->connect()
->queryAndFetchAll( 'SHOW TABLES' );
print_r( $hiveTables );
但调用会无限期地等待,直到达到超时。
暂无答案!
目前还没有任何答案,快来回答吧!