Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch 2.7.1 #127

Closed
wants to merge 7,841 commits into from
Closed

Branch 2.7.1 #127

wants to merge 7,841 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 18, 2015

  1. Fix CHANGES.txt for HDFS-7722.

    arp7 committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    5f7926d View commit details
    Browse the repository at this point in the history
  2. HDFS-7697. Mark the PB OIV tool as experimental. Contributed by Lei (…

    …Eddy) Xu.
    Haohui Mai committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    482aeee View commit details
    Browse the repository at this point in the history
  3. HDFS-7914. TestJournalNode#testFailToStartWithBadConfig fails when th…

    …e default dfs.journalnode.http-address port 8480 is in use. (Contributed by Xiaoyu Yao)
    arp7 committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    bb98698 View commit details
    Browse the repository at this point in the history
  4. HDFS-7945. The WebHdfs system on DN does not honor the length paramet…

    …er. Contributed by Haohui Mai.
    Haohui Mai committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    388696c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. HDFS-7054. Make DFSOutputStream tracing more fine-grained (cmccabe)

    (cherry picked from commit 8234fd0)
    (cherry picked from commit 79c07bb)
    Colin Patrick Mccabe committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    94976cb View commit details
    Browse the repository at this point in the history
  2. HDFS-7943. Append cannot handle the last block with length greater th…

    …an the preferred block size. Contributed by Jing Zhao.
    
    (cherry picked from commit bee5a6a)
    (cherry picked from commit 6dcc795)
    Jing9 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    4b8de15 View commit details
    Browse the repository at this point in the history
  3. HDFS-7587. Edit log corruption can happen if append fails with a quot…

    …a violation. Contributed by Jing Zhao.
    
    (cherry picked from commit c7c71cd)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    
    (cherry picked from commit 5a5b244)
    Jing9 committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    0bf5497 View commit details
    Browse the repository at this point in the history
  4. HDFS-7929. inotify unable fetch pre-upgrade edit log segments once up…

    …grade starts (Zhe Zhang via Colin P. McCabe)
    
    (cherry picked from commit 43b41f2)
    (cherry picked from commit 219eb22)
    Colin Patrick Mccabe committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    9e61835 View commit details
    Browse the repository at this point in the history
  5. HADOOP-9329. document native build dependencies in BUILDING.txt (Vija…

    …y Bhat via Colin P. McCabe)
    
    (cherry picked from commit bf6295b)
    (cherry picked from commit b02f775)
    Colin Patrick Mccabe committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    84acee0 View commit details
    Browse the repository at this point in the history
  6. HADOOP-10703. HttpServer2 creates multiple authentication filters. Co…

    …ntributed by Benoy Antony.
    Haohui Mai committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    7129287 View commit details
    Browse the repository at this point in the history
  7. HDFS-7816. Unable to open webhdfs paths with "+". Contributed by Haoh…

    …ui Mai
    
    (cherry picked from commit e79be0e)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    (cherry picked from commit ceb39c1)
    kihwal committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    b8f269a View commit details
    Browse the repository at this point in the history
  8. HDFS.7849. Update documentation for enabling a new feature in rolling…

    … upgrade ( Contributed by J.Andreina )
    
    (cherry picked from commit 5be5129)
    vinayakumarb committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    76ce2e8 View commit details
    Browse the repository at this point in the history
  9. HADOOP-11729. Fix link to cgroups doc in site.xml. Contributed by Mas…

    …atake Iwasaki.
    
    (cherry picked from commit 522c897)
    oza committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    4821f0c View commit details
    Browse the repository at this point in the history
  10. HDFS-7932. Speed up the shutdown of datanode during rolling upgrade. …

    …Contributed by Kihwal Lee.
    
    (cherry picked from commit 61a4c7f)
    kihwal committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    4e967d0 View commit details
    Browse the repository at this point in the history
  11. MAPREDUCE-6275. Race condition in FileOutputCommitter v2 for user-spe…

    …cified task output subdirs. Contributed by Gera Shegalov and Siqi Li
    
    (cherry picked from commit 91baca1)
    jlowe committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    0be2461 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0da3fcb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    faeb8b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. YARN-3379. Fixed missing data in localityTable and ResourceRequests t…

    …able in RM WebUI. Contributed by Xuan Gong
    
    (cherry picked from commit 4e886eb)
    jian-he committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    e67bd31 View commit details
    Browse the repository at this point in the history
  2. YARN-2777. Mark the end of individual log in aggregated log. Contributed

    by Varun Saxena
    
    (cherry picked from commit 1a4b528)
    
    Conflicts:
    	hadoop-yarn-project/CHANGES.txt
    xgong committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    b63ff4c View commit details
    Browse the repository at this point in the history
  3. YARN-3369. Missing NullPointer check in AppSchedulingInfo causes RM t…

    …o die. (Brahma Reddy Battula via wangda)
    
    (cherry picked from commit 6bc7710)
    wangdatan committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    57a0382 View commit details
    Browse the repository at this point in the history
  4. HDFS-7957. Truncate should verify quota before making changes. Contri…

    …buted by Jing Zhao.
    
    (cherry picked from commit d368d36)
    (cherry picked from commit 6be52e4)
    Jing9 committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    03fb9b4 View commit details
    Browse the repository at this point in the history
  5. HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Tim…

    …e.now(). Contributed by Vinayakumar B
    
    (cherry picked from commit 99a8dcd19528b265d4fda9ae09a17e4af52f2782)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/DatanodeInfo.java
    	hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java
    (cherry picked from commit 63b7870aec007081c82427587cb6e1d38e2c70f8)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
    kihwal committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    08f2f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2015

  1. MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, whic…

    …h causes counter limits are not reset correctly. Contributed by Zhihai Xu.
    Harsh J committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    929b04c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. YARN-3384. TestLogAggregationService.verifyContainerLogs fails after Y…

    …ARN-2777. Contributed by Naganarasimha G R.
    
    (cherry picked from commit 82eda77)
    oza committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    d2e1916 View commit details
    Browse the repository at this point in the history
  2. HDFS-7942. NFS: support regexp grouping in nfs.exports.allowed.hosts.…

    … Contributed by Brandon Li
    
    (cherry picked from commit 36af4a9)
    (cherry picked from commit 503d8e4)
    Brandon Li committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    6b9f2d9 View commit details
    Browse the repository at this point in the history
  3. YARN-3336. FileSystem memory leak in DelegationTokenRenewer.

    (cherry picked from commit 6ca1f12)
    (cherry picked from commit 342c525)
    cnauroth committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    57e2972 View commit details
    Browse the repository at this point in the history
  4. HDFS-7881. TestHftpFileSystem#testSeek fails in branch-2. Contributed…

    … by Brahma Reddy Battula.
    
    (cherry picked from commit fad8c78)
    aajisaka committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    2742f12 View commit details
    Browse the repository at this point in the history
  5. HDFS-7917. Use file to replace data dirs in test to simulate a disk f…

    …ailure. Contributed by Lei (Eddy) Xu.
    
    (cherry picked from commit 2c238ae)
    (cherry picked from commit 01c0bcb)
    cnauroth committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    8e1c33e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. YARN-3393. Getting application(s) goes wrong when app finishes before

    starting the attempt. Contributed by Zhijie Shen
    
    (cherry picked from commit 9fae455)
    xgong committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    4dfd84e View commit details
    Browse the repository at this point in the history
  2. HDFS-7884. Fix NullPointerException in BlockSender when the generatio…

    …n stamp provided by the client is larger than the one stored in the datanode. Contributed by Brahma Reddy Battula
    Tsz-Wo Nicholas Sze committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    87079cd View commit details
    Browse the repository at this point in the history
  3. HDFS-7960. The full block report should prune zombie storages even if…

    … they're not empty. Contributed by Colin McCabe and Eddy Xu.
    
    (cherry picked from commit 50ee8f4)
    umbrant committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    af0af28 View commit details
    Browse the repository at this point in the history
  4. HDFS-7956. Improve logging for DatanodeRegistration. Contributed by P…

    …lamen Jeliazkov.
    pjeli authored and shvachko committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    da318cb View commit details
    Browse the repository at this point in the history
  5. HADOOP-11609. Correct credential commands info in CommandsManual.html…

    …#credential. Contributed by Varun Saxena.
    
    (cherry picked from commit 6e891a9)
    oza committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    913fdea View commit details
    Browse the repository at this point in the history
  6. MAPREDUCE-6285. ClientServiceDelegate should not retry upon Authentic…

    …ationException. Contributed by Jonathan Eagles.
    
    (cherry picked from commit 4170c99)
    oza committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    01460c0 View commit details
    Browse the repository at this point in the history
  7. HDFS-7961. Trigger full block report after hot swapping disk. Contrib…

    …uted by Eddy Xu.
    
    (cherry picked from commit 6413d34)
    umbrant committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    a7f447d View commit details
    Browse the repository at this point in the history
  8. HDFS-7976. Update NFS user guide for mount option 'sync' to minimize …

    …or avoid reordered writes. Contributed by Brandon Li
    
    (cherry picked from commit 51f1f49)
    (cherry picked from commit 95bde88)
    Brandon Li committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    cc59226 View commit details
    Browse the repository at this point in the history
  9. HDFS-7977. NFS couldn't take percentile intervals. Contributed by Bra…

    …ndon Li
    
    (cherry picked from commit 570a83a)
    (cherry picked from commit 260dbe9)
    Brandon Li committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    14d1ccc View commit details
    Browse the repository at this point in the history
  10. HDFS-6826. Plugin interface to enable delegation of HDFS authorizatio…

    …n assertions. Contributed by Arun Suresh.
    
    (cherry picked from commit 456cec1)
    Jitendra Pandey authored and Jitendra Pandey committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    d286673 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to …

    …unclosed stream. (ozawa)
    
    (cherry picked from commit b351086)
    oza committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    557dfe5 View commit details
    Browse the repository at this point in the history
  2. HADOOP-11738. Fix a link of Protocol Buffers 2.5 for download in BUIL…

    …DING.txt. (ozawa)
    
    (cherry picked from commit 323945b)
    oza committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    c8f2880 View commit details
    Browse the repository at this point in the history
  3. MAPREDUCE-6292. Use org.junit package instead of junit.framework in T…

    …estCombineFileInputFormat. (aajisaka)
    
    (cherry picked from commit c770df4)
    (cherry picked from commit 2e50990)
    aajisaka committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    da6228e View commit details
    Browse the repository at this point in the history
  4. YARN-2213. Change proxy-user cookie log in AmIpFilter to DEBUG.

    Contributed by Varun Saxena
    
    (cherry picked from commit e556198)
    xgong committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    6467103 View commit details
    Browse the repository at this point in the history
  5. HADOOP-10670. Allow AuthenticationFilters to load secret from signatu…

    …re secret files. Contributed by Kai Zheng.
    Haohui Mai committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    28095c2 View commit details
    Browse the repository at this point in the history
  6. Addendum for HADOOP-10670.

    Haohui Mai committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    2e9c690 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Configuration menu
    Copy the full SHA
    370c914 View commit details
    Browse the repository at this point in the history
  2. HDFS-7824. GetContentSummary API and its namenode implementation for …

    …Storage Type Quota/Usage. (Contributed by Xiaoyu Yao)
    arp7 committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    c808d5f View commit details
    Browse the repository at this point in the history
  3. HDFS-7410. Support CreateFlags with append() to support hsync() for a…

    …ppending streams (Vinayakumar B via Colin P. McCabe)
    
    (cherry picked from commit 61df1b2)
    (cherry picked from commit 2a750c9)
    Colin Patrick Mccabe committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    9411cf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2015

  1. HADOOP-11748. The secrets of auth cookies should not be specified in …

    …configuration in clear text. Contributed by Li Lu and Haohui Mai.
    Haohui Mai committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    d481a8d View commit details
    Browse the repository at this point in the history
  2. HADOOP-11257. Update "hadoop jar" documentation to warn against using…

    … it for launching yarn jars, addendum to print warning to stderr. Contributed by Masatake Iwasaki.
    
    (cherry picked from commit 1fd350f)
    cnauroth committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    cf2bda8 View commit details
    Browse the repository at this point in the history
  3. HADOOP-11691. X86 build of libwinutils is broken. Contributed by Kira…

    …n Kumar M R.
    
    (cherry picked from commit af618f2)
    (cherry picked from commit 36371cd)
    cnauroth committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    ae6a76d View commit details
    Browse the repository at this point in the history
  4. HADOOP-11639. Clean up Windows native code compilation warnings relat…

    …ed to Windows Secure Container Executor. Contributed by Remus Rusanu.
    
    (cherry picked from commit 3836ad6)
    (cherry picked from commit eb7068c)
    cnauroth committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    b849a51 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. HDFS-7742. Favoring decommissioning node for replication can cause a …

    …block to stay
    
    underreplicated for long periods. Contributed by Nathan Roberts.
    (cherry picked from commit 04ee18e)
    kihwal committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    a0ed29a View commit details
    Browse the repository at this point in the history
  2. YARN-3304. Cleaning up ResourceCalculatorProcessTree APIs for public …

    …use and removing inconsistencies in the default values. Contributed by Junping Du and Karthik Kambatla.
    
    (cherry picked from commit c358368)
    vinoduec committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    35af6f1 View commit details
    Browse the repository at this point in the history
  3. MAPREDUCE-6288. Changed permissions on JobHistory server's done direc…

    …tory so that user's client can load the conf files directly. Contributed by Robert Kanter.
    
    (cherry picked from commit 5358b83)
    vinoduec committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    fa30500 View commit details
    Browse the repository at this point in the history
  4. HADOOP-11761. Fix findbugs warnings in org.apache.hadoop.security.aut…

    …hentication. Contributed by Li Lu.
    Haohui Mai committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    3ec1ad9 View commit details
    Browse the repository at this point in the history
  5. HADOOP-11754. RM fails to start in non-secure mode due to authenticat…

    …ion filter failure. Contributed by Haohui Mai.
    Haohui Mai committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    530c2ef View commit details
    Browse the repository at this point in the history
  6. HDFS-7748. Separate ECN flags from the Status in the DataTransferPipe…

    …lineAck. Contributed by Anu Engineer and Haohui Mai.
    Haohui Mai committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    86c0c6b View commit details
    Browse the repository at this point in the history
  7. Revert "MAPREDUCE-6288. Changed permissions on JobHistory server's do…

    …ne directory so that user's client can load the conf files directly. Contributed by Robert Kanter."
    
    This reverts commit 5358b83.
    
    (cherry picked from commit cc0a01c)
    vinoduec committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    96d0430 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Revert "MAPREDUCE-6286. A typo in HistoryViewer makes some code usele…

    …ss, which causes counter limits are not reset correctly. Contributed by Zhihai Xu."
    
    This reverts commit 929b04c.
    vinoduec committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    02646dd View commit details
    Browse the repository at this point in the history
  2. Revert "MAPREDUCE-6199. AbstractCounters are not reset completely on …

    …deserialization (adhoot via rkanter)"
    
    This reverts commit f9341c1.
    
    Conflicts:
    	hadoop-mapreduce-project/CHANGES.txt
    vinoduec committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    1c050bd View commit details
    Browse the repository at this point in the history
  3. Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClie…

    …nt, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)"
    
    This reverts commit 7bfd9e0.
    
    Conflicts:
    	hadoop-mapreduce-project/CHANGES.txt
    vinoduec committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    ec123ab View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree …

    …APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vinodkv)
    
    (cherry picked from commit 7610925)
    vinoduec committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    3acfde6 View commit details
    Browse the repository at this point in the history
  2. HADOOP-11787. OpensslSecureRandom.c pthread_threadid_np usage signatu…

    …re is wrong on 32-bit Mac. Contributed by Kiran Kumar M R.
    
    (cherry picked from commit a3a96a0)
    (cherry picked from commit 726024f)
    cnauroth committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    aa32608 View commit details
    Browse the repository at this point in the history
  3. YARN-3430. Made headroom data available on app attempt page of RM Web…

    …UI. Contributed by Xuan Gong.
    
    (cherry picked from commit 8366a36)
    zjshen14 committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    e4059b9 View commit details
    Browse the repository at this point in the history
  4. Revert "YARN-3430. Made headroom data available on app attempt page o…

    …f RM WebUI. Contributed by Xuan Gong."
    
    This reverts commit e4059b9.
    zjshen14 committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    cf33bc1 View commit details
    Browse the repository at this point in the history
  5. HDFS-8036. Use snapshot path as source when using snapshot diff repor…

    …t in DistCp. Contributed by Jing Zhao.
    Haohui Mai committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    8ebbbc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. HADOOP-11757. NFS gateway should shutdown when it can't start UDP or …

    …TCP server. Contributed by Brandon Li
    
    (cherry picked from commit 60ce825)
    (cherry picked from commit 8e2f1a9)
    Brandon Li committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    1bde06a View commit details
    Browse the repository at this point in the history
  2. HDFS-8001 RpcProgramNfs3 : wrong parsing of dfs.blocksize. Contribute…

    …d by Remi Catherinot
    
    (cherry picked from commit 4d14816)
    (cherry picked from commit 27970b3)
    Brandon Li committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    a445f8b View commit details
    Browse the repository at this point in the history
  3. HDFS-7954. TestBalancer#testBalancerWithPinnedBlocks should not be ex…

    …ecuted on Windows. Contributed by Xiaoyu Yao
    Tsz-Wo Nicholas Sze committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    acfe44e View commit details
    Browse the repository at this point in the history
  4. MAPREDUCE-6303. Read timeout when retrying a fetch error can be fatal…

    … to a reducer. Contributed by Jason Lowe.
    
    (cherry picked from commit eccb7d4)
    JunpingDu committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    86e8c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. HDFS-7811. Avoid recursive call getStoragePolicyID in INodeFile#compu…

    …teQuotaUsage. Contributed by Xiaoyu Yao and Jing Zhao.
    
    (cherry picked from commit 72f6bd4)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    
    (cherry picked from commit 2c1f33d)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    Jing9 committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    b08bc43 View commit details
    Browse the repository at this point in the history
  2. HDFS-8039. Fix TestDebugAdmin#testRecoverLease and testVerfiyBlockChe…

    …cksumCommand on Windows. Contributed by Xiaoyu Yao.
    
    (cherry picked from commit db80e42)
    (cherry picked from commit 28e0602)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    cnauroth committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    6855bbc View commit details
    Browse the repository at this point in the history
  3. HDFS-7996. After swapping a volume, BlockReceiver reports ReplicaNotF…

    …oundException (Lei (Eddy) Xu via Colin P. McCabe)
    
    (cherry picked from commit 023133c)
    (cherry picked from commit 0c5069c)
    Colin Patrick Mccabe committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    520043b View commit details
    Browse the repository at this point in the history
  4. HDFS-8051. FsVolumeList#addVolume should release volume reference if …

    …not put it into BlockScanner. (Lei (Eddy) Xu via Colin P. McCabe)
    
    (cherry picked from commit ef591b1)
    (cherry picked from commit b26ba22)
    Colin Patrick Mccabe committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    54b8894 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. HDFS-8051. Fix missing import statement from backport.

    Colin Patrick Mccabe committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    aa5eab8 View commit details
    Browse the repository at this point in the history
  2. HADOOP-11377. Added Null.java without which jdiff completely flops. C…

    …ontributed by Tsuyoshi Ozawa.
    
    (cherry picked from commit 5370e71)
    vinoduec committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    996b0ca View commit details
    Browse the repository at this point in the history
  3. HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. Contributed…

    … by Li Lu.
    
    (cherry picked from commit 4b3948e)
    vinoduec committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    5387a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. HDFS-7999. FsDatasetImpl#createTemporary sometimes holds the FSDatase…

    …tImpl lock for a very long time (sinago via cmccabe)
    
    (cherry picked from commit 28bebc8)
    (cherry picked from commit a827089)
    Colin Patrick Mccabe committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    3f1d1d0 View commit details
    Browse the repository at this point in the history
  2. YARN-3273. Improve scheduler UI to facilitate scheduling analysis and…

    … debugging. Contributed Rohith Sharmaks
    
    (cherry picked from commit 658097d)
    
    Conflicts:
    	hadoop-yarn-project/CHANGES.txt
    	hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/AppAttemptBlock.java
    	hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/CapacitySchedulerLeafQueueInfo.java
    jian-he authored and zjshen14 committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    edc3cb7 View commit details
    Browse the repository at this point in the history
  3. YARN-3430. Made headroom data available on app attempt page of RM Web…

    …UI. Contributed by Xuan Gong.
    
    (cherry picked from commit 8366a36)
    zjshen14 committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    64cf079 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. HDFS-8071. Redundant checkFileProgress() in PART II of getAdditionalB…

    …lock(). Contributed by Konstantin Shvachko.
    shvachko committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    2cb9dac View commit details
    Browse the repository at this point in the history
  2. HDFS-8038. PBImageDelimitedTextWriter#getEntry output HDFS path in pl…

    …atform-specific format. Contributed by Xiaoyu Yao.
    
    (cherry picked from commit 672ed462965ea7da10ce3df48c02e2a3bd13f0ae)
    (cherry picked from commit 950dc1b1995191327e6b919ee17a87e59b749264)
    cnauroth committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    5021f52 View commit details
    Browse the repository at this point in the history
  3. HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Win…

    …dows. Contributed by Xiaoyu Yao.
    
    (cherry picked from commit bd77a7c)
    (cherry picked from commit 6e70611)
    cnauroth committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    c6ad39e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Configuration menu
    Copy the full SHA
    ffa3f3a View commit details
    Browse the repository at this point in the history
  2. HDFS-8072. Reserved RBW space is not released if client terminates wh…

    …ile writing block. (Arpit Agarwal)
    arp7 committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    12739b5 View commit details
    Browse the repository at this point in the history
  3. Revert HDFS-7808.

    Haohui Mai committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    eb53d6b View commit details
    Browse the repository at this point in the history
  4. Revert HDFS-7813.

    Haohui Mai committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    84ba4db View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. HDFS-8025. Addendum fix for HDFS-3087 Decomissioning on NN restart ca…

    …n complete without blocks being replicated. Contributed by Ming Ma.
    
    (cherry picked from commit 5a540c3)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    kihwal committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    9a111fc View commit details
    Browse the repository at this point in the history
  2. HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it…

    … stops. Contributed by Rohith.
    Haohui Mai committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    d665d11 View commit details
    Browse the repository at this point in the history
  3. HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iw…

    …asaki via Colin P. McCabe)
    
    (cherry picked from commit 61dc2ea)
    (cherry picked from commit 8dac245)
    Colin Patrick Mccabe committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    4d5b1fb View commit details
    Browse the repository at this point in the history
  4. YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop…

    … token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp.
    
    (cherry picked from commit 9c59112)
    
    Conflicts:
    	hadoop-yarn-project/CHANGES.txt
    vinoduec committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    4c6867f View commit details
    Browse the repository at this point in the history
  5. Adding release 2.7.1 to CHANGES.txt

    (cherry picked from commit 623fd46)
    vinoduec committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    2b44fca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7fa46c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. HDFS-8081. Split getAdditionalBlock() into two methods. Contributed b…

    …y Konstantin Shvachko
    shvachko committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    e964bbc View commit details
    Browse the repository at this point in the history
  2. YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #conta…

    …iners and node-label column. (Jason Lowe via wangda)
    
    (cherry picked from commit 73d9e4c)
    
    Conflicts:
    
    	hadoop-yarn-project/CHANGES.txt
    jlowe committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    70ac8cd View commit details
    Browse the repository at this point in the history
  3. MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi…

    … Li.
    
    (cherry picked from commit 4cec9975c0e2c2fcca090888dc2c5e149c5be1e9)
    (cherry picked from commit f267fe567cab1db6508412509743e80f59ea69da)
    aajisaka committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    743c74a View commit details
    Browse the repository at this point in the history
  4. HDFS-7931. DistributedFileSystem should not look for keyProvider in c…

    …ache if Encryption is disabled (asuresh)
    
    (cherry picked from commit 7660da9)
    xslogic committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    0a95b4f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2015

  1. Revert "MAPREDUCE-6300. Task list sort by task id broken. Contributed…

    … by Siqi Li."
    
    This reverts commit 743c74a.
    aajisaka committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    a41c1c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. HDFS-8127. NameNode Failover during HA upgrade can cause DataNode to …

    …finalize upgrade. Contributed by Jing Zhao.
    
    (cherry picked from commit fddd552)
    (cherry picked from commit 38b031d)
    Jing9 committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    50c8d06 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. YARN-3462. Patches applied for YARN-2424 are inconsistent between tru…

    …nk and branch-2. Contributed by Naganarasimha G R.
    Harsh J committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    d4a462c View commit details
    Browse the repository at this point in the history
  2. HDFS-8151. Always use snapshot path as source when invalid snapshot n…

    …ames are used for diff based distcp. Contributed by Jing Zhao.
    
    (cherry picked from commit 4c097e4)
    (cherry picked from commit d4dd97e)
    Jing9 committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    9e11ae6 View commit details
    Browse the repository at this point in the history
  3. HDFS-7934. Update RollingUpgrade rollback documentation: should use b…

    …ootstrapstandby for standby NN. Contributed by J. Andreina.
    
    (cherry picked from commit b172d03)
    (cherry picked from commit 725621d)
    Jing9 committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    e1ce070 View commit details
    Browse the repository at this point in the history
  4. HDFS-8149. The footer of the Web UI "Hadoop, 2014" is old. Contribute…

    …d by Brahma Reddy Battula.
    
    (cherry picked from commit de0f170)
    (cherry picked from commit 6d18356)
    aajisaka committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    35e1936 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi…

    … Li.
    
    (cherry picked from commit 1fa8075)
    (cherry picked from commit 51c458a)
    aajisaka committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    48d6e99 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge r1588258 from trunk, HDFS-6153. Document "fileId" and "…

    …childrenNum" fields in the FileStatus Json schema"
    
    This reverts commit 641cbc0.
    aajisaka committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    cffc801 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. HDFS-8153. Error Message points to wrong parent directory in case of …

    …path component name length error. Contributed by Anu Engineer.
    
    cherry picked from 369ddc6
    jnp committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    0743f12 View commit details
    Browse the repository at this point in the history
  2. HADOOP-11837. AuthenticationFilter should destroy SignerSecretProvide…

    …r in Tomcat deployments. Contributed by Bowen Zhang.
    Haohui Mai committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    7569289 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

  1. YARN-3487. CapacityScheduler scheduler lock obtained unnecessarily wh…

    …en calling getQueue (Jason Lowe via wangda)
    
    (cherry picked from commit f47a576)
    wangdatan committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    d6105d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. YARN-3497. ContainerManagementProtocolProxy modifies IPC timeout conf…

    … without making a copy. Contributed by Jason Lowe
    
    (cherry picked from commit f967fd2)
    
    Conflicts:
    	hadoop-yarn-project/CHANGES.txt
    jian-he committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    b493ec2 View commit details
    Browse the repository at this point in the history
  2. HDFS-8179. DFSClient#getServerDefaults returns null within 1 hour of …

    …system start. (Contributed by Xiaoyu Yao)
    arp7 committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    cc42ad0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPService…

    …Actor goes for infinite loop (Contributed by Vinayakumar B)
    
    (cherry picked from commit 867d5d2)
    vinayakumarb committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    1c8d54b View commit details
    Browse the repository at this point in the history
  2. Set the release date for 2.7.0

    (cherry picked from commit d52de61)
    vinoduec committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    7dd5f42 View commit details
    Browse the repository at this point in the history
  3. HDFS-8163. Using monotonicNow for block report scheduling causes test…

    … failures on recently restarted systems. (Arpit Agarwal)
    arp7 committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    b17d365 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. HADOOP-11868. Invalid user logins trigger large backtraces in server …

    …log. Contributed by Chang Li
    
    (cherry picked from commit 0ebe84d)
    jlowe committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    2419861 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Configuration menu
    Copy the full SHA
    b3f2826 View commit details
    Browse the repository at this point in the history
  2. YARN-3522. Fixed DistributedShell to instantiate TimeLineClient as th…

    …e correct user. Contributed by Zhijie Shen
    
    (cherry picked from commit aa4a192)
    jian-he committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    b2568d6 View commit details
    Browse the repository at this point in the history
  3. HDFS-8147. StorageGroup in Dispatcher should override equals nad hash…

    …Code. Contributed by surendra singh lilhore
    Tsz-Wo Nicholas Sze committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    5b4eda7 View commit details
    Browse the repository at this point in the history
  4. HADOOP-11872. "hadoop dfs" command prints message about using "yarn j…

    …ar" on Windows(branch-2 only). Contributed by Varun Vasudev.
    
    (cherry picked from commit d1253f6)
    cnauroth committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    3767326 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecab7d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2015

  1. YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via…

    … kasha)
    
    (cherry picked from commit 20b4922)
    kambatla authored and vinoduec committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    e1843c9 View commit details
    Browse the repository at this point in the history
  2. YARN-3382. Some of UserMetricsInfo metrics are incorrectly set to roo…

    …t queue metrics. Contributed by Rohit Agarwal
    
    (cherry picked from commit 944a165)
    jian-he authored and vinoduec committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    6cc0e9b View commit details
    Browse the repository at this point in the history
  3. YARN-3472. Fixed possible leak in DelegationTokenRenewer#allTokens. C…

    …ontributed by Rohith Sharmaks
    
    (cherry picked from commit a1afbc4)
    jian-he authored and vinoduec committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    5cf35b9 View commit details
    Browse the repository at this point in the history
  4. MAPREDUCE-6238. MR2 can't run local jobs with -libjars command option…

    …s which is a regression from MR1 (zxu via rkanter)
    
    (cherry picked from commit d50e8f0)
    rkanter authored and vinoduec committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    0eae3bc View commit details
    Browse the repository at this point in the history
  5. HADOOP-11802. DomainSocketWatcher thread terminates sometimes after t…

    …here is an I/O error during requestShortCircuitShm (cmccabe)
    
    (cherry picked from commit a0e0a63)
    (cherry picked from commit 788b767)
    Colin Patrick Mccabe committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    496afb5 View commit details
    Browse the repository at this point in the history
  6. HADOOP-11802. Fix renamed constant in test file in backport to 2.7.1 …

    …(cmccabe)
    Colin Patrick Mccabe committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    c2e6d25 View commit details
    Browse the repository at this point in the history
  7. HDFS-8070. Pre-HDFS-7915 DFSClient cannot use short circuit on post-H…

    …DFS-7915 DataNode (cmccabe)
    
    (cherry picked from commit a889844)
    (cherry picked from commit 3d0385c)
    Colin Patrick Mccabe committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    176d22b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. YARN-3465. Use LinkedHashMap to preserve order of resource requests. …

    …(Zhihai Xu via kasha)
    
    (cherry picked from commit 6495940)
    (cherry picked from commit 53e0bf5)
    kambatla committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    b5cc78e View commit details
    Browse the repository at this point in the history
  2. YARN-3516. killing ContainerLocalizer action doesn't take effect when

    private localizer receives FETCH_FAILURE status. Contributed by zhihai
    xu
    
    (cherry picked from commit 0b3f895)
    (cherry picked from commit 8f6053a)
    xgong authored and kambatla committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    bec78f9 View commit details
    Browse the repository at this point in the history
  3. YARN-3464. Race condition in LocalizerRunner kills localizer before l…

    …ocalizing all resources. (Zhihai Xu via kasha)
    
    (cherry picked from commit 47279c3)
    (cherry picked from commit 4045c41)
    kambatla committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    4ddcc7e View commit details
    Browse the repository at this point in the history
  4. MAPREDUCE-6324. Fixed MapReduce uber jobs to not fail the udpate of A…

    …M-RM tokens when they roll-over. Contributed by Jason Lowe.
    
    (cherry picked from commit 9fc32c5)
    vinoduec committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    3a7bfdf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. MAPREDUCE-6252. JobHistoryServer should not fail when encountering a

    missing directory. Contributed by Craig Welch.
    
    (cherry picked from commit 5e67c4d)
    Devaraj K committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    a940f19 View commit details
    Browse the repository at this point in the history
  2. HDFS-8204. Mover/Balancer should not schedule two replicas to the sam…

    …e datanode. Contributed by Walter Su
    Tsz-Wo Nicholas Sze committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    6b20b32 View commit details
    Browse the repository at this point in the history
  3. MAPREDUCE-6334. Fetcher#copyMapOutput is leaking usedMemory upon IOEx…

    …ception during InMemoryMapOutput shuffle handler. Contributed by Eric Payne
    
    (cherry picked from commit bc1bd7e)
    jlowe committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    30d0f10 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. HDFS-8273. FSNamesystem#Delete() should not call logSync() when holdi…

    …ng the lock. Contributed by Haohui Mai.
    Haohui Mai committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    4b9147e View commit details
    Browse the repository at this point in the history
  2. YARN-3485. FairScheduler headroom calculation doesn't consider maxRes…

    …ources for Fifo and FairShare policies. (kasha)
    
    (cherry picked from commit 8f82970)
    (cherry picked from commit 4cc38df)
    kambatla committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    396c41b View commit details
    Browse the repository at this point in the history
  3. HDFS-8269. getBlockLocations() does not resolve the .reserved path an…

    …d generates incorrect edit logs when updating the atime. Contributed by Haohui Mai.
    Haohui Mai committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    6ac2b57 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. MAPREDUCE-6339. Job history file is not flushed correctly because

    isTimerActive flag is not set true when flushTimerTask is scheduled.
    Contributed by zhihai xu.
    
    (cherry picked from commit f5b3847)
    Devaraj K committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    9828638 View commit details
    Browse the repository at this point in the history
  2. HDFS-7770. Need document for storage type label of data node storage …

    …locations under dfs.data.dir. Contributed by Xiaoyu Yao.
    
    (cherry picked from commit de9404f)
    (cherry picked from commit fdb886d)
    aajisaka committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    185a1ff View commit details
    Browse the repository at this point in the history
  3. YARN-3544. Got back AM logs link on the RM web UI for a completed app…

    …. Contributed by Xuan Gong.
    zjshen14 committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    04dd059 View commit details
    Browse the repository at this point in the history
  4. YARN-3243. CapacityScheduler should pass headroom from parent to chil…

    …dren to make sure ParentQueue obey its capacity limits. Contributed by Wangda Tan.
    
    (cherry picked from commit 487374b)
    
    (cherry picked from commit 1c601e4)
    jian-he authored and wangdatan committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    a38dbbc View commit details
    Browse the repository at this point in the history
  5. HADOOP-11891. OsSecureRandom should lazily fill its reservoir (asuresh)

    (cherry picked from commit f0db797)
    xslogic committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    91db060 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttr…

    …ibutesProvider before returning to client (asuresh)
    
    (cherry picked from commit 922b7ed)
    xslogic committed May 1, 2015
    Configuration menu
    Copy the full SHA
    4e6ff8c View commit details
    Browse the repository at this point in the history
  2. HDFS-8213. DFSClient should use hdfs.client.htrace HTrace configurati…

    …on prefix rather than hadoop.htrace (cmccabe)
    
    (cherry picked from commit b82567d)
    (cherry picked from commit 9edea95)
    Colin Patrick Mccabe committed May 1, 2015
    Configuration menu
    Copy the full SHA
    472fd56 View commit details
    Browse the repository at this point in the history
  3. YARN-3006. Improve the error message when attempting manual failover …

    …with auto-failover enabled. (Akira AJISAKA via wangda)
    
    (cherry picked from commit 7d46a80)
    (cherry picked from commit 4151e57)
    
    Conflicts:
    	hadoop-yarn-project/CHANGES.txt
    wangdatan committed May 1, 2015
    Configuration menu
    Copy the full SHA
    3389bac View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. HADOOP-9658. SnappyCodec#checkNativeCodeLoaded may unexpectedly fail …

    …when native code is not loaded. Contributed by Zhijie Shen.
    
    (cherry picked from commit 76fa606)
    oza committed May 4, 2015
    Configuration menu
    Copy the full SHA
    919cbc1 View commit details
    Browse the repository at this point in the history
  2. MAPREDUCE-6259. IllegalArgumentException due to missing job submit ti…

    …me. Contributed by zhihai xu
    
    (cherry picked from commit bf70c5a)
    jlowe committed May 4, 2015
    Configuration menu
    Copy the full SHA
    e7b6a07 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPService…

    …Actor goes for infinite loop (Contributed by Vinayakumar B)
    
    Reverted earlier commit
    
    (cherry picked from commit 318081c)
    vinayakumarb committed May 5, 2015
    Configuration menu
    Copy the full SHA
    69d8374 View commit details
    Browse the repository at this point in the history
  2. HDFS-8305: HDFS INotify: the destination field of RenameOp should alw…

    …ays end with the file name (cmccabe)
    
    (cherry picked from commit fcd4cb7)
    (cherry picked from commit 1f01d83)
    Colin Patrick Mccabe committed May 5, 2015
    Configuration menu
    Copy the full SHA
    e056e0a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Configuration menu
    Copy the full SHA
    4e8e9d7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. YARN-3469. ZKRMStateStore: Avoid setting watches that are not require…

    …d. (Jun Hong via kasha)
    
    (cherry picked from commit e516706)
    kambatla authored and vinoduec committed May 7, 2015
    Configuration menu
    Copy the full SHA
    fbd4bbb View commit details
    Browse the repository at this point in the history
  2. Fix up author name to Jun Gong in CHANGES.txt for YARN-3469

    (cherry picked from commit 5cda6ff)
    kambatla authored and vinoduec committed May 7, 2015
    Configuration menu
    Copy the full SHA
    419b8f6 View commit details
    Browse the repository at this point in the history
  3. YARN-3385. Fixed a race-condition in ResourceManager's ZooKeeper base…

    …d state-store to avoid crashing on duplicate deletes. Contributed by Zhihai Xu.
    
    (cherry picked from commit 4c7b9b6)
    vinoduec committed May 7, 2015
    Configuration menu
    Copy the full SHA
    3d1d551 View commit details
    Browse the repository at this point in the history
  4. HDFS-7980. Incremental BlockReport will dramatically slow down nameno…

    …de startup. Contributed by Walter Su
    Tsz-Wo Nicholas Sze committed May 7, 2015
    Configuration menu
    Copy the full SHA
    74bd966 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. YARN-3358. Audit log not present while refreshing Service ACLs.

    Contributed by Varun Saxena.
    
    (cherry picked from commit ef3d66d)
    Devaraj K committed May 8, 2015
    Configuration menu
    Copy the full SHA
    ada2f74 View commit details
    Browse the repository at this point in the history
  2. HDFS-8226. Non-HA rollback compatibility broken (Contributed by J.And…

    …reina)
    
    (cherry picked from commit e01c1a9)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/bin/start-dfs.sh
    	hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsUserGuide.md
    
    (cherry picked from commit 3a894b4)
    vinayakumarb committed May 8, 2015
    Configuration menu
    Copy the full SHA
    99309a9 View commit details
    Browse the repository at this point in the history
  3. HDFS-8226. Non-HA rollback compatibility broken (Contributed by J.And…

    …reina)
    
    Added one missed change, missed while resolving conflict
    
    (cherry picked from commit 3ee1b50)
    vinayakumarb committed May 8, 2015
    Configuration menu
    Copy the full SHA
    1fbefe5 View commit details
    Browse the repository at this point in the history
  4. YARN-3554. Default value for maximum nodemanager connect wait time is…

    … too high. Contributed by Naganarasimha G R
    
    (cherry picked from commit 9757864)
    jlowe committed May 8, 2015
    Configuration menu
    Copy the full SHA
    1b95bf9 View commit details
    Browse the repository at this point in the history
  5. HDFS-7894. Rolling upgrade readiness is not updated in jmx until quer…

    …y command is issued. Contributed by Brahma Reddy Battula.
    
    (cherry picked from commit 6f62267)
    kihwal committed May 8, 2015
    Configuration menu
    Copy the full SHA
    bbb9f6a View commit details
    Browse the repository at this point in the history
  6. HDFS-8245. Standby namenode doesn't process DELETED_BLOCK if the addb…

    …lock request is in edit log. Contributed by Rushabh S Shah.
    
    (cherry picked from commit 2d4ae3d)
    kihwal committed May 8, 2015
    Configuration menu
    Copy the full SHA
    f57b1bf View commit details
    Browse the repository at this point in the history
  7. YARN-3476. Nodemanager can fail to delete local logs if log aggregati…

    …on fails. Contributed by Rohith
    
    (cherry picked from commit 25e2b02)
    jlowe committed May 8, 2015
    Configuration menu
    Copy the full SHA
    a75f4be View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. HADOOP-11663. Remove description about Java 6 from docs. Contributed …

    …by Masatake Iwasaki.
    
    (cherry picked from commit b9cebfc)
    (cherry picked from commit 77587fe)
    aajisaka committed May 11, 2015
    Configuration menu
    Copy the full SHA
    8f1dd57 View commit details
    Browse the repository at this point in the history
  2. HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPService…

    …Actor goes for infinite loop. Contributed by Rushabh Shah.
    
    (cherry picked from commit ea11590)
    kihwal committed May 11, 2015
    Configuration menu
    Copy the full SHA
    1e4a686 View commit details
    Browse the repository at this point in the history
  3. YARN-3434. Interaction between reservations and userlimit can result …

    …in significant ULF violation. (Thomas Graves via wangda)
    wangdatan committed May 11, 2015
    Configuration menu
    Copy the full SHA
    84f7641 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. backport YARN-3493. RM fails to come up with error "Failed to load/re…

    …cover state" when mem settings are changed (Jian He) to branch-2.7
    wangdatan committed May 12, 2015
    Configuration menu
    Copy the full SHA
    6b4adbf View commit details
    Browse the repository at this point in the history
  2. MAPREDUCE-6251. Added a new config for JobClient to retry JobStatus c…

    …alls so that they don't fail on history-server backed by DFSes with not so strong guarantees. Contributed by Craig Welch.
    
    (cherry picked from commit f24452d)
    vinoduec committed May 12, 2015
    Configuration menu
    Copy the full SHA
    0e68e30 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. YARN-3539. Updated timeline server documentation and marked REST APIs…

    … evolving. Contributed by Steve Loughran.
    
    (cherry picked from commit fcd0702)
    
    Conflicts:
    	hadoop-yarn-project/CHANGES.txt
    zjshen14 committed May 13, 2015
    Configuration menu
    Copy the full SHA
    071e21c View commit details
    Browse the repository at this point in the history
  2. HDFS-6300. Prevent multiple balancers from running simultaneously (Co…

    …ntributed by Rakesh R)
    
    (cherry picked from commit 065d8f2)
    vinayakumarb committed May 13, 2015
    Configuration menu
    Copy the full SHA
    ef2488e View commit details
    Browse the repository at this point in the history
  3. HDFS-8143. Mover should exit after some retry when failed to move blo…

    …cks. Contributed by surendra singh lilhore
    Tsz-Wo Nicholas Sze committed May 13, 2015
    Configuration menu
    Copy the full SHA
    2113e0a View commit details
    Browse the repository at this point in the history
  4. HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when e…

    …xecuted through hadoop-daemon.sh. Contributed by Chris Nauroth.
    
    (cherry picked from commit ddc4afe)
    cnauroth committed May 13, 2015
    Configuration menu
    Copy the full SHA
    82530ba View commit details
    Browse the repository at this point in the history
  5. YARN-3626. On Windows localized resources are not moved to the front …

    …of the classpath when they should be. Contributed by Craig Welch
    
    (cherry picked from commit 0f95921)
    (cherry picked from commit 487d9b0)
    xgong committed May 13, 2015
    Configuration menu
    Copy the full SHA
    9527cdd View commit details
    Browse the repository at this point in the history
  6. YARN-3457. NPE when NodeManager.serviceInit fails and stopRecoverySto…

    …re called. Contributed by Bibin A Chundatt.
    
    (cherry picked from commit ac32fa1)
    
    Conflicts:
    
    	hadoop-yarn-project/CHANGES.txt
    jlowe committed May 13, 2015
    Configuration menu
    Copy the full SHA
    bfd28d6 View commit details
    Browse the repository at this point in the history
  7. YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoverySto…

    …re invoked. Contributed by Brahma Reddy Battula
    
    (cherry picked from commit 5e093f0)
    jlowe committed May 13, 2015
    Configuration menu
    Copy the full SHA
    7110499 View commit details
    Browse the repository at this point in the history
  8. YARN-3641. NodeManager: stopRecoveryStore() shouldn't be skipped when…

    … exceptions happen in stopping NM's sub-services. Contributed by Junping Du
    
    (cherry picked from commit 711d77c)
    jlowe committed May 13, 2015
    Configuration menu
    Copy the full SHA
    5161751 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Fixing MR intermediate spills. Contributed by Arun Suresh.

    (cherry picked from commit 6b710a4)
    (cherry picked from commit 8786297)
    vinoduec committed May 15, 2015
    Configuration menu
    Copy the full SHA
    d9d7bbd View commit details
    Browse the repository at this point in the history
  2. Fixing HDFS state-store. Contributed by Arun Suresh.

    (cherry picked from commit 9a2a955)
    (cherry picked from commit ad3196e)
    vinoduec committed May 15, 2015
    Configuration menu
    Copy the full SHA
    3c51654 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2015

  1. YARN-3526. ApplicationMaster tracking URL is incorrectly redirected o…

    …n a QJM cluster. Contributed by Weiwei Yang
    
    (cherry picked from commit b0ad644)
    (cherry picked from commit 802676e)
    xgong committed May 16, 2015
    Configuration menu
    Copy the full SHA
    411c09b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    59d1b4a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. YARN-3601. Fix UT TestRMFailover.testRMWebAppRedirect. Contributed by…

    … Weiwei Yang
    
    (cherry picked from commit 5009ad4)
    (cherry picked from commit d39039d)
    xgong committed May 19, 2015
    Configuration menu
    Copy the full SHA
    f0399f5 View commit details
    Browse the repository at this point in the history
  2. HDFS-8404. Pending block replication can get stuck using older gensta…

    …mp. Contributed by Nathan Roberts.
    
    (cherry picked from commit 8860e35)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
    kihwal committed May 19, 2015
    Configuration menu
    Copy the full SHA
    7ac66f8 View commit details
    Browse the repository at this point in the history
  3. HADOOP-11973. Ensure ZkDelegationTokenSecretManager namespace znodes …

    …get created with ACLs. (Gregory Chanan via asuresh)
    
    (cherry picked from commit fd3cb53)
    xslogic committed May 19, 2015
    Configuration menu
    Copy the full SHA
    273d2f9 View commit details
    Browse the repository at this point in the history
  4. MAPREDUCE-6361. NPE issue in shuffle caused by concurrent issue betwe…

    …en copySucceeded() in one thread and copyFailed() in another thread on the same host. Contributed by Junping Du.
    oza authored and JunpingDu committed May 19, 2015
    Configuration menu
    Copy the full SHA
    6b03ec5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. YARN-3677. Fix findbugs warnings in yarn-server-resourcemanager. Cont…

    …ributed by Vinod Kumar Vavilapalli.
    
    (cherry picked from commit 7401e5b)
    oza committed May 20, 2015
    Configuration menu
    Copy the full SHA
    6c7840f View commit details
    Browse the repository at this point in the history
  2. Backport "YARN-2918. RM should not fail on startup if queue's configu…

    …red labels do not exist in cluster-node-labels. Contributed by Wangda Tan" to 2.7.1
    wangdatan committed May 20, 2015
    Configuration menu
    Copy the full SHA
    114d41a View commit details
    Browse the repository at this point in the history
  3. YARN-3681. yarn cmd says "could not find main class 'queue'" in windo…

    …ws. Contributed by Craig Welch and Varun Saxena
    
    (cherry picked from commit a665b22)
    xgong committed May 20, 2015
    Configuration menu
    Copy the full SHA
    b275818 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. YARN-3609. Load node labels from storage inside RM serviceStart. Cont…

    …ributed by Wangda Tan
    jian-he committed May 21, 2015
    Configuration menu
    Copy the full SHA
    ce45e4e View commit details
    Browse the repository at this point in the history
  2. YARN-3694. Fix dead link for TimelineServer REST API. Contributed by …

    …Jagadesh Kiran N.
    
    (cherry picked from commit a5def58)
    (cherry picked from commit 6d7e7ef)
    aajisaka committed May 21, 2015
    Configuration menu
    Copy the full SHA
    7a8e076 View commit details
    Browse the repository at this point in the history
  3. YARN-3646. Applications are getting stuck some times in case of retry

    policy forever. Contributed by Raju Bairishetti.
    
    (cherry picked from commit 0305316)
    Devaraj K committed May 21, 2015
    Configuration menu
    Copy the full SHA
    b68c338 View commit details
    Browse the repository at this point in the history
  4. HDFS-8451. DFSClient probe for encryption testing interprets empty UR…

    …I property for enabled. Contributed by Steve Loughran.
    
    (cherry picked from commit 05e04f3)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java
    xiaoyuyao committed May 21, 2015
    Configuration menu
    Copy the full SHA
    c550825 View commit details
    Browse the repository at this point in the history
  5. YARN-3675. FairScheduler: RM quits when node removal races with conti…

    …nuous-scheduling on the same node. (Anubhav Dhoot via kasha)
    
    (cherry picked from commit a8b50e46737c11936ba72c427da69b2365a07aac)
    (cherry picked from commit e8ac88d)
    kambatla committed May 21, 2015
    Configuration menu
    Copy the full SHA
    c600547 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. YARN-3701. Isolating the error of generating a single app report when

    getting all apps from generic history service. Contributed by Zhijie
    Shen
    
    (cherry picked from commit 455b3ac)
    (cherry picked from commit 33be070)
    xgong committed May 22, 2015
    Configuration menu
    Copy the full SHA
    eb4d1ed View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. YARN-2238. Filtering on UI sticks even if I move away from the page.

    Contributed by Jian He
    
    (cherry picked from commit 39077db)
    (cherry picked from commit 84245ff)
    xgong committed May 26, 2015
    Configuration menu
    Copy the full SHA
    23994e8 View commit details
    Browse the repository at this point in the history
  2. YARN-3686. CapacityScheduler should trim default_node_label_expressio…

    …n. (Sunil G via wangda)
    
    (cherry picked from commit cdbd66b)
    wangdatan committed May 26, 2015
    Configuration menu
    Copy the full SHA
    fb57a1a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. YARN-3626. On Windows localized resources are not moved to the front …

    …of the classpath when they should be. Contributed by Craig Welch.
    
    (cherry picked from commit 7bc33b63c78c6ee9a04c0c1511ef16e63f7f3074)
    (cherry picked from commit 6ed8989)
    cnauroth committed May 27, 2015
    Configuration menu
    Copy the full SHA
    02ab202 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. YARN-3723. Need to clearly document primaryFilter and otherInfo value

    type. Contributed by Zhijie Shen
    
    (cherry picked from commit 3077c29)
    (cherry picked from commit 550b551)
    xgong committed May 28, 2015
    Configuration menu
    Copy the full SHA
    3f18827 View commit details
    Browse the repository at this point in the history
  2. HADOOP-11934. Use of JavaKeyStoreProvider in LdapGroupsMapping causes…

    … infinite loop. Contributed by Larry McCay.
    
    (cherry picked from commit 860b837)
    (cherry picked from commit 3364826)
    cnauroth committed May 28, 2015
    Configuration menu
    Copy the full SHA
    7489b12 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. YARN-3489. RMServerUtils.validateResourceRequests should only obtain …

    …queue info once. (Varun Saxena via wangda)
    wangdatan committed May 29, 2015
    Configuration menu
    Copy the full SHA
    bb83503 View commit details
    Browse the repository at this point in the history
  2. Fixed more FilesSystemRMStateStore issues. Contributed by Vinod Kumar…

    … Vavilapalli.
    
    (cherry picked from commit 9acd24f)
    vinoduec committed May 29, 2015
    1 Configuration menu
    Copy the full SHA
    9449b72 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2015

  1. YARN-1462. Made RM write application tags to timeline server and expo…

    …sed them to users via generic history web UI and REST API. Contributed by Xuan Gong.
    zjshen14 committed May 30, 2015
    Configuration menu
    Copy the full SHA
    2032e8d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. YARN-2900. Application (Attempt and Container) Not Found in AHS results

    in Internal Server Error (500). Contributed by Zhijie Shen and Mit Desai
    xgong committed May 31, 2015
    Configuration menu
    Copy the full SHA
    0943e0f View commit details
    Browse the repository at this point in the history
  2. YARN-3725. App submission via REST API is broken in secure mode due t…

    …o Timeline DT service address is empty. (Zhijie Shen via wangda)
    
    (cherry picked from commit 5cc3fce)
    wangdatan committed May 31, 2015
    Configuration menu
    Copy the full SHA
    3f926f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. Revert "YARN-1462. Made RM write application tags to timeline server …

    …and exposed them to users via generic history web UI and REST API. Contributed by Xuan Gong."
    
    This reverts commit 2032e8d.
    xgong committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    1ad0d43 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. HDFS-5215. dfs.datanode.du.reserved is not considered while computing

    available space ( Brahma Reddy Battula via Yongjun Zhang)
    (cherry picked from commit 66763bb)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    kihwal committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    1ff3f16 View commit details
    Browse the repository at this point in the history
  2. YARN-3753. RM failed to come up with "java.io.IOException: Wait for Z…

    …KClient creation timed out". Contributed by Jian He
    xgong committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    b34825b View commit details
    Browse the repository at this point in the history
  3. HDFS-8486. DN startup may cause severe data loss (Daryn Sharp via Col…

    …in P. McCabe)
    
    (cherry picked from commit 03fb5c6)
    (cherry picked from commit 17e3695)
    Colin Patrick Mccabe committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    323ffcc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. HDFS-8521. Add VisibleForTesting annotation to BlockPoolSlice#selectR…

    …eplicaToDelete. (cmccabe)
    
    (cherry picked from commit 806e407)
    (cherry picked from commit 12497b0)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
    Colin Patrick Mccabe committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    a7058ca View commit details
    Browse the repository at this point in the history
  2. HDFS-8270. create() always retried with hardcoded timeout when file a…

    …lready exists with open lease (Contributed by J.Andreina)
    
    (cherry picked from commit 54f83d9)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/NameNodeProxies.java
    	hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileCreation.java
    vinayakumarb committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    8090a6e View commit details
    Browse the repository at this point in the history
  3. HDFS-8523. Remove usage information on unsupported operation 'fsck -s…

    …howprogress' from branch-2 (Contributed by J.Andreina)
    
    (cherry picked from commit 0ed9c2d)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
    vinayakumarb committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    dd98cfd View commit details
    Browse the repository at this point in the history
  4. YARN-3585. NodeManager cannot exit on SHUTDOWN event triggered and NM…

    … recovery is enabled. Contributed by Rohith Sharmaks
    
    (cherry picked from commit e13b671)
    
    Conflicts:
    
    	hadoop-yarn-project/CHANGES.txt
    jlowe committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    3d2c3f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages. Con…

    …tributed by Kazuho Fujii.
    
    (cherry picked from commit dbed757)
    (cherry picked from commit 1cccd1e)
    aajisaka committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    718dca4 View commit details
    Browse the repository at this point in the history
  2. YARN-3733. Fix DominantRC#compare() does not work as expected if clus…

    …ter resource is empty. (Rohith Sharmaks via wangda)
    
    (cherry picked from commit ebd797c)
    wangdatan committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    e74e4d7 View commit details
    Browse the repository at this point in the history
  3. YARN-3764. CapacityScheduler should forbid moving LeafQueue from one …

    …parent to another. Contributed by Wangda Tan
    
    (cherry picked from commit 6ad4e59)
    jian-he committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    a78ca0f View commit details
    Browse the repository at this point in the history
  4. Add missing test file of YARN-3733

    (cherry picked from commit 405bbcf)
    wangdatan committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    6b05575 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. MAPREDUCE-6387. Serialize the recently added Task#encryptedSpillKey f…

    …ield at the end. (Arun Suresh via kasha)
    
    (cherry picked from commit 6786daa)
    (cherry picked from commit 1a2e6e8)
    kambatla committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    d404caa View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2015

  1. Configuration menu
    Copy the full SHA
    8c1a46c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. HADOOP-12078. The default retry policy does not handle RetriableExcep…

    …tion correctly. (Contributed by Arpit Agarwal)
    arp7 committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    105cadb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. HDFS-8566. HDFS documentation about debug commands wrongly identifies…

    … them as "hdfs dfs" commands (Surendra Singh Lilhore via Colin P. McCabe)
    
    (cherry picked from commit 587309b)
    (cherry picked from commit 754dd34)
    Colin Patrick Mccabe committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    0bcc683 View commit details
    Browse the repository at this point in the history
  2. HDFS-8583. Document that NFS gateway does not work with rpcbind on SL…

    …ES 11. (Arpit Agarwal)
    arp7 committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    3ec9b63 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. HDFS-8572. DN always uses HTTP/localhost@REALM principals in SPNEGO. …

    …Contributed by Haohui Mai.
    Haohui Mai committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    3651feb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2015

  1. HDFS-8596. TestDistributedFileSystem et al tests are broken in branch…

    …-2 due to incorrect setting of "datanode" attribute. Contributed by Yongjun Zhang.
    
    (cherry picked from commit b0dc291)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/DatanodeHttpServer.java
    
    (cherry picked from commit cd578fa)
    Yongjun Zhang committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    6dda57a View commit details
    Browse the repository at this point in the history
  2. HDFS-8595. TestCommitBlockSynchronization fails in branch-2.7. (Patch…

    … applies to all branches). (Contributed by Arpit Agarwal)
    arp7 committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    1145d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. HDFS-8600. TestWebHdfsFileSystemContract.testGetFileBlockLocations fa…

    …ils in branch-2.7. (Contributed by Arpit Agarwal)
    arp7 committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    a1810d7 View commit details
    Browse the repository at this point in the history
  2. HDFS-8576. Lease recovery should return true if the lease can be rele…

    …ased and the file can be closed. Contributed by J.Andreina
    Tsz-Wo Nicholas Sze committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    7a248f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. HDFS-8361. Choose SSD over DISK in block placement.

    Tsz-Wo Nicholas Sze committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    632cb54 View commit details
    Browse the repository at this point in the history
  2. YARN-3711. Documentation of ResourceManager HA should explain configu…

    …rations about listen addresses. Contributed by Masatake Iwasaki.
    
    (cherry picked from commit e8c5143)
    
    Conflicts:
    	hadoop-yarn-project/CHANGES.txt
    oza committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    6c527f5 View commit details
    Browse the repository at this point in the history
  3. HDFS-8544. Incorrect port specified in HFTP Guide document in branch-…

    …2. (Contributed by Brahma Reddy Battula)
    
    (cherry picked from commit b1d3ed0)
    Yongjun Zhang committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    f4ae56d View commit details
    Browse the repository at this point in the history
  4. HDFS-8597. Fix TestFSImage#testZeroBlockSize on Windows. Contributed …

    …by Xiaoyu Yao.
    
    (cherry picked from commit 4e88ff5)
    
    Conflicts:
    	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
    xiaoyuyao committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    fe35ba1 View commit details
    Browse the repository at this point in the history
  5. HDFS-4660. Block corruption can happen during pipeline recovery. Cont…

    …ributed by Kihwal Lee.
    
    (cherry picked from commit c74517c)
    kihwal committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    6de4d52 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. YARN-3804. Both RM are on standBy state when kerberos user not in yar…

    …n.admin.acl. Contributed by Varun Saxena
    xgong committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    c0a419b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. HADOOP-12100. ImmutableFsPermission should not override applyUmask si…

    …nce that method doesn't modify the FsPermission (Bibin A. Chundatt via Colin P. McCabe)
    
    (cherry picked from commit 6e0a9f9)
    (cherry picked from commit 2946e92)
    Colin Patrick Mccabe committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    e5f9703 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. HDFS-8633. Fix setting of dfs.datanode.readahead.bytes in hdfs-defaul…

    …t.xml to match DFSConfigKeys. Contributed by Ray Chiang.
    
    (cherry picked from commit b42f1ec)
    Yongjun Zhang committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    8c03a07 View commit details
    Browse the repository at this point in the history
  2. HADOOP-12103. Small refactoring of DelegationTokenAuthenticationFilte…

    …r to allow code sharing. Contributed by Yongjun Zhang.
    
    (cherry picked from commit 49f5d20)
    Yongjun Zhang committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    d06080b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. HDFS-8626. Reserved RBW space is not released if creation of RBW File…

    … fails. (Contributed by kanaka kumar avvaru)
    arp7 committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    dc4171c View commit details
    Browse the repository at this point in the history
  2. HDFS-7546. Document, and set an accepting default for dfs.namenode.ke…

    …rberos.principal.pattern (Harsh J via aw)
    
    (cherry picked from commit 63613c7)
    aw-was-here authored and Yongjun Zhang committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    0adb6d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b99e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. HDFS-8480. Fix performance and timeout issues in HDFS-7929 by using h…

    …ard-links to preserve old edit logs, instead of copying them. (Zhe Zhang via Colin P. McCabe)
    
    (cherry picked from commit 7b424f9)
    (cherry picked from commit cbd1168)
    
    Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSUpgrade.java
    Colin Patrick Mccabe committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    86c01d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. YARN-3842. NMProxy should retry on NMNotYetReadyException. (Robert Ka…

    …nter via kasha)
    
    (cherry picked from commit 5ebf281)
    (cherry picked from commit 9656ee4)
    kambatla committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    6b1a156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8db40 View commit details
    Browse the repository at this point in the history
  3. MAPREDUCE-6410. Fixed MapReduce JobHistory server to use the right (l…

    …ogin) UGI to refresh log and cleaner settings. Contributed by Varun Saxena.
    
    (cherry picked from commit d481684)
    vinoduec committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    a90e9b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. YARN-3809. Failed to launch new attempts because ApplicationMasterLau…

    …ncher's threads all hang. Contributed by Jun Gong
    
    (cherry picked from commit 2a20dd9)
    jlowe committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    37b89de View commit details
    Browse the repository at this point in the history
  2. YARN-3832. Resource Localization fails on a cluster due to existing c…

    …ache directories. Contributed by Brahma Reddy Battula
    
    (cherry picked from commit 8d58512)
    jlowe committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    41d9677 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. YARN-3850. NM fails to read files from full disks which can lead to c…

    …ontainer logs being lost and other issues. Contributed by Varun Saxena
    
    (cherry picked from commit 40b2569)
    jlowe committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    baf9e22 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. HDFS-8681. BlockScanner is incorrectly disabled by default. (Contribu…

    …ted by Arpit Agarwal)
    arp7 committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    f655036 View commit details
    Browse the repository at this point in the history
  2. Adding release 2.7.2 to CHANGES.txt.

    (cherry picked from commit aad6a7d)
    vinoduec committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    2e99675 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Configuration menu
    Copy the full SHA
    36d8e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9232ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f68f76e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15ecc87 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Release process for 2.7.1: Set the release date for 2.7.1.

    (cherry picked from commit bf89ddb)
    vinoduec committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    ac0538a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. YARN-3969. Allow jobs to be submitted to reservation that is active b…

    …ut does not have any allocations. (subru via curino)
    
    (cherry picked from commit 0fcb4a8)
    (cherry picked from commit 6a71a0a)
    carlo curino authored and carlo curino committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    5a1d236 View commit details
    Browse the repository at this point in the history
  2. Revert "YARN-3969. Allow jobs to be submitted to reservation that is …

    …active but does not have any allocations. (subru via curino)" moving this to branch-2.7 per Akira's request.
    
    This reverts commit 5a1d236.
    carlo curino authored and carlo curino committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    a4c8829 View commit details
    Browse the repository at this point in the history