Skip to content

Commit 292e426

Browse files
Merge pull request #235868 from sreekzz/patch-161
Freshness MS date update
2 parents 5ce89f9 + dda23d5 commit 292e426

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/troubleshoot-sqoop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Sqoop import/export command fails for some users in ESP clusters - Azure
33
description: 'Apache Sqoop import/export command fails with "Import Failed: java.io.IOException: The ownership on the staging directory /user/yourusername/.staging is not as expected" error for some users in Azure HDInsight ESP cluster'
44
ms.service: hdinsight
55
ms.topic: troubleshooting
6-
ms.date: 04/01/2021
6+
ms.date: 04/26/2023
77
---
88

99
# Scenario: Sqoop import/export command fails for usernames greater than 20 characters in Azure HDInsight ESP clusters
@@ -12,16 +12,16 @@ This article describes a known issue and workaround when using Azure HDInsight E
1212

1313
## Issue
1414

15-
When running sqoop import/export command, it fails with the error below for some users:
15+
When you run sqoop import/export command, it fails with the error for some users:
1616

1717
```
1818
ERROR tool.ImportTool: Import failed: java.io.IOException:
19-
The ownership on the staging directory /user/yourlongdomainuserna/.staging is not as expected.
19+
The ownership on the staging directory /user/yourlongdomainuserna/.staging isn't as expected.
2020
It is owned by yourlongdomainusername.
2121
The directory must be owned by the submitter yourlongdomainuserna or [email protected]
2222
```
2323

24-
In the example above, `/user/yourlongdomainuserna/.staging` displays the truncated 20 character username for the username `yourlongdomainusername`.
24+
In the example, `/user/yourlongdomainuserna/.staging` displays the truncated 20 character username for the username `yourlongdomainusername`.
2525

2626
## Cause
2727

0 commit comments

Comments
 (0)