Command utility for loading Kafka data into VMware Tanzu Greenplum.
gpkafka <subcommand> [<options>]
gpkafka load
gpkafka {help | -h | --help}
gpkafka --version
Note
gpkafka
is a wrapper around the VMware Tanzu Greenplum streaming server (GPSS)gpss
andgpsscli
utilities. If you want to use encryption, you must explicitly start a Tanzu Greenplum streaming server instance with thegpss
command, and use thegpsscli
subcommands, notgpkafka
, to submit and manage the load job.
VMware recommends that you migrate to using the GPSS utilities directly.
The Tanzu Greenplum streaming server includes the gpkafka
command utility. gpkafka
provides a subcommand to load Kafka data into Tanzu Greenplum:
gpkafka load
- load data from a single Kafka topic into a Tanzu Greenplum tablegpkafka help
- display command helpEnable the use of color when displaying front-end log messages. When specified, GPSS colors the log level in messages that it writes to stdout
. Color is deactivated by default.
--color
option if you also specify
--csv-log
.
stdout
using spaces between fields for a more human-readable format.
Specify the directory to which GPSS writes client command log files. gpkafka
must have write permission to the directory. GPSS creates the log directory if it does not exist.
$HOME/gpAdminLogs
directory.
stdout
. When you specify the
--verbose
option, GPSS also outputs debug-level messages about the operation.
gpkafka
, and then exit.