Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIVE-22247. HiveHFileOutputFormat throws FileNotFoundException when partition's task output empty. #2609

Merged
merged 1 commit into from Sep 8, 2021

Conversation

ayushtkn
Copy link
Member

No description provided.

@@ -163,8 +164,14 @@ public void close(boolean abort) throws IOException {
FileSystem fs = outputdir.getFileSystem(jc);
fs.mkdirs(columnFamilyPath);
Path srcDir = taskAttemptOutputdir;
for (;;) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a test

@aasha aasha merged commit 72d860a into apache:master Sep 8, 2021
ujc714 pushed a commit to ujc714/hive that referenced this pull request Sep 9, 2021
…artition's task output empty. (apache#2609)(Ayush Saxena, reviewed by Aasha Medhi)
dengzhhu653 pushed a commit to dengzhhu653/hive that referenced this pull request Dec 15, 2022
…artition's task output empty. (apache#2609)(Ayush Saxena, reviewed by Aasha Medhi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants