mirror of
https://github.com/apache/sqoop.git
synced 2025-05-05 04:20:08 +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
9b0817bc4c
commit
40e8914e36
@ -29,7 +29,7 @@ linkConfig.confDir.help = Directory with Hadoop configuration files. The connect
|
|||||||
|
|
||||||
# To Job Config
|
# To Job Config
|
||||||
#
|
#
|
||||||
toJobConfig.label = ToJob configuration
|
toJobConfig.label = To HDFS configuration
|
||||||
toJobConfig.help = You must supply the information requested in order to \
|
toJobConfig.help = You must supply the information requested in order to \
|
||||||
get information where you want to store your data.
|
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
|
# 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.help = Specifies information required to get data from Hadoop ecosystem
|
||||||
|
|
||||||
fromJobConfig.inputDirectory.label = Input directory
|
fromJobConfig.inputDirectory.label = Input directory
|
||||||
|
@ -31,7 +31,7 @@ linkConfig.zookeeperConnect.help = Address of Zookeeper used by the Kafka cluste
|
|||||||
use host:port\kafka
|
use host:port\kafka
|
||||||
# To Job Config
|
# To Job Config
|
||||||
#
|
#
|
||||||
toJobConfig.label = ToJob configuration
|
toJobConfig.label = To Kafka configuration
|
||||||
toJobConfig.help = Configuration necessary when writing data to Kafka
|
toJobConfig.help = Configuration necessary when writing data to Kafka
|
||||||
|
|
||||||
toJobConfig.topic.label = Kafka topic
|
toJobConfig.topic.label = Kafka topic
|
||||||
|
Loading…
Reference in New Issue
Block a user