mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 02:39:53 +08:00
SQOOP-2308: Sqoop2: Fix a typo for hdfs-connector-config.properties and kafka-connector-config.properties
(Richard Zhou via Abraham Elmahrek)
This commit is contained in:
parent
98d717c6a0
commit
c496047ecc
@ -29,7 +29,7 @@ linkConfig.confDir.help = Directory with Hadoop configuration files. The connect
|
||||
|
||||
# To Job Config
|
||||
#
|
||||
toJobConfig.label = ToJob configuration
|
||||
toJobConfig.label = To HDFS configuration
|
||||
toJobConfig.help = You must supply the information requested in order to \
|
||||
get information where you want to store your data.
|
||||
|
||||
@ -62,7 +62,7 @@ toJobConfig.nullValue.help = Use this particular character or sequence of charac
|
||||
|
||||
# From Job Config
|
||||
#
|
||||
fromJobConfig.label = From Job configuration
|
||||
fromJobConfig.label = From HDFS configuration
|
||||
fromJobConfig.help = Specifies information required to get data from Hadoop ecosystem
|
||||
|
||||
fromJobConfig.inputDirectory.label = Input directory
|
||||
|
@ -31,7 +31,7 @@ linkConfig.zookeeperConnect.help = Address of Zookeeper used by the Kafka cluste
|
||||
use host:port\kafka
|
||||
# To Job Config
|
||||
#
|
||||
toJobConfig.label = ToJob configuration
|
||||
toJobConfig.label = To Kafka configuration
|
||||
toJobConfig.help = Configuration necessary when writing data to Kafka
|
||||
|
||||
toJobConfig.topic.label = Kafka topic
|
||||
|
Loading…
Reference in New Issue
Block a user