Skip to content

Commit

Permalink
print HADOOP_HOME
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar committed Oct 26, 2023
1 parent 75d6fc1 commit 50f5ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
New-Item -ItemType directory -Path C:\hadoop\bin
Move-Item .\winutils.exe C:\hadoop\bin
setx /m HADOOP_HOME "C:\hadoop"
python -c "import os; print(os.environ.get('HADOOP_HOME'))"
python -c "from pathlib import Path; print(list(Path('C:\hadoop').iterdir()))"
behave features/run.feature --tags=pyspark
lint:
Expand Down

0 comments on commit 50f5ef2

Please sign in to comment.