We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19c9d3 commit 3d3f277Copy full SHA for 3d3f277
README.md
@@ -28,4 +28,8 @@ $impalaTables = $impala
28
->connect()
29
->queryAndFetchAll( 'SHOW TABLES' );
30
print_r( $impalaTables );
31
+
32
+// Don't forget to clear the client and close socket.
33
+$hive->disconnect();
34
+$impala->disconnect();
35
```
0 commit comments