diff --git build.xml build.xml index 0703fd0..3ac0510 100644 --- build.xml +++ build.xml @@ -19,6 +19,11 @@ + + - - @@ -108,23 +110,7 @@ - - - - - - - - - - - - - - - - + @@ -281,7 +267,17 @@ Build both clientjar and server-extensions ================================================================================ --> - + + + + + + + + + + + @@ -341,6 +341,8 @@ Tests failed! + + + + + + + + + + + + + + + @@ -582,7 +597,8 @@ - + + diff --git build_common.xml build_common.xml new file mode 100644 index 0000000..dcfe9db --- /dev/null +++ build_common.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git storage-drivers/build.xml storage-drivers/build.xml new file mode 100644 index 0000000..efd26d0 --- /dev/null +++ storage-drivers/build.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + Executing storage-driver "${target}" for hbase + + + + + + Generating all drivers + + + + + + + Testing all drivers + + + + + + + Cleaning all drivers + + + + + + + Package all drivers + + + + + diff --git storage-drivers/hbase/build.xml storage-drivers/hbase/build.xml new file mode 100644 index 0000000..b2e670c --- /dev/null +++ storage-drivers/hbase/build.xml @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You need Apache Ivy 2.0 or later from http://ant.apache.org/ + It could not be loaded from ${ivy_repo_url} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tests failed! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git storage-drivers/hbase/ivy.xml storage-drivers/hbase/ivy.xml new file mode 100644 index 0000000..b8088f4 --- /dev/null +++ storage-drivers/hbase/ivy.xml @@ -0,0 +1,46 @@ + + + + + + + + Apache HCatalog + + + + + + + + + + + + + + + + + + + + diff --git storage-drivers/hbase/ivy/ivysettings.xml storage-drivers/hbase/ivy/ivysettings.xml new file mode 100644 index 0000000..9fe334a --- /dev/null +++ storage-drivers/hbase/ivy/ivysettings.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git storage-drivers/hbase/ivy/libraries.properties storage-drivers/hbase/ivy/libraries.properties new file mode 100644 index 0000000..9437284 --- /dev/null +++ storage-drivers/hbase/ivy/libraries.properties @@ -0,0 +1,20 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +#This properties file lists the versions of the various artifacts used by hadoop and components. +#It drives ivy and the generation of a maven POM + +junit.version=3.8.1 +ivy.version=2.2.0 +rats-lib.version=0.5.1 +hbase.version=0.90.3 +zookeeper.version=3.3.1