Ethanlm commented on a change in pull request #3112: [STORM-3494] use HdfsLoginUtil singleton to login to hdfs URL: https://github.com/apache/storm/pull/3112#discussion_r317277231
########## File path: dev-tools/travis/travis-script.sh ########## @@ -43,7 +43,7 @@ elif [ "$2" == "External" ] then if [ "$TRAVIS_JDK_VERSION" == "openjdk11" ] then - TEST_MODULES='!storm-client,!storm-server,!storm-core,!storm-webapp,!storm-shaded-deps,!external/storm-cassandra,!external/storm-hive,!external/storm-hdfs,!external/storm-hbase,!sql/storm-sql-external/storm-sql-hdfs,!external/storm-hdfs-blobstore' + TEST_MODULES='!storm-client,!storm-server,!storm-core,!storm-webapp,!storm-shaded-deps,!external/storm-cassandra,!external/storm-hive,!external/storm-hdfs,!external/storm-hbase,!sql/storm-sql-external/storm-sql-hdfs,!external/storm-hdfs-blobstore,!external/storm-hdfs-login' Review comment: Thank you for clarification ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
