You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently issuing something like client.get("/foo/*/bar") always results in {"RemoteException":{"exception":"FileNotFoundException"...}}
Compared to the CLI "hdfs dfs -ls '/foo/*/bar'" which lists the matches as expected.
Do you know whether the webhdfs API has any support for globbing or it's done purely client-side ? If so, any chance it could be added to ruby-webhdfs ?
The text was updated successfully, but these errors were encountered:
Hi
Currently issuing something like client.get("/foo/*/bar") always results in {"RemoteException":{"exception":"FileNotFoundException"...}}
Compared to the CLI "hdfs dfs -ls '/foo/*/bar'" which lists the matches as expected.
Do you know whether the webhdfs API has any support for globbing or it's done purely client-side ? If so, any chance it could be added to ruby-webhdfs ?
The text was updated successfully, but these errors were encountered: