Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
8719 commits
Select commit Hold shift + click to select a range
44dbddb
HDFS-8462. Implement GETXATTRS and LISTXATTRS operations for WebImage…
aajisaka Jun 25, 2015
05e9ffd
HDFS-8640. Make reserved RBW space visible through JMX. (Contributed …
arp7 Jun 25, 2015
31fd7a5
MAPREDUCE-6413. TestLocalJobSubmission is failing with unknown host. …
jlowe Jun 25, 2015
ba406b7
HDFS-8665. Fix replication check in DFSTestUtils#waitForReplication.
umbrant Jun 26, 2015
84fdd4a
HDFS-8546. Use try with resources in DataStorage and Storage.
umbrant Jun 26, 2015
55427fb
HADOOP-8151. Error handling in snappy decompressor throws invalid exc…
QwertyManiac Sep 23, 2012
0221d19
YARN-3850. NM fails to read files from full disks which can lead to c…
jlowe Jun 26, 2015
8552af9
HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Bur…
Jun 26, 2015
83d7615
HDFS-8623. Refactor NameNode handling of invalid, corrupt, and under-…
Jing9 Jun 26, 2015
dd7776b
HDFS-8656. Preserve compatibility of ClientProtocol#rollingUpgrade af…
umbrant Jun 26, 2015
9cf5bd2
HADOOP-12036. Consolidate all of the cmake extensions in one director…
Jun 26, 2015
1a8d162
YARN-2871. TestRMRestart#testRMRestartGetApplicationList sometime fails
xgong Jun 27, 2015
e163c1e
YARN-3859. LeafQueue doesn't print user properly for application add.
Jun 28, 2015
f02c069
HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix Fil…
steveloughran Jun 28, 2015
0fd47fa
HDFS-8681. BlockScanner is incorrectly disabled by default. (Contribu…
arp7 Jun 28, 2015
4155bb5
Adding release 2.7.2 to CHANGES.txt.
vinoduec Jun 28, 2015
dbd2b18
YARN-3860. rmadmin -transitionToActive should check the state of non-…
JunpingDu Jun 29, 2015
beab746
HDFS-8586. Dead Datanode is allocated for write when client is from d…
vinayakumarb Jun 29, 2015
e4adb19
HADOOP-12119. hadoop fs -expunge does not work for federated namespac…
vinayakumarb Jun 29, 2015
438bb25
HDFS-8628. Update missing command option for fetchdt (Contributed by …
vinayakumarb Jun 29, 2015
e40e9fc
HDFS-7390. Provide JMX metrics per storage type. (Benoy Antony)
Jun 29, 2015
ada7f66
HDFS-8653. Code cleanup for DatanodeManager, DatanodeDescriptor and D…
umbrant Jun 29, 2015
df58fda
HADOOP-12104. Migrate Hadoop Pipes native build to new CMake framewor…
Jun 29, 2015
5ff14f2
HADOOP-12112. Make hadoop-common-project Native code -Wall-clean (ala…
Jun 29, 2015
0100995
YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for no…
jian-he Jun 29, 2015
399df10
HADOOP-12089. StorageException complaining " no lease ID" when updati…
cnauroth Jun 29, 2015
484a6c0
YARN-3770. SerializedException should also handle java.lang.Error on …
jian-he Jun 29, 2015
11bdcb7
HDFS-8659. Block scanner INFO message is spamming logs. Contributed b…
Jun 29, 2015
ff78e61
HDFS-8687. Remove the duplicate usage message from Dfsck.java. (Contr…
arp7 Jun 29, 2015
eccd4f2
HDFS-8493. Consolidate truncate() related implementation in a single …
Jun 29, 2015
3c632c8
HDFS-8579. Update HDFS usage with missing options (Contributed by J.A…
vinayakumarb Jun 30, 2015
bc06d5b
HADOOP-12154. FileSystem#getUsed() returns the file length only from …
vinayakumarb Jun 30, 2015
6719fc9
Revert "HADOOP-12009 Clarify FileSystem.listStatus() sorting order & …
steveloughran Jun 30, 2015
fdfd5be
MAPREDUCE-6384. Add the last reporting reducer info for too many fetc…
jlowe Jun 30, 2015
1204140
HADOOP-12158. Improve error message in TestCryptoStreamsWithOpensslAe…
umbrant Jun 30, 2015
f9b9808
YARN-3768. ArrayIndexOutOfBoundsException with empty environment vari…
gerashegalov Jun 30, 2015
604d1bb
HDFS-8635. Migrate HDFS native build to new CMake framework (Alan Bur…
Jun 30, 2015
b1da58d
YARN-3827. Migrate YARN native build to new CMake framework (Alan Bur…
Jun 30, 2015
7c698bc
HADOOP-10798. globStatus() should always return a sorted list of file…
Jun 30, 2015
016c794
HADOOP-12124. Add HTrace support for FsShell (cmccabe)
Jun 30, 2015
3f79ee7
HADOOP-12159. Move DistCpUtils#compareFs() to org.apache.hadoop.fs.Fi…
rkanter Jun 30, 2015
e5b0439
MAPREDUCE-6121. JobResourceUpdater#compareFs() doesn't handle HA name…
rkanter Jun 30, 2015
f7ba3c0
HADOOP-12116. Fix unrecommended syntax usages in hadoop/hdfs/yarn scr…
cnauroth Jun 30, 2015
fad478e
HADOOP-12164. Fix TestMove and TestFsShellReturnCode failed to get c…
Jul 1, 2015
3432017
YARN-3823. Fix mismatch in default values for
Jul 1, 2015
c343250
YARN-3830. AbstractYarnScheduler.createReleaseCache may try to clean a
Jul 1, 2015
df4e1e4
MAPREDUCE-6376. Add avro binary support for jhist files. Contributed …
jlowe Jul 1, 2015
d38f377
HDFS-8706. Fix typo in datanode startup options in HDFSCommands.html.…
arp7 Jul 1, 2015
f3195ed
MAPREDUCE-6420. Interrupted Exception in LocalContainerLauncher shoul…
jlowe Jul 1, 2015
8a4970e
MAPREDUCE-6418. MRApp should not shutdown LogManager during shutdown.…
jlowe Jul 1, 2015
a721b9d
YARN-3793. Several NPEs when deleting local files on NM recovery. Con…
jlowe Jul 1, 2015
ff7562c
HDFS-8666. Speedup the TestMover test. Contributed by Walter Su.
Jing9 Jul 1, 2015
d61dd10
YARN-3508. Prevent processing preemption events on the main RM dispat…
wangdatan Jul 2, 2015
490bef0
HADOOP-12171. Shorten overly-long htrace span names for server (cmccabe)
Jul 2, 2015
0d94a29
HADOOP-12172. FsShell mkdir -p makes an unnecessary check for the exi…
cnauroth Jul 2, 2015
e1ca886
YARN-3875. FSSchedulerNode#reserveResource() doesn't print Applicatio…
Jul 2, 2015
55bf014
HDFS-8703. Merge refactor of DFSInputStream from ErasureCoding branch…
vinayakumarb Jul 2, 2015
efe9ae9
HDFS-8709. Clarify automatic sync in FSEditLog#logEdit.
umbrant Jul 2, 2015
f2c0539
HADOOP-12173. NetworkTopology::add calls toString always. Contributed…
cdouglas Jul 3, 2015
b963ca8
HDFS-8577. Avoid retrying to recover lease on a file which does not e…
vinayakumarb Jul 3, 2015
09639ac
YARN-3882. AggregatedLogFormat should close aclScanner and ownerScanner
xgong Jul 5, 2015
415dd64
MAPREDUCE-6425. ShuffleHandler passes wrong "base" parameter to
Jul 6, 2015
91d2c59
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsyn…
vinayakumarb Jul 6, 2015
9a774df
HDFS-8686. WebHdfsFileSystem#getXAttr(Path p, final String name) does…
vinayakumarb Jul 6, 2015
d01eaef
HADOOP-12045. Enable LocalFileSystem#setTimes to change atime. Contri…
cnauroth Jul 6, 2015
360164e
HADOOP-12185. NetworkTopology is not efficient adding/getting/removin…
cdouglas Jul 6, 2015
3d73d20
HDFS-8652. Track BlockInfo instead of Block in CorruptReplicasMap. Co…
Jing9 Jul 6, 2015
a8bf34c
Release process for 2.7.1: Set the release date for 2.7.1.
vinoduec Jul 6, 2015
f558429
YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give w…
Jul 7, 2015
c5c0577
HADOOP-12117. Potential NPE from Configuration#loadProperty with allo…
vinayakumarb Jul 7, 2015
16ca0fc
YARN-2194. Fix bug causing CGroups functionality to fail on RHEL7. Co…
varun-vasu Jul 7, 2015
2b99310
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsyn…
vinayakumarb Jul 7, 2015
4da63e5
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Col…
Jul 6, 2015
62424b5
HADOOP-5732. Add SFTPFileSystem. Contributed by Ramtin Boustani and I…
cdouglas Jul 7, 2015
bed74b6
Revert "HDFS-8652. Track BlockInfo instead of Block in CorruptReplica…
Jing9 Jul 7, 2015
5fbf91b
MAPREDUCE-6038. A boolean may be set error in the Word Count v2.0 in …
cdouglas Jul 7, 2015
54e9b90
HADOOP-12193. Rename Touchz.java to Touch.java.
umbrant Jul 7, 2015
9bbc3e4
HADOOP-12195. Add annotation to package-info.java file to workaround …
umbrant Jul 7, 2015
b181c13
HDFS-8620. Clean up the checkstyle warinings about ClientProtocol. Co…
Jul 7, 2015
fa59b22
YARN-3892. Fixed NPE on RMStateStore#serviceStop when CapacitySchedul…
jian-he Jul 7, 2015
d260478
YARN-3690. [JDK8] 'mvn site' fails. Contributed by Brahma Reddy Battula.
aajisaka Jul 8, 2015
907abdc
HDFS-8711. setSpaceQuota command should print the available storage t…
xiaoyuyao Jul 7, 2015
38ee924
HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolumeSpi an…
vinayakumarb Jul 8, 2015
01e12b7
Revert "HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolu…
vinayakumarb Jul 8, 2015
6fe2e7c
HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolumeSpi an…
vinayakumarb Jul 8, 2015
e519df4
HDFS-8642. Make TestFileTruncate more reliable. (Contributed by Rakes…
arp7 Jul 8, 2015
981fe4c
HDFS-8726. Move protobuf files that define the client-sever protocols…
Jul 8, 2015
cc73f23
HADOOP-12194. Support for incremental generation in the protoc plugin.
umbrant Jul 8, 2015
4227fff
HADOOP-11878. FileContext#fixRelativePart should check for not null f…
kambatla Jul 8, 2015
016d661
HADOOP-12201. Add tracing to FileSystem#createFileSystem and Globber#…
Jul 9, 2015
ee07df6
HADOOP-12200. TestCryptoStreamsWithOpensslAesCtrCryptoCodec should be…
aajisaka Jul 9, 2015
d17a7bb
YARN-2194. Addendum patch to fix failing unit test in TestPrivilegedO…
varun-vasu Jul 9, 2015
3074d70
MAPREDUCE-6426. TestShuffleHandler#testGetMapOutputInfo is failing.
Jul 9, 2015
d15f694
YARN-1012. Report NM aggregated container resource utilization in hea…
kambatla Jul 9, 2015
ccf1870
YARN-3878. AsyncDispatcher can hang while stopping if it is configure…
kambatla Jul 9, 2015
fc989eb
HADOOP-12180. Move ResourceCalculatorPlugin from YARN to Common. (Chr…
kambatla Jul 9, 2015
ae0d5d6
HDFS-8729. Fix TestFileTruncate#testTruncateWithDataNodesRestartImmed…
Jing9 Jul 9, 2015
753d870
YARN-3800. Reduce storage footprint for ReservationAllocation. Contri…
Jul 9, 2015
66419d3
HADOOP-12210. Collect network usage on the node. Contributed by Rober…
cdouglas Jul 7, 2015
2a01495
YARN-3888. ApplicationMaster link is broken in RM WebUI when appstate is
xgong Jul 10, 2015
3a0318e
HDFS-8749. Fix findbugs warnings in BlockManager.java. Contributed by…
aajisaka Jul 10, 2015
c1447e6
HDFS-2956. calling fetchdt without a --renewer argument throws NPE (C…
vinayakumarb Jul 10, 2015
5e6bbe6
HADOOP-12107. long running apps may have a huge number of StatisticsD…
mingmasplace Jun 29, 2015
b169889
YARN-3445. Cache runningApps in RMNode for getting running apps on gi…
mingmasplace Jul 10, 2015
0e8c335
HDFS-8751. Remove setBlocks API from INodeFile and misc code cleanup.…
Jing9 Jul 10, 2015
37a93c2
YARN-3116. RM notifies NM whether a container is an AM container or n…
zjshen14 Jul 11, 2015
c36090f
YARN-3849. Too much of preemption activity causing continuos killing …
wangdatan Jul 11, 2015
896b8c6
YARN-3917. getResourceCalculatorPlugin for the default should interce…
gerashegalov Jul 11, 2015
ad6787a
YARN-3069. Document missing properties in yarn-default.xml. Contribut…
aajisaka Jul 13, 2015
87360be
YARN-3894. RM startup should fail for wrong CS xml NodeLabel capacity…
wangdatan Jul 13, 2015
0e4d251
MAPREDUCE-6421. Fix findbugs warning in RMContainerAllocator.reduceNo…
aajisaka Jul 13, 2015
0ba2def
YARN-3381. Fix typo InvalidStateTransitonException. Contributed by Br…
aajisaka Jul 13, 2015
27366dd
Revert "YARN-3878. AsyncDispatcher can hang while stopping if it is c…
jian-he Jul 13, 2015
2e455d4
Add HDFS-8143 to CHANGES.txt.
Jul 13, 2015
d8d6d69
HDFS-8541. Mover should exit with NO_MOVE_PROGRESS if there is no mov…
Jul 13, 2015
c6b0bba
HADOOP-12211. Collect disk usage on the node. Contributed by Robert G…
cdouglas Jul 13, 2015
5f58be7
YARN-3453. Ensure preemption logic in FairScheduler uses DominantReso…
xslogic Jul 14, 2015
64059d8
HADOOP-12191. Bzip2Factory is not thread safe. Contributed by Brahma …
oza Jul 14, 2015
4710378
HDFS-7608: hdfs dfsclient newConnectedPeer has no write timeout (Xiao…
Jul 14, 2015
b0a2dc9
HDFS-8722. Optimize datanode writes for small writes and flushes. Con…
kihwal Jul 14, 2015
bad5d28
HDFS-8742. Inotify: Support event for OP_TRUNCATE. Contributed by Sur…
aajisaka Jul 14, 2015
2a0e551
MAPREDUCE-6427. Fix typo in JobHistoryEventHandler. Contributed by Ra…
cdouglas Jul 14, 2015
5e8c01e
HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. Contributed by Chr…
cnauroth Jul 14, 2015
59ba845
HADOOP-12153. ByteBufferReadable doesn't declare @InterfaceAudience a…
oza Jul 15, 2015
bfbc805
YARN-3170. YARN architecture document needs updating. Contirubted by …
oza Jul 15, 2015
4da8ff6
MAPREDUCE-5762. Port MAPREDUCE-3223 and MAPREDUCE-4695 (Remove MRv1 c…
aajisaka Jul 15, 2015
dc211ca
HDFS-8778. TestBlockReportRateLimiting#testLeaseExpiration can deadlo…
arp7 Jul 15, 2015
f3f7872
HADOOP-10615. FileInputStream in JenkinsHash#main() is never closed. …
oza Jul 16, 2015
f95e3c3
YARN-3174. Consolidate the NodeManager and NodeManagerRestart documen…
oza Jul 16, 2015
90c5bf0
HADOOP-12240. Fix tests requiring native library to be skipped in non…
oza Jul 16, 2015
e97a14a
YARN-3805. Update the documentation of Disk Checker based on YARN-90.…
oza Jul 16, 2015
516bbf1
HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for…
mingmasplace Jul 16, 2015
391d2d8
HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipe…
Jul 16, 2015
7b25407
YARN-3930. FileSystemNodeLabelsStore should make sure edit log file c…
wangdatan Jul 16, 2015
a7de3cd
YARN-3885. ProportionalCapacityPreemptionPolicy doesn't preempt if qu…
wangdatan Jul 16, 2015
8018041
YARN-3535. Scheduler must re-request container resources when RMConta…
xslogic Jul 17, 2015
b289939
YARN-3905. Application History Server UI NPEs when accessing apps run…
Jul 17, 2015
aff955a
YARN-3844. Make hadoop-yarn-project Native code -Wall-clean (Alan Bur…
Jul 17, 2015
eddb326
Pulling in YARN-3535 to branch 2.7.x
xslogic Jul 18, 2015
f3296a1
HADOOP-12235 hadoop-openstack junit & mockito dependencies should be …
steveloughran Jul 20, 2015
208b9ee
HADOOP-12209 Comparable type should be in FileStatus. (Yong Zhang v…
steveloughran Jul 20, 2015
d68b044
HADOOP-12088. KMSClientProvider uses equalsIgnoreCase("application/js…
steveloughran Jul 20, 2015
577acf8
HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toStrin…
steveloughran Jul 20, 2015
d3c23c7
HADOOP-11893. Mark org.apache.hadoop.security.token.Token as @Interfa…
steveloughran Jul 20, 2015
3d58c7a
HDFS-8344. NameNode doesn't recover lease for files with missing bloc…
raviprak-altiscale Jul 20, 2015
cadd02a
HDFS-8794. Improve CorruptReplicasMap#corruptReplicasMap. (yliu)
y-liu Jul 21, 2015
d591f2a
HADOOP-12081. Fix UserGroupInformation.java to support 64-bit zLinux.…
aajisaka Jul 21, 2015
e78ee18
Move HDFS-6945 to 2.7.2 section in CHANGES.txt.
aajisaka Jul 21, 2015
4283831
HDFS-7483. Display information per tier on the Namenode UI. Contribut…
Jul 21, 2015
8ef3821
HADOOP-12214. Parse 'HadoopArchive' commandline using cli Options. (C…
vinayakumarb Jul 21, 2015
cd3692f
HDFS-7582. Enforce maximum number of ACL entries separately per acces…
vinayakumarb Jul 21, 2015
3dd113f
YARN-2003. Support for Application priority : Changes in RM and Capac…
wangdatan Jul 21, 2015
b728edc
Revert "HDFS-8344. NameNode doesn't recover lease for files with miss…
raviprak-altiscale Jul 21, 2015
57d55d4
HDFS-8721. Add a metric for number of encryption zones. Contributed b…
cnauroth Jul 21, 2015
aab1c14
HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics…
cnauroth Jul 21, 2015
11cb00f
YARN-3878. AsyncDispatcher can hang while stopping if it is configure…
jian-he Jul 21, 2015
53ed25c
HDFS-8495. Consolidate append() related implementation into a single …
Jul 22, 2015
03d68b5
HADOOP-12017. Hadoop archives command should use configurable replica…
vinayakumarb Jul 22, 2015
930e344
HDFS-8795. Improve InvalidateBlocks#node2blocks. (yliu)
y-liu Jul 22, 2015
bb080b3
HADOOP-12239. StorageException complaining " no lease ID" when updati…
cnauroth Jul 22, 2015
d9876e6
HADOOP-12184. Remove unused Linux-specific constants in NativeIO (Mar…
Jul 22, 2015
3576b0a
YARN-3932. SchedulerApplicationAttempt#getResourceUsageReport and Use…
wangdatan Jul 22, 2015
3800e25
YARN-3956. Fix TestNodeManagerHardwareUtils fails on Mac (Varun Vasud…
wangdatan Jul 22, 2015
be2334b
YARN-3954. Fix TestYarnConfigurationFields#testCompareConfigurationCl…
rohithsharmaks Jul 22, 2015
6772c3f
YARN-2019. Retrospect on decision of making RM crashed if any excepti…
JunpingDu Jul 23, 2015
71764a9
HDFS-8797. WebHdfsFileSystem creates too many connections for pread. …
Jing9 Jul 23, 2015
6baebca
YARN-3941. Proportional Preemption policy should try to avoid sending…
wangdatan Jul 23, 2015
601b503
HADOOP-12161. Add getStoragePolicy API to the FileSystem interface. (…
arp7 Jul 23, 2015
d3e6b40
HDFS-8730. Clean up the import statements in ClientProtocol. Contribu…
Jul 23, 2015
a372856
HADOOP-11731. Rework the changelog and releasenotes (aw)
aw-was-here Apr 2, 2015
cf258b6
HADOOP-12189. Improve CallQueueManager#swapQueue to make queue elemen…
umbrant Jul 23, 2015
ba3b40a
YARN-3900. Protobuf layout of yarn_security_token causes errors in ot…
rkanter Jul 23, 2015
17319c4
HDFS-6682. Add a metric to expose the timestamp of the oldest under-r…
aajisaka Jul 24, 2015
9d15860
YARN-3845. Scheduler page does not render RGBA color combinations in …
rohithsharmaks Jul 24, 2015
b2a532f
HDFS-8806. Inconsistent metrics: number of missing blocks with replic…
aajisaka Jul 24, 2015
6a71a0a
YARN-3969. Allow jobs to be submitted to reservation that is active b…
Jul 24, 2015
731ed9c
HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rka…
rkanter Jul 24, 2015
98ed4bc
YARN-3967. Fetch the application report from the AHS if the RM does not
xgong Jul 24, 2015
7bdd32c
HDFS-8735. Inotify: All events classes should implement toString() AP…
aajisaka Jul 24, 2015
d2ee029
YARN-3957. FairScheduler NPE In FairSchedulerQueueInfo causing schedu…
kambatla Jul 24, 2015
2a0688f
HADOOP-11797. releasedocmaker.py needs to put ASF headers on output (aw)
aw-was-here Apr 3, 2015
fed9f76
HADOOP-11813. releasedocmaker.py should use today's date instead of u…
aw-was-here May 6, 2015
2419711
HADOOP-12170. hadoop-common's JNIFlags.cmake is redundant and can be …
Jul 24, 2015
bddc48e
YARN-3969. Updating CHANGES.txt to reflect the correct set of branche…
Jul 24, 2015
3233284
YARN-3026. Move application-specific container allocation logic from …
jian-he Jul 24, 2015
2cf7141
YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read conta…
jlowe Jul 24, 2015
4ba2e1a
YARN-3973. Recent changes to application priority management break re…
wangdatan Jul 24, 2015
cf348f2
HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw)
aw-was-here Jun 27, 2015
a6cad7d
HADOOP-12135. cleanup releasedocmaker
aw-was-here Jul 6, 2015
f54862f
HADOOP-12202. releasedocmaker drops missing component and assignee en…
aw-was-here Jul 7, 2015
621203b
HADOOP-12237. releasedocmaker.py doesn't work behind a proxy (Tsuyosh…
aw-was-here Jul 20, 2015
26ea045
YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservation…
Jul 25, 2015
0e7c883
YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn…
aajisaka Jul 27, 2015
1cf5e40
HDFS-8810. Correct assertions in TestDFSInotifyEventInputStream class…
aajisaka Jul 27, 2015
ec0f801
YARN-3852. Add docker container support to container-executor. Contri…
varun-vasu Jul 27, 2015
9da487e
YARN-3853. Add docker container runtime support to LinuxContainterExe…
varun-vasu Jul 27, 2015
7c123ac
YARN-3846. RM Web UI queue filter is not working for sub queue. Contr…
jian-he Jul 27, 2015
c650ab0
HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemS…
aajisaka Jul 28, 2015
ffe6a34
HDFS-7858. Improve HA Namenode Failover detection on the client. (asu…
xslogic Jul 28, 2015
2ec008e
YARN-3982. container-executor parsing of container-executor.cfg broken
xgong Jul 28, 2015
5875935
HADOOP-12175. FsShell must load SpanReceierHost to support tracing (M…
Jul 28, 2015
71a5aa2
HDFS-8180. AbstractFileSystem Implementation for WebHdfs. Contributed…
jghoman Jul 29, 2015
0c09597
HDFS-8811. Move BlockStoragePolicy name's constants from HdfsServerCo…
vinayakumarb Jul 29, 2015
dcf1f1f
HDFS-8822. Add SSD storagepolicy tests in TestBlockStoragePolicy#test…
vinayakumarb Jul 29, 2015
9d81916
HDFS-8834. TestReplication is not valid after HDFS-6482. (Contributed…
Jul 28, 2015
dff49ae
Revert "HDFS-6682. Add a metric to expose the timestamp of the oldest…
aajisaka Jul 29, 2015
a0238d8
HDFS-8670. Better to exclude decommissioned nodes for namenode NodeUs…
vinayakumarb Jul 29, 2015
6f50a6a
YARN-3950. Add unique SHELL_ID environment variable to DistributedShe…
jlowe Jul 29, 2015
e6b4714
HADOOP-10945. 4-digit octal umask permissions throws a parse error. C…
jlowe Jul 29, 2015
8659315
YARN-2768. Avoid cloning Resource in FSAppAttempt#updateDemand. (Hong…
kambatla Jul 29, 2015
9c00ae0
YARN-3919. NPEs' while stopping service after exception during Common…
rohithsharmaks Jul 29, 2015
3faf7bc
HDFS-8816. Improve visualization for the Datanode tab in the NN UI. C…
Jul 23, 2015
a28e23d
YARN-3963. AddNodeLabel on duplicate label addition shows success. (B…
wangdatan Jul 30, 2015
53a0653
YARN-3971. Skip RMNodeLabelsManager#checkRemoveFromClusterNodeLabelsO…
wangdatan Jul 30, 2015
95e7177
HDFS-7192. DN should ignore lazyPersist hint if the writer is not loc…
arp7 Jul 30, 2015
212b8b9
HDFS-8821. Explain message "Operation category X is not supported in …
Jul 31, 2015
68034bd
HADOOP-12271. Hadoop Jar Error Should Be More Explanatory. Contribute…
Jul 31, 2015
0e2019f
YARN-433. When RM is catching up with node updates then it should not…
Jul 31, 2015
9d40eea
MAPREDUCE-6433. launchTime may be negative. Contributed by Zhihai Xu
Jul 31, 2015
c31e3ba
YARN-3990. AsyncDispatcher may overloaded with RMAppNodeUpdateEvent w…
jlowe Jul 31, 2015
508da4d
MAPREDUCE-6394. Speed up Task processing loop in HsTasksBlock#render(…
jlowe Jul 31, 2015
07a042a
HADOOP-7824. NativeIO.java flags and identifiers must be set correctl…
Jul 31, 2015
7d68f17
HADOOP-12183. Annotate the HTrace span created by FsShell with the co…
Jul 31, 2015
52ee3ec
HDFS-6860. BlockStateChange logs are too noisy. Contributed by Chang …
xiaoyuyao Jul 31, 2015
b9ec7f1
HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended …
Aug 1, 2015
c6e7917
HDFS-8847. change TestHDFSContractAppend to not override testRenameFi…
Aug 1, 2015
899df5b
YARN-3978. Configurably turn off the saving of container info in Gene…
Aug 3, 2015
b264217
YARN-3965. Add startup timestamp to nodemanager UI. Contributed by Ho…
jlowe Aug 3, 2015
8126fde
YARN-3543. ApplicationReport should be able to tell whether the
xgong Aug 3, 2015
89ccfd9
YARN-4004. container-executor should print output of docker logs if the
xgong Aug 4, 2015
d2b941f
HDFS-8850. VolumeScanner thread exits with exception if there is no b…
y-liu Aug 4, 2015
b64d2ac
HDFS-8844. TestHDFSCLI does not cleanup the test directory (Masatake …
Aug 4, 2015
f7b0f29
HADOOP-12269. Update aws-sdk dependency to 1.10.6 (Thomas Demoor via …
Aug 5, 2015
e55eb6f
HADOOP-12274. Remove direct download link from BULIDING.txt. Contribu…
aajisaka Aug 5, 2015
e92107b
HADOOP-12280. Skip unit tests based on maven profile rather than Nati…
Aug 4, 2015
e2d46ac
HADOOP-12302. Fix native compilation on Windows after HADOOP-7824 (Vi…
Aug 5, 2015
707b96f
YARN-3736. Add RMStateStore apis to store and load accepted reservati…
xslogic Aug 5, 2015
1466772
YARN-3983. Refactored CapacityScheduleri#FiCaSchedulerApp to easier e…
jian-he Aug 5, 2015
b83d475
HADOOP-12304. Applications using FileContext fail with the default fi…
cnauroth Aug 5, 2015
5950c1f
HADOOP-11932. MetricsSinkAdapter may hang when being stopped. Contri…
jian-he Aug 5, 2015
dc76c4b
YARN-3992. TestApplicationPriority.testApplicationPriorityAllocation …
rohithsharmaks Aug 6, 2015
f8932d4
HDFS-8815. DFS getStoragePolicy implementation using single RPC call …
vinayakumarb Aug 6, 2015
84ea7cd
YARN-3961. Expose pending, running and reserved containers of a queue…
xslogic Aug 6, 2015
7af531d
YARN-4019. Add JvmPauseMonitor to ResourceManager and NodeManager. Co…
JunpingDu Aug 6, 2015
c846935
MAPREDUCE-6443. Add JvmPauseMonitor to JobHistoryServer. Contributed …
JunpingDu Aug 6, 2015
2c69428
Revert "HDFS-8623. Refactor NameNode handling of invalid, corrupt, an…
Jing9 Aug 6, 2015
d7d8046
Revert "HDFS-8499. Refactor BlockInfo class hierarchy with static hel…
Jing9 Aug 6, 2015
8e23a79
YARN-3974. Refactor the reservation system test cases to use paramete…
curino Aug 2, 2015
42a05d2
HDFS-8856. Make LeaseManager#countPath O(1). (Contributed by Arpit Ag…
arp7 Aug 7, 2015
a0da1ec
YARN-3948. Display Application Priority in RM Web UI.(Sunil G via roh…
rohithsharmaks Aug 7, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Auto detect text files and perform LF normalization
* text=auto

*.cs text diff=csharp
*.java text diff=java
*.html text diff=html
*.py text diff=python
*.pl text diff=perl
*.pm text diff=perl
*.css text
*.js text
*.sql text

*.sh text eol=lf

*.bat text eol=crlf
*.cmd text eol=crlf
*.vcxproj text merge=union eol=crlf
*.csproj text merge=union eol=crlf
*.sln text merge=union eol=crlf
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
*.iml
*.ipr
*.iws
*.orig
*.rej
**/.keep
*.sdf
*.suo
*.vcxproj.user
.idea
.svn
.classpath
.project
.settings
target
build
hadoop-common-project/hadoop-kms/downloads/
hadoop-hdfs-project/hadoop-hdfs/downloads
hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads
hadoop-common-project/hadoop-common/src/test/resources/contract-test-options.xml
hadoop-tools/hadoop-openstack/src/test/resources/contract-test-options.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/main/tla/yarnregistry.toolbox
yarnregistry.pdf
hadoop-tools/hadoop-aws/src/test/resources/auth-keys.xml
hadoop-tools/hadoop-aws/src/test/resources/contract-test-options.xml
patchprocess/
Loading