You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/04/02 15:13:22 UTC

[5/5] flink git commit: [hotfix] Add scheme to output path of test_streaming_sql e2e test

[hotfix] Add scheme to output path of test_streaming_sql e2e test

This commit disambiguates the local output in case that one has Hadoop set up.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/aa88a425
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/aa88a425
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/aa88a425

Branch: refs/heads/master
Commit: aa88a425b1a5c225dc44eb3c2e92952b9d67ad0c
Parents: 71913cd
Author: Till Rohrmann <tr...@apache.org>
Authored: Mon Apr 2 15:50:24 2018 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Mon Apr 2 16:59:57 2018 +0200

----------------------------------------------------------------------
 flink-end-to-end-tests/test-scripts/test_streaming_sql.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/aa88a425/flink-end-to-end-tests/test-scripts/test_streaming_sql.sh
----------------------------------------------------------------------
diff --git a/flink-end-to-end-tests/test-scripts/test_streaming_sql.sh b/flink-end-to-end-tests/test-scripts/test_streaming_sql.sh
index 21c64a1..5f6be50 100755
--- a/flink-end-to-end-tests/test-scripts/test_streaming_sql.sh
+++ b/flink-end-to-end-tests/test-scripts/test_streaming_sql.sh
@@ -29,7 +29,7 @@ $FLINK_DIR/bin/taskmanager.sh start
 $FLINK_DIR/bin/taskmanager.sh start
 $FLINK_DIR/bin/taskmanager.sh start
 
-$FLINK_DIR/bin/flink run -p 4 $TEST_PROGRAM_JAR -outputPath $TEST_DATA_DIR/out/result
+$FLINK_DIR/bin/flink run -p 4 $TEST_PROGRAM_JAR -outputPath file://${TEST_DATA_DIR}/out/result
 
 function sql_cleanup() {