You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/20 02:02:47 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #24391: [SPARK-27402][SQL][test-hadoop3.2][test-maven] Fix hadoop-3.2 test issue(except the hive-thriftserver module)

HyukjinKwon commented on a change in pull request #24391: [SPARK-27402][SQL][test-hadoop3.2][test-maven]  Fix hadoop-3.2 test issue(except the hive-thriftserver module)
URL: https://github.com/apache/spark/pull/24391#discussion_r285411781
 
 

 ##########
 File path: dev/sparktestsupport/modules.py
 ##########
 @@ -15,9 +15,17 @@
 # limitations under the License.
 #
 
+from __future__ import print_function
 from functools import total_ordering
 import itertools
 import re
+import os
+
+if os.environ.get("AMPLAB_JENKINS"):
 
 Review comment:
   @wangyum, this will shows the info every time this modules is imported. why did we do this here?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org