gigname
gigname
Traceback (most recent call last): File "/home/yoman/.local/lib/python3.6/site-packages/phoenixdb/avatica.py", line 156, in connect self.connection.connect() File "/usr/lib/python3.6/http/client.py", line 936, in connect (self.host,self.port), self.timeout, self.source_address) File "/usr/lib/python3.6/socket.py", line 724, in create_connection raise err File...
import phoenixdb import phoenixdb.cursor database_url = 'http://localhost:8765/' conn = phoenixdb.connect(database_url, autocommit=True) cursor = conn.cursor() cursor.execute("CREATE TABLE users (id INTEGER PRIMARY KEY, username VARCHAR)") cursor.execute("UPSERT INTO users VALUES (?, ?)", (1,...

i dont need kerberos..fine without it..will try after office hours.will update u once done
can you help me in setting up this also? https://hub.docker.com/r/avapno/apache-phoenix/ im not able to access localhost:8765 maybe some kerberos isue.. please help