Skip to content

Commit 5e2be5d

Browse files
authored
Merge pull request #85111 from dagiro/ts_zeppelin1
ts_zeppelin1
2 parents 77060d8 + 92fb988 commit 5e2be5d

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

articles/hdinsight/domain-joined/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
items:
5959
- name: Create ESP clusters and sync with on-premises
6060
href: apache-domain-joined-create-configure-enterprise-security-cluster.md
61+
- name: Troubleshoot
62+
items:
63+
- name: Unable to sign in to Zeppelin
64+
href: ./domain-joined-zeppelin-signin.md
6165
- name: Reference
6266
items:
6367
- name: Code samples
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Unable to sign in to Zeppelin in Azure HDInsight
3+
description: Unable to sign in to Zeppelin in Azure HDInsight
4+
ms.service: hdinsight
5+
ms.topic: troubleshooting
6+
author: hrasheed-msft
7+
ms.author: hrasheed
8+
ms.date: 08/12/2019
9+
---
10+
11+
# Scenario: Unable to sign in to Apache Zeppelin in Azure HDInsight
12+
13+
This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.
14+
15+
## Issue
16+
17+
Unable to sign in to Apache Zeppelin after changing the ADDS password in active directory.
18+
19+
## Cause
20+
21+
User mentioned in the `activeDirectoryRealm.systemUsername` of the `shiro_ini` file changed the active directory password.
22+
23+
## Resolution
24+
25+
1. Verify that the changed password is the root cause by including `activeDirectoryRealm.systemPassword = <new password>` in the Zeppelin `shiro_ini` config in Ambari. Remove the `activeDirectoryRealm.hadoopSecurityCredentialPath` setting. Below is location of `shiro ini`.
26+
27+
![Shiro](./media/domain-joined-zeppelin-signin/shiro.png)
28+
29+
1. If users can now sign in to Zeppelin after step 1, create a new `jceks` file with the new password and replace the `activeDirectoryRealm.hadoopSecurityCredentialPath` with the new file.
30+
31+
## Next steps
32+
33+
If you didn't see your problem or are unable to solve your issue, visit one of the following channels for more support:
34+
35+
* Get answers from Azure experts through [Azure Community Support](https://azure.microsoft.com/support/community/).
36+
37+
* Connect with [@AzureSupport](https://twitter.com/azuresupport) - the official Microsoft Azure account for improving customer experience. Connecting the Azure community to the right resources: answers, support, and experts.
38+
39+
* If you need more help, you can submit a support request from the [Azure portal](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade/). Select **Support** from the menu bar or open the **Help + support** hub. For more detailed information, review [How to create an Azure support request](https://docs.microsoft.com/azure/azure-supportability/how-to-create-azure-support-request). Access to Subscription Management and billing support is included with your Microsoft Azure subscription, and Technical Support is provided through one of the [Azure Support Plans](https://azure.microsoft.com/support/plans/).
72.1 KB
Loading

0 commit comments

Comments
 (0)