dongjoon-hyun commented on a change in pull request #24644:
[SPARK-27402][INFRA][FOLLOW-UP][test-hadoop3.2][test-maven] Exclude
'hive-thriftserver' in modules to test for hadoop3.2 for now
URL: https://github.com/apache/spark/pull/24644#discussion_r285416268
##########
File path: dev/sparktestsupport/modules.py
##########
@@ -21,12 +21,6 @@
import re
import os
-if os.environ.get("AMPLAB_JENKINS"):
- hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE",
"hadoop2.7")
-else:
- hadoop_version = os.environ.get("HADOOP_PROFILE", "hadoop2.7")
-print("[info] Choosing supported modules with Hadoop profile", hadoop_version)
-
Review comment:
Since this is a partial revert of SPARK-27402, ping @wangyum .
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]