Skip to content

[b/402028795] Oozie connector #793

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

Merged
merged 21 commits into from
Mar 27, 2025
Merged

Conversation

vladislav-sidorovich
Copy link
Collaborator

@vladislav-sidorovich vladislav-sidorovich commented Mar 17, 2025

env prerequisites:

kinit
export OOZIE_URL=https://....cloudera.site:11443/oozie

run Oozie connector options:

  1. Kerberos auth with env variables
./dwh-migration-dumper --connector oozie --assessment
  1. Kerberos auth with url
./dwh-migration-dumper --connector oozie --url https://....cloudera.site:11443/oozie --assessment
  1. With BASIC auth. Url can be fetched from params or env variables
./dwh-migration-dumper --connector oozie --user admin --password xxx --assessment

Date range params will be added in separate task

Copy link
Collaborator

@kajgol kajgol left a comment

Choose a reason for hiding this comment

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

Any reason why this is under hadoop? The other hadoop connectors (ranger, hdfs) are top-level.

@vladislav-sidorovich
Copy link
Collaborator Author

Any reason why this is under hadoop? The other hadoop connectors (ranger, hdfs) are top-level.

Other connectors also should be moved under hadoop, but not in the scope of this PR.

@vladislav-sidorovich vladislav-sidorovich force-pushed the feature/oozie-connector branch 2 times, most recently from ee2cff4 to 9afa2f4 Compare March 25, 2025 13:39
@vladislav-sidorovich vladislav-sidorovich marked this pull request as ready for review March 26, 2025 13:39
@vladislav-sidorovich vladislav-sidorovich requested review from zaldis, kaxuna, sayuzbas-google and kajgol and removed request for sten1ee March 27, 2025 08:58
@vladislav-sidorovich vladislav-sidorovich merged commit 410aaea into main Mar 27, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants