You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Namit Maheshwari (JIRA)" <ji...@apache.org> on 2018/07/24 18:51:00 UTC

[jira] [Created] (HDDS-289) While creating bucket everything after '/' is ignored without any warning

Namit Maheshwari created HDDS-289:
-------------------------------------

             Summary: While creating bucket everything after '/' is ignored without any warning
                 Key: HDDS-289
                 URL: https://issues.apache.org/jira/browse/HDDS-289
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: Ozone Client
    Affects Versions: 0.2.1
            Reporter: Namit Maheshwari


Please see below example. Here the user issues command to create bucket like below. Where /namit is the volume. 
{code}
hadoop@288c0999be17:~$ ozone oz -createBucket /namit/hjk/fgh
2018-07-24 00:30:52 WARN  NativeCodeLoader:60 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2018-07-24 00:30:52 INFO  RpcClient:337 - Creating Bucket: namit/hjk, with Versioning false and Storage Type set to DISK
{code}
As seen above it just ignored '/fgh'
There should be a Warning / Error message instead of just ignoring everything after a '/' 




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org