Andor Molnár

Results 120 comments of Andor Molnár

I continued with the test scenario by copying back the data files to its original location. 1. `cp -a 0/andor2 tmp/hbase/data/default/` Files are there: ``` $ ls -al tmp/hbase/data/default/andor2 total...

Problem was that region hasn't been assigned to any RS. Simply **unassign** and **assign** the region id from hbase shell has fixed the problem.

No, I don't use formula or any other fancy stuff. I generate a basic excel file with one sheet with the following code: ``` var workbook = new Excel.Workbook(); var...

@eolivelli @li4wang You might want to take a look at this patch before submission.

Merged to master branch. Thanks @dukelion ! Please let me know your jira id, I'll assign the jira ticket to you.

@meszinorbi Do you still want to merge this patch or can we close it?

As discussed internally we need to add this enhancement outside of the `WALPlayer` class. Perhaps we could try to extend `WALPlayer` and the mapper to create a new MR job...

I'm sorry @stoty , but this is the 5th patch that you create on this topic and it's getting impossible for me to follow. I think it would be beneficial...