Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This plugin is configured to pull rows from a Kudu table using the Kudu native client. When you configure this plugin in a pipeline, use the "Generate Table Schema" to automatically create the CDAP schema from the Kudu table. In order to generate the schema, you would have to first specify the Table name and the Master address.

In case, one of the configuration (either Table name or Master address) is a macro the "Generate Table Schema" will not work. The best way is to provide a non-macros configuration to generate the schema first and then change it the configuration use macro.

...