linmengmeng-1314 commented on issue #3032:
URL: https://github.com/apache/hugegraph/issues/3032#issuecomment-4497982138

   ## Resolution
   
   This issue has been resolved by changing the serializer configuration from 
`binary` to `hbase`.
   
   **Before (broken):**
   ```properties
   backend=hbase
   serializer=binary
   ```
   
   **After (working):**
   ```properties
   backend=hbase
   serializer=hbase
   ```
   
   After switching to `serializer=hbase`, both vertex and edge data can be 
imported normally. This confirms that the root cause was the incorrect 
serializer setting, as pointed out by @dosubot above.
   
   **Note:** Existing data written with the binary serializer is incompatible 
with the hbase serializer format, so a clean re-initialization is required 
after changing the configuration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to