apache / accumulo-examples

Apache Accumulo Examples

Home Page:https://accumulo.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accumulo dirlist example throws exception when scanning dataTable

jmark99 opened this issue · comments

When going through the dirlist example, three tables are created. They are dirTable, indexTable, and dataTable. In the accumulo shell, executing a scan command against dataTable table throws an exception.

Examining the log output indicates that the scanning of the dataTable fails because it is dependent upon the filedata example. Specifically, it needs the filedata.ChunkCombiner class. At present, the filedata example does not work with 2.x. Therefore, once that issue is resolved (#43) this issue should be revisited and updated to properly when scanning the dataTable.

With the fix to #43 this is now longer an issue.