You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/20 02:19:02 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #2797: [Bug][Connector-V2] Fix hive source text input class name

EricJoy2048 commented on code in PR #2797:
URL: https://github.com/apache/incubator-seatunnel/pull/2797#discussion_r974825968


##########
seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/config/HiveConfig.java:
##########
@@ -27,7 +27,7 @@
 public class HiveConfig {
     public static final String TABLE_NAME = "table_name";
     public static final String METASTORE_URI = "metastore_uri";
-    public static final String TEXT_INPUT_FORMAT_CLASSNAME = "org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextInputFormat";
+    public static final String TEXT_INPUT_FORMAT_CLASSNAME = "org.apache.hadoop.mapred.TextInputFormat";

Review Comment:
   Is it possible that both `org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextInputFormat` and `org.apache.hadoop.mapred.TextInputFormat` is right?



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

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org