-
Notifications
You must be signed in to change notification settings - Fork 1
Implement Ozone provider #13
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
base: v2-10-stable
Are you sure you want to change the base?
Conversation
90aeb40 to
edb8ab1
Compare
| ------------ | ||
|
|
||
| * ``apache-airflow`` >= 2.10.3 | ||
| * ``apache-airflow-providers-amazon`` >= 8.27.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix (mistake in doc)
| """ | ||
| Build Kerberos environment overrides (delta) for a process. | ||
|
|
||
| This function is PURE относительно внешних эффектов: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix (Rus comments)
| && rm -rf /var/lib/apt/lists/*; \ | ||
| fi | ||
| USER airflow | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it for correct work UI (not ozone provider part)
| # Install Node.js/yarn for www asset build. Placed before COPY so this layer is cacheable when only sources change. | ||
| RUN apt-get update && apt-get install -y --no-install-recommends nodejs npm \ | ||
| && npm install -g yarn@1.22.19 \ | ||
| && rm -rf /var/lib/apt/lists/* /root/.npm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it for correct work UI (not ozone provider part)
| && rm -rf airflow/www/node_modules \ | ||
| && apt-get update && apt-get purge -y nodejs npm && apt-get autoremove -y --purge \ | ||
| && rm -rf /var/lib/apt/lists/* | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it for correct work UI - precompile (not ozone provider part)
| @@ -0,0 +1,24 @@ | |||
| .. Licensed to the Apache Software Foundation (ASF) under one | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to move in docs/apache-airflow-providers-arenadata-ozone/ path
Implement Ozone provider
This PR introduces a new Apache Ozone Provider for Apache Airflow, enabling seamless integration with Apache Ozone — a distributed, scalable object store for Apache Hadoop.
Features