JSON output for beegfs index query #46
-
I wonder why JSON output isn't included. It seems theoretically possible, but doesn't have any effect. I tried this: beegfs --output json index query -I . -s "select * from entries" Also, in
I can create a wrapper that does what I want, but having |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Long story short we added JSON support en-masse to commands that were printing structured output (i.e., tables) but those commands were written to recreate the output of the equivalent Linux utilities (e.g.,
Just set the global flag |
Beta Was this translation helpful? Give feedback.
Long story short we added JSON support en-masse to commands that were printing structured output (i.e., tables) but those commands were written to recreate the output of the equivalent Linux utilities (e.g.,
find
,ls
) so there is some work needed to transform the output into JSON but I think its doable. I opened an issue to look into it ThinkParQ/beegfs-go#179.Just set the global flag
--page-size=0
.