Skip to content

Commit 2474611

Browse files
committed
Correct extra name
1 parent e20c4db commit 2474611

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

sdks/python/apache_beam/io/hdfs_integration_test/hdfs_integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cp -r ${ROOT_DIR}/sdks/python ${CONTEXT_DIR}/sdks/
4040
cp -r ${ROOT_DIR}/model ${CONTEXT_DIR}/
4141

4242
# Use a unique name to allow concurrent runs on the same machine.
43-
PROJECT_NAME=$(echo hdfs_IT-${BUILD_TAG:-non-jenkins})
43+
PROJECT_NAME=$(echo hdfs_it-${BUILD_TAG:-non-gha})
4444

4545
if [ -z "${BUILD_TAG:-}" ]; then
4646
COLOR_OPT=""

sdks/python/test-suites/direct/common.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,6 @@ tasks.register("hdfsIntegrationTest") {
185185
// needs generated srcs in sdks/python
186186
dependsOn ':sdks:python:sdist'
187187

188-
doFirst {
189-
exec {
190-
executable 'sh'
191-
args '-c', "pip install 'hdfs>=2.1.0,<3.0.0'"
192-
}
193-
}
194188
doLast {
195189
exec {
196190
executable 'sh'

sdks/python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ deps =
228228
holdup==1.8.0
229229
extras =
230230
gcp
231-
hdfs
231+
hadoop
232232
allowlist_externals =
233233
bash
234234
echo

0 commit comments

Comments
 (0)