5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-07 13:51:24 +08:00

SQOOP-2872: Sqoop2: Enrich Kafka Connector resource file

(Jarek Jarcec Cecho via Abraham Fine)
This commit is contained in:
Abraham Fine 2016-03-07 13:09:40 -08:00
parent 34fa78d44e
commit 6ed1a190ea

View File

@ -13,26 +13,25 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Generic Kafka Connector Resources connector.name = Kafka connector
############################ linkConfig.label = Kafka cluster
linkConfig.help = Configuration options describing Kafka cluster.
# Link Config linkConfig.brokerList.label = Kafka brokers
linkConfig.label = Link configuration linkConfig.brokerList.example = broker-1.kafka.org:9092,broker-2.kafka.org:9092
linkConfig.help = Here you supply information necessary to connect to Kafka
linkConfig.brokerList.label = List of Kafka brokers
linkConfig.brokerList.help = Comma-separated list of Kafka brokers in the form of host:port. \ linkConfig.brokerList.help = Comma-separated list of Kafka brokers in the form of host:port. \
It doesn't need to contain all brokers, but at least two are recommended for high availability It doesn't need to contain all brokers, but at least two are recommended for high availability
linkConfig.zookeeperConnect.label = Zookeeper address linkConfig.zookeeperConnect.label = Zookeeper quorum
linkConfig.zookeeperConnect.example = zk-1.kafka.org:2181,zk-2.kafka.org:2182
linkConfig.zookeeperConnect.help = Address of Zookeeper used by the Kafka cluster. Usually host:port. \ linkConfig.zookeeperConnect.help = Address of Zookeeper used by the Kafka cluster. Usually host:port. \
Multiple zookeeper nodes are supported. If Kafka is stored in its own znode \ Multiple zookeeper nodes are supported. If Kafka is stored in its own znode \
use host:port\kafka use host:port\kafka
# To Job Config
#
toJobConfig.label = To Kafka configuration
toJobConfig.help = Configuration necessary when writing data to Kafka
toJobConfig.topic.label = Kafka topic toJobConfig.label = Output configuration
toJobConfig.topic.help = Name of Kafka topic where we'll send the data toJobConfig.help = Configuration necessary when writing data to Kafka.
toJobConfig.topic.label = Topic
toJobConfig.topic.example = sqoop_topic
toJobConfig.topic.help = Name of Kafka topic where data will be written into.