php-thrift-sql icon indicating copy to clipboard operation
php-thrift-sql copied to clipboard

A PHP library for connecting to Hive or Impala over Thrift

Results 7 php-thrift-sql issues
Sort by recently updated
recently updated
newest added
trafficstars

queryAndFetchAll only get column index ,like $row[0],$row[1],$row[2]....

用Impala连接查询报错 ` $impala = new \ThriftSQL\Impala('***.***.**.**.**, 21055, '1234'); $impalaTables = $impala->connect()->query('show tables'); print_f($impalaTables); ` 报错信息: Thrift \ Exception \ TApplicationException (1) Invalid method name: 'query' I look forward to your...

Hello, I'd tried this lib last week and it working well with Impala 2.x server. But I can't find a way to get the query result schema information (field name,...

enhancement

Anyone can help me? I can't find a way to connect to Hive using a SSL connection. I have connected and we have response and results from Hadoop using a...

enhancement

Deprecated: Return type of ThriftSQL\Utils\Iterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:.../ThriftSQL.phar/ThriftSQL/Utils/Iterator.php on line 52 ```[tasklist]...

能否只是kerberos认证的hive