fiware宇宙无法连接到配置单元服务的comos

jk9hmnmh  于 2021-05-29  发布在  Hadoop
关注(0)|答案(0)|浏览(157)

我无法远程连接服务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 );

但调用会无限期地等待,直到达到超时。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题