You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an exception occurs when running rwalk, the state information gets logged.
One of the logs is the lastIndexRow which gets printed like this:
lastIndexRow: class org.apache.hadoop.io.Text - ����-T�g����Uj<�s�S
There is some logic to format various Object types before printing them and I'm thinking a case could be added to this section to format the value of lastIndexRow too:
When an exception occurs when running
rwalk
, the state information gets logged.One of the logs is the
lastIndexRow
which gets printed like this:There is some logic to format various Object types before printing them and I'm thinking a case could be added to this section to format the value of
lastIndexRow
too:accumulo-testing/src/main/java/org/apache/accumulo/testing/randomwalk/Module.java
Lines 346 to 362 in ae9c465
Maybe something similar to apache/accumulo#2906 could be done here.
The text was updated successfully, but these errors were encountered: