Liu Shaohui created HDFS-9656: --------------------------------- Summary: Hadoop-tools jars should be included in the classpath of hadoop command Key: HDFS-9656 URL: https://issues.apache.org/jira/browse/HDFS-9656 Project: Hadoop HDFS Issue Type: Bug Reporter: Liu Shaohui Assignee: Liu Shaohui Fix For: 3.0.0
Currently, jars under Hadoop-tools dir are not be included in the classpath of hadoop command. So we will fail to execute cmds about wasb or s3 file systems. {quote} $ ./hdfs dfs -ls wasb://d...@demo.blob.core.windows.net/ ls: No FileSystem for scheme: wasb {quote} A simple solution is to add those jars into the classpath of the cmds. Suggestions are welcomed~ -- This message was sent by Atlassian JIRA (v6.3.4#6332)