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

Arpit Gupta updated HDFS-3978:
------------------------------

    Description: 
We should create a new site document to explicitly list down the know 
incompatible changes between hadoop 1.x and 2.x

This will make it easier for users to determine these differenence

  was:
The following incompatible changes were noticed between branch-1 and branch-2 
caused by HADOOP-8551

1. mkdir would create parent directories in branch-1 if they did not exist. In 
branch-2 users have to explicitly send mkdir -p

2. Create a multi level dir in branch 1 something like

mkdir /test/1

/test would get permissions 755 and /test/1 would get the permissions based on 
your umask settings

however if you run the command in branch-2
mkdir -p /test/1

both /test and /test/1 will get the permissions based on your umask. 

These are significant changes that we should document.

    
> Document backward incompatible changes between hadoop-1.x and 2.x
> -----------------------------------------------------------------
>
>                 Key: HDFS-3978
>                 URL: https://issues.apache.org/jira/browse/HDFS-3978
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 2.0.2-alpha
>            Reporter: Arpit Gupta
>
> We should create a new site document to explicitly list down the know 
> incompatible changes between hadoop 1.x and 2.x
> This will make it easier for users to determine these differenence

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to