[ https://issues.apache.org/jira/browse/FLINK-27437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-27437: ----------------------------------- Labels: pull-request-available (was: ) > Syntax error when running tpcds test > ------------------------------------ > > Key: FLINK-27437 > URL: https://issues.apache.org/jira/browse/FLINK-27437 > Project: Flink > Issue Type: Improvement > Components: Tests > Affects Versions: 1.15.0, 1.14.4 > Environment: CentOS 7.4 > Reporter: Yao Zhang > Priority: Minor > Labels: pull-request-available > > Run tpcds test with instruction from > `flink-end-to-end-tests/flink-tpcds-test/README.md` > > {code:java} > sh flink-end-to-end-tests/run-single-test.sh > flink-end-to-end-tests/test-scripts/test_tpcds.sh {code} > Then a syntax error were thrown as follow: > {code:java} > Checking for availability of CI Maven mirror > Using Google mirror > Flink dist directory: > /opt/zy/source_code/flink/flink-dist/target/flink-1.13.2-bin/flink-1.13.2 > /path/to/flink/flink-end-to-end-tests/test-scripts/common.sh: line 257: > syntax error near unexpected token `<' > /path/to/flink/flink-end-to-end-tests/test-scripts/common.sh: line 257: ` > done < <(grep "^server\." "${FLINK_DIR}/conf/zoo.cfg")' {code} > If bash is invoked with name sh, bash enters posix mode. Process substitution > is not specified by POSIX, so not all POSIX shells support it, only some > shells like bash. -- This message was sent by Atlassian Jira (v8.20.7#820007)