Skip to content

HBase datastore does not serialize table name. #58

@tomaszguzialek

Description

@tomaszguzialek

I created a sample job using DataCleaner desktop application and saved it as .analysis.xml file. The definition of the input datastore has been serialized without the table name:

    <source>
        <data-context ref="CDH VM HBase"/>
        <columns>
            <column id="col_0" path="mainFamily:iso2" type="VARCHAR"/>
            <column id="col_1" path="mainFamily:iso3" type="VARCHAR"/>
            <column id="col_2" path="mainFamily:country_name" type="VARCHAR"/>
        </columns>
    </source>

HBase database can have multiple tables, so the information where to look for the columns should be included in the column path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions