Versions Compared

Key

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

Anchor
hbaseconfig
hbaseconfig
Configuring HBase as a Connection

...

Importing Data with a HBase Connector

After configuring an HBase connection the wizard you can set up one or more import jobs which access the HBase connection.

  1. Click the + (plus) button and select Import Job or right-click in the browser and select Create new > Import job.
  2. Click Select Connection and choose the name of your HBase connection (here - HBase_94_Connection) then click Next.
  3. Choose the desired table.
  4. Optional: Add a filter for the beginning and ending rows in the table. 
  5. Anchor
    definefields
    definefields
    A preview of the imported data is displayed. Review the schema and click Next.
    (If a data field type of a column needs to be changed, see below.)
  6. Create a schedule for the import job if needed and click Next.
  7. Write a short description of the import job and click Save

Anchor
hbasedatatype
hbasedatatype
 Changing the Data Field Type of a Column in HBase Imports

The default data field type for all HBase columns is a string. This data field type can be changed in the HBase Field Mapping section during the Define Fields import process.

...