ctubbsii commented on code in PR #3136:
URL: https://github.com/apache/accumulo/pull/3136#discussion_r1052569717


##########
shell/src/main/java/org/apache/accumulo/shell/commands/ClasspathCommand.java:
##########
@@ -30,9 +30,9 @@ public class ClasspathCommand extends Command {
   public int execute(final String fullCommand, final CommandLine cl, final 
Shell shellState) {
 
     final PrintWriter writer = shellState.getWriter();
-    
org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader.printClassPath(s
 -> {
-      writer.print(s);
-    }, true);
+    // 
org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader.printClassPath(s
 -> {
+    // writer.print(s);
+    // }, true);

Review Comment:
   Was the command previously deprecated? If not, we could at least dump 
`java.class.path` to make it *somewhat* useful without just removing it, and 
possibly causing scripts to break.



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

Reply via email to