piyushnarang commented on issue #8117: [FLINK-12115] [filesystems]: Add support 
for AzureFS
URL: https://github.com/apache/flink/pull/8117#issuecomment-488112927
 
 
   @tillrohrmann do you know if there's any special setup required for the 
flink e2e tests to run on developer machines? I'm trying to run a azure_fs e2e 
test I've created and am consistently seeing the test failing due to a timeout 
as the dispatcher rest endpoint hasn't come up in 20s. I also see the same 
error when I try to run the test_batch_wordcount.sh:
   ```
   $ export 
FLINK_DIR=flink-dist/target/flink-1.9-SNAPSHOT-bin/flink-1.9-SNAPSHOT
   $ export HADOOP_CLASSPATH=...
   $ export HADOOP_CONF_DIR=...
   $ flink-end-to-end-tests/run-single-test.sh 
flink-end-to-end-tests/test-scripts/test_batch_wordcount.sh 
   Starting cluster.
   Starting standalonesession daemon on host C02T3863HF1R.
   Starting taskexecutor daemon on host C02T3863HF1R.
   Waiting for dispatcher REST endpoint to come up...
   ...
   Dispatcher REST endpoint has not started within a timeout of 20 sec
   [FAIL] Test script contains errors.
   Checking for errors...
   No errors in log files.
   Checking for exceptions...
   No exceptions in log files.
   Checking for non-empty .out files...
   Found non-empty .out files:
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in 
[jar:file:/Users/p.narang/workspace/flink/flink-dist/target/flink-1.9-SNAPSHOT-bin/flink-1.9-SNAPSHOT/lib/slf4j-log4j12-1.7.15.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in 
[jar:file:/Users/p.narang/Downloads/hadoop-2.7.7/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in 
[jar:file:/Users/p.narang/workspace/flink/flink-dist/target/flink-1.9-SNAPSHOT-bin/flink-1.9-SNAPSHOT/lib/slf4j-log4j12-1.7.15.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in 
[jar:file:/Users/p.narang/Downloads/hadoop-2.7.7/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
   
   [FAIL] 'flink-end-to-end-tests/test-scripts/test_batch_wordcount.sh' failed 
after 0 minutes and 26 seconds! Test exited with exit code 1 and the logs 
contained errors, exceptions or non-empty .out files
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to