This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Description
I'm trying out this tool in my cluster, and found something strange when I'm using git. For example, when using "git clone" I saw the following,
remote: Counting objects: 109, done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 109 (delta 45), reused 106 (delta 45), pack-reused 0
Receiving objects: 100% (109/109), 13.38 KiB | 0 bytes/s, done.
fatal: premature end of pack file, 67 bytes missing
fatal: recursion detected in die handler
fatal: recursion detected in die handler
fatal: index-pack failed
"git clone" works well outside the HDFS.
Any idea? It's also helpful if someone can point me to the relevant code. Thanks!