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

[Fix][Connector-V2] Fix Hive fails to load *-site.xml file in hive.hadoop.conf-path #7733

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

arshadmohammad
Copy link
Collaborator

Using all site.xml from hadoop hive config folder
Created HiveConf from Hadoop conf

Purpose of this pull request

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

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

Thanks @arshadmohammad . Is this change backwards compatible?

}
}
});
getConfigFiles(hiveHadoopConfigPath)
Copy link
Member

Choose a reason for hiding this comment

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

Looks like after changed, we supported other site file like named new-hive-site.xml? Not only hive-site.xml?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, These files are located in a specific configured folder, ensuring that only the intended files are present. The folder can contain core-site.xml, hdfs-site.xml, and hive-site.xml or any other intended file.

Copy link
Member

Choose a reason for hiding this comment

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

It looks OK, can you provide some screenshots of it running successfully?

@Hisoka-X Hisoka-X changed the title [Bug][Hive] Hive job fails with error KerberosName: No rules applied to [email protected] [Fix][Connector-V2] Fix Hive fails to load *-site.xml file in hive.hadoop.conf-path Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants