Thursday, July 23, 2020

zookeeper.ClientCnxn: Opening socket connection to server localhost/192.168.43.203:2181. Will not attempt to authenticate using SASL

Any location: local or HDFS location:

Solution : remove the /user/nagaraju/hbase
           and also remove  the /user/nagaraju/zookeeper

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...