Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci(): rename hadoop-3.4.2 to hadoop
Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com>
  • Loading branch information
chimeyrock999 committed Oct 14, 2025
commit b6e0018e68e2b84c1d25fb31f7ba668c6a40c525
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ install-hadoop-dependencies-ci: ## Install Hadoop dependencies
@if [ ! -d $$HOME/hadoop ]; then \
echo "Extracting Hadoop tarball..."; \
tar -xzf $$HOME/hadoop-3.4.2.tar.gz -C $$HOME; \
mv $$HOME/hadoop-3.4.2 $$HOME/hadoop; \
fi
install-python-ci-dependencies: ## Install Python CI dependencies in system environment using piptools
python -m piptools sync sdk/python/requirements/py$(PYTHON_VERSION)-ci-requirements.txt
Expand Down
Loading