felixcheung commented on a change in pull request #24282: [SPARK-27354][SQL] 
Add a new empty hive-thriftserver module for Hive 2.3.4
URL: https://github.com/apache/spark/pull/24282#discussion_r271872449
 
 

 ##########
 File path: dev/sparktestsupport/modules.py
 ##########
 @@ -165,11 +176,32 @@ def __hash__(self):
     build_profile_flags=[
         "-Phive-thriftserver",
     ],
+    environ={
+        "SUPPORTED_HADOOP_PROFILE": "hadoop2.7"
+    },
     sbt_test_goals=[
         "hive-thriftserver/test",
     ]
 )
 
+hive_thriftserverV2 = Module(
+    name="hive-thriftserverV2",
+    dependencies=[hive],
+    source_file_regexes=[
+        "sql/hive-thriftserverV2",
+        "sbin/start-thriftserver.sh",
+    ],
+    build_profile_flags=[
+        "-Phive-thriftserverV2",
+    ],
+    environ={
+        "SUPPORTED_HADOOP_PROFILE": "hadoop3.2"
 
 Review comment:
   can hive/thriftserver 2 run on hadoop 2.7?

----------------------------------------------------------------
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]

Reply via email to