Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
204 commits
Select commit Hold shift + click to select a range
a696fbb
YARN-2939. Fix new findbugs warnings in hadoop-yarn-common. (Li Lu vi…
JunpingDu Dec 22, 2014
2cf90a2
HDFS-7560. ACLs removed by removeDefaultAcl() will be back after Name…
cnauroth Dec 22, 2014
fdf042d
YARN-2920. Changed CapacityScheduler to kill containers on nodes wher…
jian-he Dec 23, 2014
0d89859
YARN-2340. Fixed NPE when queue is stopped during RM restart. Contrib…
jian-he Dec 23, 2014
50ae1a6
HDFS-7456. De-duplicate AclFeature instances with same AclEntries do …
vinayakumarb Dec 23, 2014
5caebba
HDFS-7484. Make FSDirectory#addINode take existing INodes as its para…
Jing9 Dec 23, 2014
66cfe1d
HADOOP-11399. Java Configuration file and .xml files should be automa…
rkanter Dec 23, 2014
e1ee0d4
YARN-2970. NodeLabel operations in RMAdmin CLI get missing in help co…
JunpingDu Dec 24, 2014
149512a
YARN-2837. Support TimeLine server to recover delegation token when r…
jian-he Dec 24, 2014
ca3381d
Fix new findbugs warnings in rest of the hadoop-yarn components. (Con…
JunpingDu Dec 24, 2014
2067425
CHANGES.txt: add YARN-2940
JunpingDu Dec 24, 2014
856b46c
Revert ca3381de61ff53604d9389694049a1a4dedc7571 and 20674255ad891bb69…
JunpingDu Dec 24, 2014
d468c9a
YARN-2940. Fix new findbugs warnings in rest of the hadoop-yarn compo…
JunpingDu Dec 24, 2014
41a548a
YARN-2937. Fixed new findbugs warnings in hadoop-yarn-nodemanager. Co…
zjshen14 Dec 24, 2014
4f18018
YARN-2946. Fixed potential deadlock in RMStateStore. Contributed by R…
jian-he Dec 24, 2014
b256dd7
YARN-2988. Graph#save() may leak file descriptors. (Ted Yu via ozawa)
oza Dec 25, 2014
a164ce2
HADOOP-11283. SequenceFile.Writer can leak file descriptors in DistCp…
oza Dec 25, 2014
399d258
HADOOP-11448. Fix findbugs warnings in FileBasedIPList. (ozawa)
oza Dec 26, 2014
40ee4bf
YARN-2993. Several fixes (missing acl check, error log msg ...) and s…
JunpingDu Dec 26, 2014
1454efe
YARN-2992. ZKRMStateStore crashes due to session expiry. Contributed …
jian-he Dec 27, 2014
241d3b3
YARN-2938. Fixed new findbugs warnings in hadoop-yarn-resourcemanager…
zjshen14 Dec 29, 2014
249cc90
HADOOP-11039. ByteBufferReadable API doc is inconsistent with the imp…
Dec 29, 2014
6621c35
MAPREDUCE-6149. Document override log4j.properties in MR job. Contrib…
Dec 30, 2014
5f57b90
YARN-2492. Added node-labels page on RM web UI. Contributed by Wangda…
jian-he Dec 30, 2014
746ad6e
Revert "YARN-2492(wrong jira number). Added node-labels page on RM we…
jian-he Dec 31, 2014
b7442bf
YARN-2493. Added node-labels page on RM web UI. Contributed by Wangda…
jian-he Dec 30, 2014
e2351c7
YARN-2987. Fixed ClientRMService#getQueueInfo to check against queue …
jian-he Dec 31, 2014
e7257ac
YARN-2998. Abstract out scheduler independent PlanFollower components…
kambatla Dec 31, 2014
892b1bb
HDFS-7563. NFS gateway parseStaticMap NumberFormatException. Contribu…
Jan 2, 2015
0c45946
HADOOP-10788. Rewrite kms to use new shell framework (John Smith via aw)
aw-was-here Jan 2, 2015
947578c
YARN-2991. Fixed DrainDispatcher to reuse the draining code path in A…
zjshen14 Jan 2, 2015
ddc5be4
YARN-2922. ConcurrentModificationException in CapacityScheduler's Lea…
oza Jan 4, 2015
21c6f01
HADOOP-11455. KMS and Credential CLI should request confirmation for …
y-liu Jan 4, 2015
27d8395
HADOOP-11446 S3AOutputStream should use shared thread pool to avoid O…
steveloughran Jan 5, 2015
2403634
HADOOP-11390 Metrics 2 ganglia provider to include hostname in unreso…
steveloughran Jan 5, 2015
dfd2589
HDFS-7572. TestLazyPersistFiles#testDnRestartWithSavedReplicas is fla…
cnauroth Jan 5, 2015
562a701
YARN-2958. Made RMStateStore not update the last sequence number when…
zjshen14 Jan 5, 2015
41d72cb
Move YARN-2360 from 2.6 to 2.7 in CHANGES.txt
kambatla Jan 5, 2015
94d342e
HADOOP-10908. Common needs updates for shell rewrite (aw)
aw-was-here Jan 5, 2015
53caeaa
HADOOP-11402. Negative user-to-group cache entries are never cleared …
Jan 5, 2015
0c4b112
YARN-2881. [YARN-2574] Implement PlanFollower for FairScheduler. (Anu…
kambatla Jan 5, 2015
9803ae3
HADOOP-11459. Fix recent findbugs in ActiveStandbyElector, NetUtils a…
vinayakumarb Jan 6, 2015
4cd66f7
HDFS-7583. Fix findbug in TransferFsImage.java (Contributed by Vinaya…
vinayakumarb Jan 6, 2015
cd7d789
HADOOP-11058. Missing HADOOP_CONF_DIR generates strange results (Masa…
aw-was-here Jan 6, 2015
d02fb53
HADOOP-11445. Bzip2Codec: Data block is skipped when position of newl…
jlowe Jan 6, 2015
dd57c20
YARN-2978. Fixed potential NPE while getting queue info. Contributed …
jian-he Jan 6, 2015
60103fc
YARN-2427. Added the API of moving apps between queues in RM web serv…
zjshen14 Jan 6, 2015
a0aeed1
MAPREDUCE-6206. TestAggregatedTransferRate fails on non-US systems. C…
jlowe Jan 6, 2015
788ee35
HDFS-7564. NFS gateway dynamically reload UID/GID mapping file /etc/n…
Jan 7, 2015
fe8d2bd
YARN-2230. Fixed few configs description in yarn-default.xml. Contrib…
jian-he Jan 7, 2015
3ed0aed
HADOOP-11462. TestSocketIOWithTimeout needs change for PowerPC platfo…
cnauroth Jan 7, 2015
e13a484
YARN-3010. Fixed findbugs warning in AbstractYarnScheduler. Contribut…
jian-he Jan 7, 2015
e86943f
HDFS-7561. TestFetchImage should write fetched-image-dir under target…
shvachko Jan 8, 2015
2638f4d
YARN-2936. Changed YARNDelegationTokenIdentifier to set proto fields …
jian-he Jan 8, 2015
ef237bd
Moved YARN-2880 to improvement section in CHANGES.txt
jian-he Jan 8, 2015
2eba7eb
Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
oza Jan 8, 2015
9886396
Revert "Replace use of Guava's Stopwatch with Hadoop's StopWatch. (oz…
oza Jan 8, 2015
a6ed489
HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatc…
oza Jan 8, 2015
dc2eaa2
YARN-2996. Improved synchronization and I/O operations of FS- and Mem…
zjshen14 Jan 8, 2015
20625c8
HADOOP-10651. Add ability to restrict service access using IP address…
Jan 8, 2015
708b1aa
HDFS-7589. Break the dependency between libnative_mini_dfs and libhdf…
cnauroth Jan 8, 2015
cc2a745
YARN-2997. Fixed NodeStatusUpdater to not send alreay-sent completed …
jian-he Jan 8, 2015
7e2d9a3
HDFS-7579. Improve log reporting during block report rpc failure. Con…
cnauroth Jan 8, 2015
ae91b13
HADOOP-11470. Remove some uses of obsolete guava APIs from the hadoop…
Jan 9, 2015
ab5cd99
YARN-3002. YARN documentation needs updating post-shell rewrite (aw)
aw-was-here Jan 9, 2015
8c3e888
HADOOP-11464. Reinstate support for launching Hadoop processes on Win…
cnauroth Jan 9, 2015
09d31bc
HADOOP-9992. Modify the NN loadGenerator to optionally run as a MapRe…
Jan 10, 2015
2a06101
HDFS-7182. JMX metrics aren't accessible when NN is busy. Contributed…
Jing9 Jan 10, 2015
27a489c
YARN-2956. Added missing links in YARN documentation. Contributed by …
jian-he Jan 10, 2015
a260406
YARN-3014. Replaces labels on a host should update all NM's labels on…
jian-he Jan 10, 2015
4d29142
HADOOP-11400. GraphiteSink does not reconnect to Graphite after 'brok…
raviprak Jan 10, 2015
ef3c3a8
HDFS-7596. NameNode should prune dead storages from storageMap. Contr…
cnauroth Jan 10, 2015
5b0d060
HDFS-7323. Move the get/setStoragePolicy commands out from dfsadmin. …
y-liu Jan 11, 2015
ae7bf31
YARN-3027. Scheduler should use totalAvailable resource from node ins…
rkanter Jan 12, 2015
f451631
YARN-2957. Create unit test to automatically compare YarnConfiguratio…
rkanter Jan 12, 2015
b78b4a1
HDFS-7326. Add documentation for hdfs debug commands (Vijay Bhat via …
Jan 12, 2015
6bbf9fd
HDFS-7533. Datanode sometimes does not shutdown on receiving upgrade …
kihwal Jan 12, 2015
f3507fa
HADOOP-11473. test-patch says "-1 overall" even when all checks are +1
raviprak-altiscale Jan 12, 2015
b3ddd7e
HDFS-7598. Remove dependency on old version of Guava in TestDFSClient…
Jan 13, 2015
f761bd8
HDFS-5445. PacketReceiver populates the packetLen field in PacketHead…
Jan 13, 2015
6f3a63a
HDFS-7600. Refine hdfs admin classes to reuse common code. Contribute…
Jing9 Jan 13, 2015
5188153
YARN-2643. Don't create a new DominantResourceCalculator on every Fai…
rkanter Jan 13, 2015
c4cba61
HADOOP-11465. Fix findbugs warnings in hadoop-gridmix. (Contributed b…
arp7 Jan 13, 2015
7e9358f
HDFS-3107. Introduce truncate. Contributed by Plamen Jeliazkov.
pjeli Jan 13, 2015
08ac062
HDFS-7056. Snapshot support for truncate. Contributed by Konstantin S…
shvachko Jan 13, 2015
10ac5ab
MAPREDUCE-6173. Document the configuration of deploying MR over
xgong Jan 13, 2015
85aec75
HDFS-7570. SecondaryNameNode need twice memory when calling reloadFro…
cnauroth Jan 14, 2015
c53420f
YARN-2637. Fixed max-am-resource-percent calculation in CapacitySched…
jian-he Jan 14, 2015
f92e503
YARN-3019. Make work-preserving-recovery the default mechanism for RM…
JunpingDu Jan 14, 2015
d336d13
MAPREDUCE-6210. Use getApplicationAttemptId() instead of getApplicati…
aajisaka Jan 14, 2015
d15cbae
YARN-2807. Option "--forceactive" not works as described in usage of
xgong Jan 14, 2015
446545c
HDFS-7585. Get TestEnhancedByteBufferAccess working on CPU architectu…
Jan 14, 2015
7fe0f25
HDFS-2219. Change fsck to support fully qualified paths so that a par…
Jan 14, 2015
6464a89
HDFS-5782. Change BlockListAsLongs constructor to take Replica as par…
Jan 14, 2015
a5a033c
HDFS-7067. ClassCastException while using a key created by keytool to…
Jan 15, 2015
5805dc0
Add CHANGES.txt for HADOOP-11481
Jan 15, 2015
ba5116e
YARN-2217. [YARN-1492] Shared cache client side changes. (Chris Trezz…
kambatla Jan 15, 2015
db51548
HADOOP-11483. HardLink.java should use the jdk7 createLink method
aajisaka Jan 15, 2015
533e551
YARN-3005. [JDK7] Use switch statement for String instead of if-else …
aajisaka Jan 15, 2015
ce01176
HDFS-7581. HDFS documentation needs updating post-shell rewrite (aw)
aw-was-here Jan 15, 2015
ce29074
HADOOP-11318. Update the document for hadoop fs -stat
aajisaka Jan 15, 2015
a6efbb2
HDFS-7591. hdfs classpath command should support same options as hado…
arp7 Jan 15, 2015
9e33116
YARN-2861. Fixed Timeline DT secret manager to not reuse RM's configs…
jian-he Jan 15, 2015
b6ff9c0
HADOOP-8757. Metrics should disallow names with invalid characters (r…
rkanter Jan 15, 2015
44eed6c
HDFS-7615. Remove longReadLock. Contributed by Kihwal Lee.
kihwal Jan 15, 2015
780a6bf
HDFS-7457. DatanodeID generates excessive garbage. Contributed by Dar…
kihwal Jan 15, 2015
3ab3a64
HADOOP-11350. The size of header buffer of HttpServer is too small wh…
Jan 16, 2015
c4ccbe6
HDFS-7189. Add trace spans for DFSClient metadata operations. (Colin …
y-liu Jan 15, 2015
5d1cca3
YARN-3064. TestRMRestart/TestContainerResourceUsage/TestNodeManagerRe…
JunpingDu Jan 16, 2015
000ca83
HADOOP-11261 Set custom endpoint for S3A. (Thomas Demoor via stevel)
steveloughran Jan 16, 2015
9c94015
HDFS-7635. Remove TestCorruptFilesJsp from branch-2. Contributed by C…
cnauroth Jan 16, 2015
ec4389c
HDFS-7632. MiniDFSCluster configures DataNode data directories incorr…
cnauroth Jan 16, 2015
60cbcff
HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). Contributed by…
shvachko Jan 16, 2015
8419856
YARN-2984. Metrics for container's actual memory usage. (kasha)
kambatla Jan 17, 2015
43302f6
YARN-2815. Excluded transitive dependency of JLine in hadoop-yarn-ser…
zjshen14 Jan 17, 2015
c6c0f4e
HADOOP-10542 Potential null pointer dereference in Jets3tFileSystemSt…
steveloughran Jan 17, 2015
2908fe4
HADOOP-11171 Enable using a proxy server to connect to S3a. (Thomas D…
steveloughran Jan 17, 2015
24315e7
HDFS-7573. Consolidate the implementation of delete() into a single c…
Dec 26, 2014
19cbce3
YARN-3070. TestRMAdminCLI#testHelp fails for transitionToActive comma…
JunpingDu Jan 19, 2015
4a5c3a4
YARN-3071. Remove invalid char from sample conf in doc of FairSchedul…
aajisaka Jan 19, 2015
e843a0a
HDFS-7637. Fix the check condition for reserved path. Contributed by …
Jing9 Jan 19, 2015
7fc1f2f
HADOOP-10668. TestZKFailoverControllerStress#testExpireBackAndForth o…
cnauroth Jan 19, 2015
4a44508
HDFS-5631. Change BlockMetadataHeader.readHeader(..), ChunkChecksum c…
Jan 19, 2015
cb0a15d
YARN-3015. yarn classpath command should support same options as hado…
cnauroth Jan 19, 2015
0a2d3e7
YARN-2933. Capacity Scheduler preemption policy should only consider …
wangdatan Jan 20, 2015
5e5e35b
HDFS-7640. print NFS Client in the NFS log. Contributed by Brandon Li.
Jan 20, 2015
5a6c084
HDFS-7638: Small fix and few refinements for FSN#truncate. (yliu)
y-liu Jan 19, 2015
c94c0d2
HADOOP-11489. Dropping dependency on io.netty from hadoop-nfs' pom.xm…
oza Jan 20, 2015
889ab07
HDFS-7641. Update archival storage user doc for list/set/get block st…
y-liu Jan 20, 2015
c09c65b
HDFS-7634. Disallow truncation of Lazy persist files. (Contributed by…
arp7 Jan 20, 2015
dd0228b
HDFS-7634. Fix CHANGES.txt
arp7 Jan 20, 2015
f250ad1
YARN-2731. Fixed RegisterApplicationMasterResponsePBImpl to properly …
wangdatan Jan 20, 2015
fc20129
HDFS-7623. Add htrace configuration properties to core-default.xml an…
y-liu Jan 20, 2015
b7f4a31
HDFS-7496. Fix FsVolume removal race conditions on the DataNode by re…
Jan 21, 2015
73b72a0
HDFS-7496: add to CHANGES.txt
Jan 21, 2015
a175849
HDFS-7610. Fix removal of dynamically added DN volumes (Lei (Eddy) Xu…
Jan 21, 2015
a122278
HDFS-7610. Add CHANGES.txt
Jan 21, 2015
6b17eb9
HDFS-7643. Test case to ensure lazy persist files cannot be truncated…
arp7 Jan 21, 2015
4271554
HADOOP-11256. Some site docs have inconsistent appearance (Masatake I…
aw-was-here Jan 21, 2015
07b0806
HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an i…
jlowe Jan 21, 2015
220a49d
HADOOP-11484. hadoop-mapreduce-client-nativetask fails to build on AR…
Jan 21, 2015
39c1bcf
HADOOP-11484: move CHANGES.txt entry to 3.0
Jan 21, 2015
db334bb
HDFS-3443. Fix NPE when namenode transition to active during startup …
Jan 21, 2015
925c9fe
HADOOP-10668. Addendum patch to fix TestZKFailoverController. Contrib…
cnauroth Jan 21, 2015
c0af72c
HDFS-7548. Corrupt block reporting delayed until datablock scanner th…
kihwal Jan 21, 2015
0742591
MAPREDUCE-3283. mapred classpath CLI does not display the complete cl…
cnauroth Jan 21, 2015
a0521bc
HADOOP-11490. Expose truncate API via FileSystem and shell command. C…
shvachko Jan 21, 2015
ee7d22e
HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the …
Jan 22, 2015
a003f71
MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatical…
gerashegalov Jan 22, 2015
6e62a1a
HDFS-7430. Refactor the BlockScanner to use O(1) memory and use multi…
Dec 17, 2014
5712c9f
YARN-3078. LogCLIHelpers lacks of a blank space before string 'does n…
oza Jan 22, 2015
786dbdf
HADOOP-11209. Configuration#updatingResource/finalParameters are not …
oza Jan 22, 2015
825923f
HADOOP-11500. InputStream is left unclosed in ApplicationClassLoader.…
oza Jan 22, 2015
d34074e
HDFS-7575. Upgrade should generate a unique storage ID for each volum…
arp7 Jan 22, 2015
fcf1058
HADOOP-11008. Remove duplicated description about proxy-user in site …
aw-was-here Jan 22, 2015
792b7d3
HDFS-7575. Fix CHANGES.txt
arp7 Jan 22, 2015
d3268c4
HDFS-3519. Checkpoint upload may interfere with a concurrent saveName…
cnauroth Jan 23, 2015
aee4500
HADOOP-11493. Fix some typos in kms-acls.xml description. (Contribute…
aajisaka Jan 23, 2015
5f124ef
HDFS-7660. BlockReceiver#close() might be called multiple times, whic…
y-liu Jan 22, 2015
3aab354
YARN-3082. Non thread safe access to systemCredentials in NodeHeartbe…
oza Jan 23, 2015
24aa462
YARN-2800. Remove MemoryNodeLabelsStore and add a way to enable/disab…
oza Jan 23, 2015
56df5f4
HADOOP-11507 Hadoop RPC Authentication problem with different user lo…
steveloughran Jan 23, 2015
4b00935
HADOOP-11482. Use correct UGI when KMSClientProvider is called by a p…
umbrant Jan 23, 2015
d411460
HDFS-7667. Various typos and improvements to HDFS Federation doc (Ch…
aw-was-here Jan 23, 2015
5c93ca2
HDFS-7644. minor typo in HttpFS doc (Charles Lamb via aw)
aw-was-here Jan 23, 2015
6c3fec5
HDFS-3750. API docs don't include HDFS (Jolly Chen via aw)
aw-was-here Jan 23, 2015
8f26d5a
HDFS-7320. The appearance of hadoop-hdfs-httpfs site docs is inconsis…
aw-was-here Jan 23, 2015
e9fd46d
HDFS-7659. truncate should check negative value of the new length. Co…
y-liu Jan 24, 2015
3ea353e
Move truncate related messages in CHANGES.txt to branch 2 section. (shv)
shvachko Jan 25, 2015
3703965
HDFS-7676. Fix TestFileTruncate to avoid bug of HDFS-7611. Contribute…
shvachko Jan 25, 2015
35f6496
HADOOP-11419 improve hadoop-maven-plugins. (Hervé Boutemy via stevel)
steveloughran Jan 25, 2015
0d6bd62
YARN-3024. LocalizerRunner should give DIE action when all resources are
xgong Jan 26, 2015
7b82c4a
HADOOP-11450. Cleanup DistCpV1 not to use deprecated methods and fix …
oza Jan 26, 2015
2b0fa20
HDFS-7224. Allow reuse of NN connections via webhdfs. Contributed by…
kihwal Jan 26, 2015
902c6ea
YARN-3088. LinuxContainerExecutor.deleteAsUser can throw NPE if nativ…
jlowe Jan 26, 2015
56b7ec7
MAPREDUCE-6141. History server leveldb recovery store. Contributed by…
jlowe Jan 26, 2015
7574df1
HADOOP-11499. Check of executorThreadsStarted in ValueQueue#submitRef…
jlowe Jan 26, 2015
21d5599
HADOOP-11466: move to 2.6.1
Jan 26, 2015
1f2b695
HADOOP-6221 RPC Client operations cannot be interrupted (stevel)
steveloughran Jan 26, 2015
0bf3339
HADOOP-11509. Change parsing sequence in GenericOptionsParser to parse
xgong Jan 26, 2015
6f9fe76
YARN-3092. Created a common ResourceUsage class to track labeled reso…
jian-he Jan 26, 2015
0da53a3
HDFS-49. MiniDFSCluster.stopDataNode will always shut down a node in …
steveloughran Jan 27, 2015
f56da3c
YARN-3086. Make NodeManager memory configurable in MiniYARNCluster. C…
oza Jan 27, 2015
ee1e06a
HADOOP-11469. KMS should skip default.key.acl and whitelist.key.acl w…
y-liu Jan 27, 2015
543064e
HADOOP-4297. Enable Java assertions when running tests. Contributed b…
Jan 27, 2015
1e2d98a
HDFS-7683. Combine usages and percent stats in NameNode UI. Contribut…
Jan 27, 2015
2848db8
HDFS-3689. Add support for variable length block. Contributed by Jing…
Jing9 Jan 27, 2015
4e15fc0
YARN-3011. Possible IllegalArgumentException in ResourceLocalizationS…
jian-he Jan 27, 2015
8bf6f0b
HADOOP-10626. Limit Returning Attributes for LDAP search. Contributed…
atm Jan 27, 2015
a8ad1e8
YARN-2897. CrossOriginFilter needs more log statements (Mit Desai via…
jteagles Jan 27, 2015
0a05ae1
HDFS-7566. Remove obsolete entries from hdfs-default.xml (Ray Chiang …
aw-was-here Jan 27, 2015
fd93e53
YARN-3028. Better syntax for replaceLabelsOnNode in RMAdmin CLI. Cont…
wangdatan Jan 27, 2015
18741ad
YARN-2932. Add entry for preemptable status (enabled/disabled) to sch…
wangdatan Jan 27, 2015
9ca565e
HDFS-7677. DistributedFileSystem#truncate should resolve symlinks. (y…
y-liu Jan 27, 2015
d12dd47
HDFS-7675. Remove unused member DFSClient.spanReceiverHost (cmccabe)
Jan 28, 2015
20a4768
HADOOP-11317. Increment SLF4J version to 1.7.10. Contributed by Tim R…
oza Jan 28, 2015
9850e15
HADOOP-11316. "mvn package -Pdist,docs -DskipTests -Dtar" fails becau…
oza Jan 28, 2015
caf7298
HDFS-6673. Add delimited format support to PB OIV tool. Contributed b…
umbrant Jan 28, 2015
6d2bdbd
YARN-3103. AMRMClientImpl does not update AMRM token properly. Contri…
jian-he Jan 28, 2015
d244574
HDFS-7611. deleteSnapshot and delete of a file can leave orphaned blo…
Jing9 Jan 28, 2015
cff05bf
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToke…
jian-he Jan 28, 2015
5a0051f
HDFS-7681. Change ReplicaInputStreams constructor to take InputStream…
Jan 28, 2015
f378491
HDFS-7423. various typos and message formatting fixes in nfs daemon a…
y-liu Jan 28, 2015
7882bc0
YARN-3079. Scheduler should also update maximumAllocation when update…
wangdatan Jan 29, 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
  •  
  •  
  •  
1 change: 0 additions & 1 deletion dev-support/test-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ if [[ $JENKINS == "true" || $RUN_TESTS == "true" ]] ; then
runTests
(( RESULT = RESULT + $? ))
fi
(( RESULT = RESULT + $? ))
JIRA_COMMENT_FOOTER="Test results: $BUILD_URL/testReport/
$JIRA_COMMENT_FOOTER"

Expand Down
153 changes: 152 additions & 1 deletion hadoop-common-project/hadoop-common/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Trunk (Unreleased)
HADOOP-6590. Add a username check for hadoop sub-commands (John Smith via aw)

HADOOP-11353. Add support for .hadooprc (aw)

IMPROVEMENTS

HADOOP-8017. Configure hadoop-main pom to get rid of M2E plugin execution
Expand Down Expand Up @@ -141,8 +141,16 @@ Trunk (Unreleased)
HADOOP-11352 Clean up test-patch.sh to disable "+1 contrib tests"
(Akira AJISAKA via stevel)

HADOOP-10788. Rewrite kms to use new shell framework (John Smith via aw)

HADOOP-11058. Missing HADOOP_CONF_DIR generates strange results
(Masatake Iwasaki via aw)

BUG FIXES

HADOOP-11473. test-patch says "-1 overall" even when all checks are +1
(Jason Lowe via raviprak)

HADOOP-9451. Fault single-layer config if node group topology is enabled.
(Junping Du via llu)

Expand Down Expand Up @@ -342,6 +350,8 @@ Trunk (Unreleased)

HADOOP-11397. Can't override HADOOP_IDENT_STRING (Kengo Seki via aw)

HADOOP-10908. Common needs updates for shell rewrite (aw)

OPTIMIZATIONS

HADOOP-7761. Improve the performance of raw comparisons. (todd)
Expand Down Expand Up @@ -373,8 +383,13 @@ Release 2.7.0 - UNRELEASED

HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw)

HADOOP-11490. Expose truncate API via FileSystem and shell command.
(Milan Desai via shv)

IMPROVEMENTS

HADOOP-11483. HardLink.java should use the jdk7 createLink method (aajisaka)

HADOOP-11156. DelegateToFileSystem should implement
getFsStatus(final Path f). (Zhihai Xu via wang)

Expand Down Expand Up @@ -447,6 +462,54 @@ Release 2.7.0 - UNRELEASED
HDFS-7555. Remove the support of unmanaged connectors in HttpServer2.
(wheat9)

HADOOP-11399. Java Configuration file and .xml files should be
automatically cross-compared (rchiang via rkanter)

HADOOP-11455. KMS and Credential CLI should request confirmation for
deletion by default. (Charles Lamb via yliu)

HADOOP-11390 Metrics 2 ganglia provider to include hostname in
unresolved address problems. (Varun Saxena via stevel)

HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatch
(ozawa)

HADOOP-11464. Reinstate support for launching Hadoop processes on Windows
using Cygwin. (cnauroth)

HADOOP-9992. Modify the NN loadGenerator to optionally run as a MapReduce job
(Akshay Radia via brandonli)

HADOOP-11465. Fix findbugs warnings in hadoop-gridmix. (Varun Saxena via
Arpit Agarwal)

HADOOP-11481. ClassCastException while using a key created by keytool to
create encryption zone. (Charles Lamb via Colin P. Mccabe)

HADOOP-8757. Metrics should disallow names with invalid characters
(rchiang via rkanter)

HADOOP-11261 Set custom endpoint for S3A. (Thomas Demoor via stevel)

HADOOP-11171 Enable using a proxy server to connect to S3a.
(Thomas Demoor via stevel)

HADOOP-11489 Dropping dependency on io.netty from hadoop-nfs' pom.xml
(Ted Yu via ozawa)

HADOOP-11419 Improve hadoop-maven-plugins. (Herve Boutemy via stevel)

HADOOP-11450. Cleanup DistCpV1 not to use deprecated methods and fix
javadocs. (Varun Saxena via ozawa)

HADOOP-4297. Enable Java assertions when running tests.
(Tsz Wo Nicholas Sze via wheat9)

HADOOP-10626. Limit Returning Attributes for LDAP search. (Jason Hubbard
via atm)

HADOOP-11317. Increment SLF4J version to 1.7.10. (Tim Robertson via ozawa)

OPTIMIZATIONS

HADOOP-11323. WritableComparator#compare keeps reference to byte array.
Expand All @@ -463,6 +526,14 @@ Release 2.7.0 - UNRELEASED

BUG FIXES

HADOOP-11256. Some site docs have inconsistent appearance (Masatake
Iwasaki via aw)

HADOOP-11318. Update the document for hadoop fs -stat (aajisaka)

HADOOP 11400. GraphiteSink does not reconnect to Graphite after 'broken pipe'
(Kamil Gorlo via raviprak)

HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java (Abhiraj Butala via harsh)

HADOOP-11166. Remove ulimit from test-patch.sh. (wang)
Expand Down Expand Up @@ -647,6 +718,86 @@ Release 2.7.0 - UNRELEASED
HADOOP-11414. FileBasedIPList#readLines() can leak file descriptors.
(ozawa)

HADOOP-11283. SequenceFile.Writer can leak file descriptors in
DistCpV1#setup(). (Varun Saxena via ozawa)

HADOOP-11448. Fix findbugs warnings in FileBasedIPList. (ozawa)

HADOOP-11039. ByteBufferReadable API doc is inconsistent with the
implementations. (Yi Liu via Colin P. McCabe)

HADOOP-11446. S3AOutputStream should use shared thread pool to
avoid OutOfMemoryError. (Ted Yu via stevel)

HADOOP-11459. Fix recent findbugs in ActiveStandbyElector, NetUtils
and ShellBasedIdMapping (vinayakumarb)

HADOOP-11445. Bzip2Codec: Data block is skipped when position of newly
created stream is equal to start of split (Ankit Kamboj via jlowe)

HADOOP-11462. TestSocketIOWithTimeout needs change for PowerPC platform.
(Ayappan via cnauroth)

HADOOP-11350. The size of header buffer of HttpServer is too small when
HTTPS is enabled. (Benoy Antony via wheat9)

HADOOP-10542 Potential null pointer dereference in Jets3tFileSystemStore
retrieveBlock(). (Ted Yu via stevel)

HADOOP-10668. TestZKFailoverControllerStress#testExpireBackAndForth
occasionally fails. (Ming Ma via cnauroth)

HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an
incorrect filter (Eric Payne via jlowe)

HADOOP-11209. Configuration#updatingResource/finalParameters are not
thread-safe. (Varun Saxena via ozawa)

HADOOP-11500. InputStream is left unclosed in ApplicationClassLoader.
(Ted Yu via ozawa)

HADOOP-11008. Remove duplicated description about proxy-user in site
documents (Masatake Iwasaki via aw)

HADOOP-11493. Fix some typos in kms-acls.xml description.
(Charles Lamb via aajisaka)

HADOOP-11507 Hadoop RPC Authentication problem with different user locale.
(Talat UYARER via stevel)

HADOOP-11482. Use correct UGI when KMSClientProvider is called by a proxy
user. Contributed by Arun Suresh.

HADOOP-11499. Check of executorThreadsStarted in
ValueQueue#submitRefillTask() evades lock acquisition (Ted Yu via jlowe)

HADOOP-6221 RPC Client operations cannot be interrupted. (stevel)

HADOOP-11509. Change parsing sequence in GenericOptionsParser to parse -D
parameters before -files. (xgong)

HADOOP-11469. KMS should skip default.key.acl and whitelist.key.acl when
loading key acl. (Dian Fu via yliu)

HADOOP-11316. "mvn package -Pdist,docs -DskipTests -Dtar" fails because
of non-ascii characters. (ozawa)

Release 2.6.1 - UNRELEASED

INCOMPATIBLE CHANGES

NEW FEATURES

IMPROVEMENTS

OPTIMIZATIONS

BUG FIXES

HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC
architecture because it is slower there (Suman Somasundar via Colin P.
McCabe)

Release 2.6.0 - 2014-11-18

INCOMPATIBLE CHANGES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,10 @@
<Bug pattern="REC_CATCH_EXCEPTION"/>
</Match>

<Match>
<Class name="org.apache.hadoop.conf.Configuration"/>
<Method name="loadProperty"/>
<Bug pattern="NP_NULL_PARAM_DEREF"/>
</Match>

</FindBugsFilter>
8 changes: 1 addition & 7 deletions hadoop-common-project/hadoop-common/src/main/bin/hadoop
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,7 @@ case ${COMMAND} in
CLASS=org.apache.hadoop.util.NativeLibraryChecker
;;
classpath)
if [[ "$#" -eq 1 ]]; then
CLASS=org.apache.hadoop.util.Classpath
else
hadoop_finalize
echo "${CLASSPATH}"
exit 0
fi
hadoop_do_classpath_subcommand "$@"
;;
credential)
CLASS=org.apache.hadoop.security.alias.CredentialShell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ hadoop_exec_userfuncs
#

hadoop_exec_hadooprc
hadoop_verify_confdir

# do all the OS-specific startup bits here
# this allows us to get a decent JAVA_HOME,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ function hadoop_find_confdir
hadoop_debug "HADOOP_CONF_DIR=${HADOOP_CONF_DIR}"
}

function hadoop_verify_confdir
{
# Check only log4j.properties by default.
# --loglevel does not work without logger settings in log4j.log4j.properties.
if [[ ! -f "${HADOOP_CONF_DIR}/log4j.properties" ]]; then
hadoop_error "WARNING: log4j.properties is not found. HADOOP_CONF_DIR may be incomplete."
fi
}

function hadoop_exec_hadoopenv
{
# NOTE: This function is not user replaceable.
Expand Down Expand Up @@ -553,8 +562,10 @@ function hadoop_os_tricks
{
local bindv6only

# some OSes have special needs. here's some out of the box
# examples for OS X and Linux. Vendors, replace this with your special sauce.
# Some OSes have special needs. Here's some out of the box examples for OS X,
# Linux and Windows on Cygwin.
# Vendors, replace this with your special sauce.
HADOOP_IS_CYGWIN=false
case ${HADOOP_OS_TYPE} in
Darwin)
if [[ -z "${JAVA_HOME}" ]]; then
Expand Down Expand Up @@ -585,6 +596,10 @@ function hadoop_os_tricks
# down to prevent vmem explosion.
export MALLOC_ARENA_MAX=${MALLOC_ARENA_MAX:-4}
;;
CYGWIN*)
# Flag that we're running on Cygwin to trigger path translation later.
HADOOP_IS_CYGWIN=true
;;
esac
}

Expand Down Expand Up @@ -612,6 +627,7 @@ function hadoop_java_setup
function hadoop_finalize_libpaths
{
if [[ -n "${JAVA_LIBRARY_PATH}" ]]; then
hadoop_translate_cygwin_path JAVA_LIBRARY_PATH
hadoop_add_param HADOOP_OPTS java.library.path \
"-Djava.library.path=${JAVA_LIBRARY_PATH}"
export LD_LIBRARY_PATH
Expand Down Expand Up @@ -643,14 +659,34 @@ function hadoop_finalize_hadoop_heap
fi
}

# Accepts a variable name. If running on Cygwin, sets the variable value to the
# equivalent translated Windows path by running the cygpath utility. If the
# second argument is true, then the variable is treated as a path list.
function hadoop_translate_cygwin_path
{
if [[ "${HADOOP_IS_CYGWIN}" = "true" ]]; then
if [[ "$2" = "true" ]]; then
#shellcheck disable=SC2016
eval "$1"='$(cygpath -p -w "${!1}" 2>/dev/null)'
else
#shellcheck disable=SC2016
eval "$1"='$(cygpath -w "${!1}" 2>/dev/null)'
fi
fi
}

#
# fill in any last minute options that might not have been defined yet
#
function hadoop_finalize_hadoop_opts
{
hadoop_translate_cygwin_path HADOOP_LOG_DIR
hadoop_add_param HADOOP_OPTS hadoop.log.dir "-Dhadoop.log.dir=${HADOOP_LOG_DIR}"
hadoop_add_param HADOOP_OPTS hadoop.log.file "-Dhadoop.log.file=${HADOOP_LOGFILE}"
hadoop_add_param HADOOP_OPTS hadoop.home.dir "-Dhadoop.home.dir=${HADOOP_PREFIX}"
HADOOP_HOME=${HADOOP_PREFIX}
hadoop_translate_cygwin_path HADOOP_HOME
export HADOOP_HOME
hadoop_add_param HADOOP_OPTS hadoop.home.dir "-Dhadoop.home.dir=${HADOOP_HOME}"
hadoop_add_param HADOOP_OPTS hadoop.id.str "-Dhadoop.id.str=${HADOOP_IDENT_STRING}"
hadoop_add_param HADOOP_OPTS hadoop.root.logger "-Dhadoop.root.logger=${HADOOP_ROOT_LOGGER}"
hadoop_add_param HADOOP_OPTS hadoop.policy.file "-Dhadoop.policy.file=${HADOOP_POLICYFILE}"
Expand All @@ -664,6 +700,26 @@ function hadoop_finalize_classpath
# user classpath gets added at the last minute. this allows
# override of CONF dirs and more
hadoop_add_to_classpath_userpath
hadoop_translate_cygwin_path CLASSPATH true
}

function hadoop_finalize_catalina_opts
{

local prefix=${HADOOP_CATALINA_PREFIX}

hadoop_add_param CATALINA_OPTS hadoop.home.dir "-Dhadoop.home.dir=${HADOOP_PREFIX}"
if [[ -n "${JAVA_LIBRARY_PATH}" ]]; then
hadoop_add_param CATALINA_OPTS java.library.path "-Djava.library.path=${JAVA_LIBRARY_PATH}"
fi
hadoop_add_param CATALINA_OPTS "${prefix}.home.dir" "-D${prefix}.home.dir=${HADOOP_PREFIX}"
hadoop_add_param CATALINA_OPTS "${prefix}.config.dir" "-D${prefix}.config.dir=${HADOOP_CATALINA_CONFIG}"
hadoop_add_param CATALINA_OPTS "${prefix}.log.dir" "-D${prefix}.log.dir=${HADOOP_CATALINA_LOG}"
hadoop_add_param CATALINA_OPTS "${prefix}.temp.dir" "-D${prefix}.temp.dir=${HADOOP_CATALINA_TEMP}"
hadoop_add_param CATALINA_OPTS "${prefix}.admin.port" "-D${prefix}.admin.port=${HADOOP_CATALINA_ADMIN_PORT}"
hadoop_add_param CATALINA_OPTS "${prefix}.http.port" "-D${prefix}.http.port=${HADOOP_CATALINA_HTTP_PORT}"
hadoop_add_param CATALINA_OPTS "${prefix}.max.threads" "-D${prefix}.max.threads=${HADOOP_CATALINA_MAX_THREADS}"
hadoop_add_param CATALINA_OPTS "${prefix}.ssl.keystore.file" "-D${prefix}.ssl.keystore.file=${HADOOP_CATALINA_SSL_KEYSTORE_FILE}"
}

function hadoop_finalize
Expand All @@ -674,6 +730,13 @@ function hadoop_finalize
hadoop_finalize_libpaths
hadoop_finalize_hadoop_heap
hadoop_finalize_hadoop_opts

hadoop_translate_cygwin_path HADOOP_PREFIX
hadoop_translate_cygwin_path HADOOP_CONF_DIR
hadoop_translate_cygwin_path HADOOP_COMMON_HOME
hadoop_translate_cygwin_path HADOOP_HDFS_HOME
hadoop_translate_cygwin_path HADOOP_YARN_HOME
hadoop_translate_cygwin_path HADOOP_MAPRED_HOME
}

function hadoop_exit_with_usage
Expand Down Expand Up @@ -1177,3 +1240,14 @@ function hadoop_verify_user
fi
fi
}

function hadoop_do_classpath_subcommand
{
if [[ "$#" -gt 0 ]]; then
CLASS=org.apache.hadoop.util.Classpath
else
hadoop_finalize
echo "${CLASSPATH}"
exit 0
fi
}
Loading