openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache HBase
Settings
|
Report Duplicate
31
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 665 of 666
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
HADOOP-1534. [hbase] Memcache scanner fails if start key not present * src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMemcache.java (findFirstRow): Change compare from startsWith -- looking for an 'exact' match -- to instead use compareTo and if >= 0, then we are at first key. * src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionServer.java Add logging of problematic directory if server won't start because log file exists.
Michael Stack
More...
over 17 years ago
HADOOP-1509 Open HRegionServer/HClient for extension
Jim Kellerman
More...
over 17 years ago
HADOOP-1511. Speed up hbase unit tests. Contributed by stack.
Doug Cutting
More...
over 17 years ago
HADOOP-1147. Remove @author tags from Java source files.
Doug Cutting
More...
over 17 years ago
HADOOP-1498. Add file missed in prior commit.
Doug Cutting
More...
over 17 years ago
HADOOP-1498. Replace boxed types with primitives in many places. Contributed by stack.
Doug Cutting
More...
over 17 years ago
Provide configurable per-column bloom filters - part 2.
Jim Kellerman
More...
over 17 years ago
HADOOP-1465 Add cluster stop/start scripts for hbase
Jim Kellerman
More...
over 17 years ago
HADOOP-1415 Integrate BSD licensed bloom filter implementation.
Jim Kellerman
More...
over 17 years ago
HADOOP-1469 Asychronous table creation
Jim Kellerman
More...
over 17 years ago
HADOOP-1476 Distributed version of 'Performance Evaluation' script
Jim Kellerman
More...
over 17 years ago
HADOOP-1479 Fix NPE in HStore#get if store file only has keys < passed key.
Jim Kellerman
More...
over 17 years ago
HADOOP-1421 HADOOP-1466 When a region server dies, its log file must be split up on a per region basis so that region servers are assigned the regions have a log to apply edits from. Enhance fail over capabilities.
Jim Kellerman
More...
over 17 years ago
HADOOP-1460 On shutdown IOException with complaint 'Cannot cancel lease that is not held'
Jim Kellerman
More...
over 17 years ago
HADOOP-1445 Support updates across region splits and compactions
Jim Kellerman
More...
over 17 years ago
HADOOP-1391. Split test case for merge into two so it does not time out in Hudson
Jim Kellerman
More...
over 17 years ago
HADOOP-1391. Part 2 - table compaction via merging adjacent regions that have shrunk.
Jim Kellerman
More...
over 17 years ago
HADOOP-1391. Update CHANGES.txt
Jim Kellerman
More...
over 17 years ago
HADOOP-1391. Part1: includes create/delete table; enable/disable table; add/remove column.
Jim Kellerman
More...
over 17 years ago
HADOOP-1430. HBase shutdown leaves regionservers up.
Jim Kellerman
More...
over 17 years ago
HADOOP-1426. Make hbase scripts executable.
Jim Kellerman
More...
over 17 years ago
HADOOP-1426. Make hbase scripts executable + add test classes to CLASSPATH.
Jim Kellerman
More...
over 17 years ago
HADOOP-1424. TestHBaseCluster fails with IllegalMonitorStateException. Fix regression introduced by HADOOP-1397.
Jim Kellerman
More...
over 17 years ago
HADOOP-1420, HADOOP-1423. Findbugs changes, remove reference to removed class HLocking that broke main build.
Jim Kellerman
More...
over 17 years ago
HADOOP-1418. HBase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.
Jim Kellerman
More...
over 17 years ago
HADOOP-1403. HBase reliability. Make master and region server more fault tolerant.
Jim Kellerman
More...
over 17 years ago
HADOOP-1397. Replace custom hbase locking with java.util.concurrent.locks.ReentrantLock
Jim Kellerman
More...
over 17 years ago
HADOOP-1386. Fix Path to not permit the empty string as a path, as this has lead to accidental file deletion. Instead force applications to use '.' to name the default directory. Contributed by Hairong.
Doug Cutting
More...
over 17 years ago
HADOOP-1404. HBase command-line shutdown failing (Michael Stack)
Jim Kellerman
More...
over 17 years ago
HADOOP-1402 Fix javadoc warnings in hbase contrib. (Michael Stack)
Jim Kellerman
More...
over 17 years ago
←
1
2
…
658
659
660
661
662
663
664
665
666
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree