rangareddy commented on code in PR #13902: URL: https://github.com/apache/hudi/pull/13902#discussion_r2356296427
########## docker/hoodie/hadoop/spark_base/Dockerfile: ########## @@ -15,8 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG HADOOP_VERSION=2.8.4 -ARG HIVE_VERSION=2.3.3 +ARG HADOOP_VERSION=3.3.4 +ARG HIVE_VERSION=3.1.3 Review Comment: Yes @shangxinli. We are planning a few enhancements for the upcoming releases: - Update the **Hudi Docker demo steps** on the official Hudi website with clearer, more user-friendly instructions. - Add **Jupyter notebooks** to the Docker setup for easier experimentation and tutorials. - Test compatibility on both Docker **amd64** and **arm64** architectures to ensure broader platform support. - Adopt **Apache’s** official **Docker images** instead of maintaining custom-built ones. - Use Hudi jars from Maven Central rather than relying on locally built artifacts, ensuring consistency and reproducibility. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
