You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code has been taken from "https://cwiki.apache.org/confluence/display/Hive/HiveClient". while executing the PHP code the error occured is as follows
"Fatal error: Uncaught exception 'HiveExecuteException' with message 'HiveExecuteException: Execute Error:: TSocket: Could not read 4 bytes from localhost:10000 query:: SHOW DATABASES ' in /opt/lampp/htdocs/thrift/ThriftHiveClientEx.php:74 Stack trace: #0 /opt/lampp/htdocs/thrift/sample.php(14): ThriftHiveClientEx->execute('SHOW DATABASES') #1 {main} thrown in /opt/lampp/htdocs/thrift/ThriftHiveClientEx.php on line 74"
How to overcome this error?
The text was updated successfully, but these errors were encountered:
The code has been taken from "https://cwiki.apache.org/confluence/display/Hive/HiveClient". while executing the PHP code the error occured is as follows
"Fatal error: Uncaught exception 'HiveExecuteException' with message 'HiveExecuteException: Execute Error:: TSocket: Could not read 4 bytes from localhost:10000 query:: SHOW DATABASES ' in /opt/lampp/htdocs/thrift/ThriftHiveClientEx.php:74 Stack trace: #0 /opt/lampp/htdocs/thrift/sample.php(14): ThriftHiveClientEx->execute('SHOW DATABASES') #1 {main} thrown in /opt/lampp/htdocs/thrift/ThriftHiveClientEx.php on line 74"
How to overcome this error?
The text was updated successfully, but these errors were encountered: