imbajin commented on issue #3032:
URL: https://github.com/apache/hugegraph/issues/3032#issuecomment-4505480110

   > ## Resolution
   > This issue has been resolved by changing the serializer configuration from 
`binary` to `hbase`.
   > 
   > **Before (broken):**
   > 
   > backend=hbase
   > serializer=binary
   > **After (working):**
   > 
   > 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](https://github.com/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.
   
   Thanks for the feedback, could also ask 
[DeepWiki](https://deepwiki.com/apache/hugegraph) for any basic question first
   
   Could close this issue if it was solved.


-- 
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