We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、i created a hadoop and hive sever in my remote server with command 'docker-compose up -d'
2、then i run my pyspark script in mac jupter. my mac detail as follows 1.1、mac spark version 3.2.1 1.2、mac python version 3.9 1.3、my script
1.4、mac spark conf ``` <property><name>hive.metastore.uris</name><value>thrift://10.xx.xx.xx:9083</value></property> <property><name>datanucleus.autoCreateSchema</name><value>false</value></property> <property><name>javax.jdo.option.ConnectionURL</name><value>jdbc:postgresql://hive-metastore-postgresql/metastore</value></property> <property><name>javax.jdo.option.ConnectionDriverName</name><value>org.postgresql.Driver</value></property> <property><name>javax.jdo.option.ConnectionPassword</name><value>hive</value></property> <property><name>javax.jdo.option.ConnectionUserName</name><value>hive</value></property> ```
3、but i can read/write hive table use dbwear with hive server remoteip:10000 4、i can ping namenode in hive-metaserver
thank you
The text was updated successfully, but these errors were encountered:
sorry it is an issue about docker-hive big-data-europe/docker-hive#60
Sorry, something went wrong.
No branches or pull requests
1、i created a hadoop and hive sever in my remote server with command 'docker-compose up -d'
2、then i run my pyspark script in mac jupter. my mac detail as follows
1.1、mac spark version 3.2.1
1.2、mac python version 3.9
1.3、my script
3、but i can read/write hive table use dbwear with hive server remoteip:10000
4、i can ping namenode in hive-metaserver
thank you
The text was updated successfully, but these errors were encountered: