Skip to content

Commit 29cca63

Browse files
authored
Improved Acrolinx Score
Improved Acrolinx Score
1 parent 4307912 commit 29cca63

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
@@ -1,6 +1,6 @@
11
---
22
title: Sqoop import/export command fails for some users in ESP clusters - Azure HDInsight
3-
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'
3+
description: 'Apache Sqoop import/export command fails with "Import Failed: java.io.IOException: The ownership on the staging directory /user/yourusername/.staging isn't as expected" error for some users in Azure HDInsight ESP cluster'
44
ms.service: hdinsight
55
ms.topic: troubleshooting
66
ms.date: 04/26/2023
@@ -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)