servive 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 );
ただし、呼び出しはタイムアウトになるまで無期限に待機します。