Michael Stack
e30ed932bb
HBASE-697 thrift idl needs update/edit to match new 0.2 API (and to fix bugs)
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@686568 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16 22:04:16 +00:00
Jim Kellerman
ed58bcb163
HBASE-715 Base HBase 0.2 on Hadoop 0.17.1 --- update native libraries
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@676059 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11 19:43:41 +00:00
Jim Kellerman
ee0ec62045
HBASE-715 Base HBase 0.2 on Hadoop 0.17.1
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@672457 13f79535-47bb-0310-9956-ffa450edef68
2008-06-28 02:36:24 +00:00
Michael Stack
b5cd4f69a2
HBASE-487 New hbase shell
...
Part 3: Avoid the help problem. Output banner that tells user instead
to type 'hbase' for list of commands. Update jruby to 1.1.2 release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@661825 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 19:19:46 +00:00
Michael Stack
cb9d586513
HBASE-487 Replace hql w/ a hbase-friendly jirb or jython shell, Part 1: Purge hql, added raw jirb
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@659445 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 06:21:16 +00:00
Jim Kellerman
192e438289
HBASE-589 Remove references to deprecated methods in Hadoop once hadoop-0.17.0 is released
...
HBASE-579 Add hadoop 0.17.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@659245 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 20:32:25 +00:00
Michael Stack
961597af2a
Add LICENSE for junit.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@648814 13f79535-47bb-0310-9956-ffa450edef68
2008-04-16 19:44:37 +00:00
Michael Stack
1475f271cf
HBASE-574 HBase does not load hadoop native libs
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@647959 13f79535-47bb-0310-9956-ffa450edef68
2008-04-14 19:34:11 +00:00
Jim Kellerman
1e3705f750
HBASE-541 Update hadoop jars.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@644905 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 20:48:46 +00:00
Jim Kellerman
a0f73c7efd
HBASE-492 hbase TRUNK does not build against hadoop TRUNK
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@634168 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 05:09:33 +00:00
Michael Stack
56380dab8a
HBASE-288 Add in-memory caching of data
...
(Recommit. We'd backed it out when it was HADOOP-1398)
This commit includes updating version from 0.1.0-dev to 0.2.0-dev
and an update of the hadoop lib to move it post 0.16.0 branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@619526 13f79535-47bb-0310-9956-ffa450edef68
2008-02-07 17:49:15 +00:00
Michael Stack
39bff3580b
HBASE-403 Fix build after move of hbase in svn
...
A lib/commons-httpclient-3.0.1.jar
M src/test/org/apache/hadoop/hbase/MiniHBaseCluster.java
If not null, run shutdown of hbase cluster.
A src/java/org/apache/hadoop/hbase/util/VersionInfo.java
A src/java/org/apache/hadoop/hbase/VersionAnnotation.java
A src/saveVersion.sh
Bring down the hadoop version publishing system.
M src/java/org/apache/hadoop/hbase/util/InfoServer.java
Print out problematic path.
M build.xml
Need to put the hadoop jar in front of hbase else
complaints that dfs webapps, etc., can't be found.
(Need to fix HttpStatusServer in hadoop).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@618517 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 02:32:22 +00:00
Michael Stack
c6b29235e7
HBASE-403 Fix build after move of hbase in svn
...
Part 1: jar and test targets works as do javacc, clean.
TODO: Package needs clean up.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@618453 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 21:48:13 +00:00
Thomas White
a1edb70b86
HADOOP-1398. Add in-memory caching of data.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk/src/contrib/hbase@617508 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 14:42:57 +00:00
Michael Stack
db34c56319
HADOOP-2389 Provide multiple language bindings for HBase (Thrift)
...
Added thrift jar in advance so HADOOP-2389 patch will build on hudson.
git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@610921 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 20:34:59 +00:00
Michael Stack
090f130a1b
HADOOP-2522 Separate MapFile benchmark from PerformanceEvaluation
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@608941 13f79535-47bb-0310-9956-ffa450edef68
2008-01-04 17:54:16 +00:00
Michael Stack
6aab1c914f
HADOOP-1913 Build a Lucene index on an HBase table
...
AM lucene-core-2.2.0.jar
Add jar dependency needed by patch about to be submitted
to hudson.
git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@578348 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 01:27:12 +00:00
Michael Stack
6f42c1f60f
HADOOP-1375 a simple parser for hbase
...
A lib/jline-0.9.91.jar
Add required library before trying hadoop-1375
against hudson (patch will fail if this lib is not
in place first).
git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk/src/contrib/hbase@555113 13f79535-47bb-0310-9956-ffa450edef68
2007-07-10 23:30:11 +00:00