Friday, October 30, 2020

Hortonworks Change Ambari Admin Password

Note Here :  

userName: root

Password: hadoop

current User Password: hadoop

new Password:  sometthing

change ambari admin password:


ambari-admin-password-reset 


new Password: admin

Retype new Password: admin 



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...