We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7a9fb commit 934f240Copy full SHA for 934f240
.github/workflows/ci-tests.yml
@@ -137,7 +137,7 @@ jobs:
137
if: runner.os == 'Windows'
138
run: |
139
git clone https://github.com/cdarlint/winutils.git C:/tmp/winutils
140
- LATEST_HADOOP_DIR=$(ls -d C:/tmp/winutils/hadoop-${HADOOP_VERSION}* 2>/dev/null | sort -V | tail -n 1)
+ LATEST_HADOOP_DIR=$(ls -d C:/tmp/winutils/hadoop-${HADOOP_VERSION}* | sort -V | tail -n 1)
141
echo "Latest Hadoop Directory: ${LATEST_HADOOP_DIR}"
142
cp -R ${LATEST_HADOOP_DIR}/bin ${HADOOP_HOME}
143
shell: bash
0 commit comments