We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120e098 commit 31f96b4Copy full SHA for 31f96b4
lib/Hadoop/HDFS/Command.pm
@@ -438,6 +438,13 @@ call from Perl and parse their output.
438
The interface is partially done at the moment (see the implemented wrappers
439
down below).
440
441
+You can always use the WebHDFS to do similar operations instead of failling
442
+back to the commandline. However there are several benefits of using the
443
+cli; i) you'll end up with a single C<JVM> invocation, so the response
444
+might be faster ii) Some functionality / endpoints might be buggy for WebHDFS
445
+but might work with the cli (for example escaping certain values is broken
446
+in some versions, but works with the cli).
447
+
448
=head1 SYNOPSIS
449
450
use Hadoop::HDFS::Command;
0 commit comments