-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
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.
Reactions are currently unavailable