[ 
https://issues.apache.org/jira/browse/HDFS-12386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rushabh S Shah updated HDFS-12386:
----------------------------------
    Attachment: HDFS-12386-7.patch
                HDFS-12386-branch-2.002.patch
                HDFS-12386-branch-2.8.002.patch

Attaching all the branches patch addressing the check-style issues and 1 
spelling mistakes in trunk patch.
IMO, not worth to waste useful build resources.
{noformat}
 diff ~/patches/jira/HDFS-12386-6.patch  ~/patches/jira/HDFS-12386-7.patch 
2c2
< index dcd73bfc7eb..56d573d5e2e 100644
---
> index dcd73bfc7eb..53d886df6b3 100644
46,47c46,47
< +    Map<?,?> m =
< +        (Map<?,?>) json.get(FsServerDefaults.class.getSimpleName());
---
> +    Map<?, ?> m =
> +        (Map<?, ?>) json.get(FsServerDefaults.class.getSimpleName());
133c133
< index e4008479fae..47814d0b773 100644
---
> index e4008479fae..9e0a1ed8193 100644
173c173
< +   * Pleae don't use it otherwise.
---
> +   * Please don't use it otherwise.
{noformat}

{noformat}
 diff ~/patches/jira/HDFS-12386-branch-2.001.patch 
~/patches/jira/HDFS-12386-branch-2.002.patch 
2c2
< index 43bb17f733d..769589c4606 100644
---
> index 43bb17f733d..0320614af97 100644
47,48c47,48
< +    Map<?,?> m =
< +        (Map<?,?>) json.get(FsServerDefaults.class.getSimpleName());
---
> +    Map<?, ?> m =
> +        (Map<?, ?>) json.get(FsServerDefaults.class.getSimpleName());
{noformat}


{noformat}
diff ~/patches/jira/HDFS-12386-branch-2.8.001.patch 
~/patches/jira/HDFS-12386-branch-2.8.002.patch 
2c2
< index b1c270b9c2a..1775ec2504f 100644
---
> index b1c270b9c2a..bfc770ea4ee 100644
47,48c47,48
< +    Map<?,?> m =
< +        (Map<?,?>) json.get(FsServerDefaults.class.getSimpleName());
---
> +    Map<?, ?> m =
> +        (Map<?, ?>) json.get(FsServerDefaults.class.getSimpleName());
{noformat}

> Add fsserver defaults call to WebhdfsFileSystem.
> ------------------------------------------------
>
>                 Key: HDFS-12386
>                 URL: https://issues.apache.org/jira/browse/HDFS-12386
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: webhdfs
>            Reporter: Rushabh S Shah
>            Assignee: Rushabh S Shah
>            Priority: Minor
>         Attachments: HDFS-12386-1.patch, HDFS-12386-2.patch, 
> HDFS-12386-3.patch, HDFS-12386-4.patch, HDFS-12386-5.patch, 
> HDFS-12386-6.patch, HDFS-12386-7.patch, HDFS-12386-branch-2.001.patch, 
> HDFS-12386-branch-2.002.patch, HDFS-12386-branch-2.8.001.patch, 
> HDFS-12386-branch-2.8.002.patch, HDFS-12386.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to