Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 12:02:57 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378642 - in head/devel: . hive
Message-ID:  <201502081202.t18C2vuD028403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sun Feb  8 12:02:57 2015
New Revision: 378642
URL: https://svnweb.freebsd.org/changeset/ports/378642
QAT: https://qat.redports.org/buildarchive/r378642/

Log:
  New port: Apache Hive.
  
  The Apache Hive data warehouse software facilitates querying and managing
  large datasets residing in distributed storage.  Hive provides a mechanism
  to project structure onto this data and query the data using a SQL-like
  language called HiveQL.  At the same time this language also allows
  traditional map/reduce programmers to plug in their custom mappers and
  reducers when it is inconvenient or inefficient to express this logic in HiveQL.
  
  WWW: http://hive.apache.org/

Added:
  head/devel/hive/
  head/devel/hive/Makefile   (contents, props changed)
  head/devel/hive/distinfo   (contents, props changed)
  head/devel/hive/pkg-descr   (contents, props changed)
  head/devel/hive/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb  8 11:07:03 2015	(r378641)
+++ head/devel/Makefile	Sun Feb  8 12:02:57 2015	(r378642)
@@ -649,6 +649,7 @@
     SUBDIR += hgsvn
     SUBDIR += hgview
     SUBDIR += highlighterkit
+    SUBDIR += hive
     SUBDIR += horde-content
     SUBDIR += horde-timeobjects
     SUBDIR += horde-whups

Added: head/devel/hive/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hive/Makefile	Sun Feb  8 12:02:57 2015	(r378642)
@@ -0,0 +1,37 @@
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	hive
+PORTVERSION=	1.0.0
+CATEGORIES=	devel java
+MASTER_SITES=	${MASTER_SITE_APACHE} \
+		LOCAL/demon/ \
+		http://people.freebsd.org/~demon/:maven
+MASTER_SITE_SUBDIR=${PORTNAME}/stable
+DISTFILES=	apache-${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-${PORTNAME}-${PORTVERSION}-maven-repository.tar.gz:maven
+DIST_SUBDIR=	hadoop
+
+MAINTAINER=	demon@FreeBSD.org
+COMMENT=	Framework for data warehousing on top of Hadoop
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
+		yarn:${PORTSDIR}/devel/hadoop2
+
+USE_JAVA=	yes
+JAVA_VERSION=	1.7+
+WRKSRC=		${WRKDIR}/apache-${PORTNAME}-${PORTVERSION}-src
+
+HIVE_DIST=	${WRKSRC}/packaging/target/apache-hive-${PORTVERSION}-bin/apache-hive-${PORTVERSION}-bin
+
+do-build:
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/share/java/maven3/bin/mvn -Dmaven.repo.local=${WRKDIR}/m2 --offline clean install -Phadoop-2,dist -DskipTests
+
+do-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	cd ${HIVE_DIST} && ${COPYTREE_BIN} bin ${STAGEDIR}${DATADIR}
+	cd ${HIVE_DIST} && ${COPYTREE_SHARE} "conf examples hcatalog lib scripts" ${STAGEDIR}${DATADIR}
+
+.include <bsd.port.mk>

Added: head/devel/hive/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hive/distinfo	Sun Feb  8 12:02:57 2015	(r378642)
@@ -0,0 +1,4 @@
+SHA256 (hadoop/apache-hive-1.0.0-src.tar.gz) = 2dae5082fc601b745a31e8a41e6982b2a4305233ff34422a54d7571b309cd98f
+SIZE (hadoop/apache-hive-1.0.0-src.tar.gz) = 10883877
+SHA256 (hadoop/FreeBSD-hive-1.0.0-maven-repository.tar.gz) = 7afcb0efb4881bd217d2a05c77fbda8b143575dc9580d61e5949a42ed925a31f
+SIZE (hadoop/FreeBSD-hive-1.0.0-maven-repository.tar.gz) = 304882356

Added: head/devel/hive/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hive/pkg-descr	Sun Feb  8 12:02:57 2015	(r378642)
@@ -0,0 +1,8 @@
+The Apache Hive data warehouse software facilitates querying and managing
+large datasets residing in distributed storage.  Hive provides a mechanism
+to project structure onto this data and query the data using a SQL-like
+language called HiveQL.  At the same time this language also allows
+traditional map/reduce programmers to plug in their custom mappers and
+reducers when it is inconvenient or inefficient to express this logic in HiveQL.
+
+WWW: http://hive.apache.org/

Added: head/devel/hive/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hive/pkg-plist	Sun Feb  8 12:02:57 2015	(r378642)
@@ -0,0 +1,673 @@
+%%DATADIR%%/bin/beeline
+%%DATADIR%%/bin/ext/beeline.sh
+%%DATADIR%%/bin/ext/cli.cmd
+%%DATADIR%%/bin/ext/cli.sh
+%%DATADIR%%/bin/ext/debug.cmd
+%%DATADIR%%/bin/ext/debug.sh
+%%DATADIR%%/bin/ext/help.cmd
+%%DATADIR%%/bin/ext/help.sh
+%%DATADIR%%/bin/ext/hiveburninclient.sh
+%%DATADIR%%/bin/ext/hiveserver.cmd
+%%DATADIR%%/bin/ext/hiveserver.sh
+%%DATADIR%%/bin/ext/hiveserver2.cmd
+%%DATADIR%%/bin/ext/hiveserver2.sh
+%%DATADIR%%/bin/ext/hwi.cmd
+%%DATADIR%%/bin/ext/hwi.sh
+%%DATADIR%%/bin/ext/jar.cmd
+%%DATADIR%%/bin/ext/jar.sh
+%%DATADIR%%/bin/ext/lineage.cmd
+%%DATADIR%%/bin/ext/lineage.sh
+%%DATADIR%%/bin/ext/metastore.cmd
+%%DATADIR%%/bin/ext/metastore.sh
+%%DATADIR%%/bin/ext/metatool.sh
+%%DATADIR%%/bin/ext/orcfiledump.cmd
+%%DATADIR%%/bin/ext/orcfiledump.sh
+%%DATADIR%%/bin/ext/rcfilecat.cmd
+%%DATADIR%%/bin/ext/rcfilecat.sh
+%%DATADIR%%/bin/ext/schemaTool.cmd
+%%DATADIR%%/bin/ext/schemaTool.sh
+%%DATADIR%%/bin/ext/util/execHiveCmd.cmd
+%%DATADIR%%/bin/ext/util/execHiveCmd.sh
+%%DATADIR%%/bin/ext/version.sh
+%%DATADIR%%/bin/hive
+%%DATADIR%%/bin/hive-config.sh
+%%DATADIR%%/bin/hiveserver2
+%%DATADIR%%/bin/metatool
+%%DATADIR%%/bin/schematool
+%%DATADIR%%/conf/beeline-log4j.properties.template
+%%DATADIR%%/conf/hive-default.xml.template
+%%DATADIR%%/conf/hive-env.sh.template
+%%DATADIR%%/conf/hive-exec-log4j.properties.template
+%%DATADIR%%/conf/hive-log4j.properties.template
+%%DATADIR%%/examples/files/2000_cols_data.csv
+%%DATADIR%%/examples/files/ProxyAuth.res
+%%DATADIR%%/examples/files/SortCol1Col2.txt
+%%DATADIR%%/examples/files/SortCol2Col1.txt
+%%DATADIR%%/examples/files/SortDescCol1Col2.txt
+%%DATADIR%%/examples/files/SortDescCol2Col1.txt
+%%DATADIR%%/examples/files/T1.txt
+%%DATADIR%%/examples/files/T2.txt
+%%DATADIR%%/examples/files/T3.txt
+%%DATADIR%%/examples/files/UserVisits.dat
+%%DATADIR%%/examples/files/agg_01-p1.txt
+%%DATADIR%%/examples/files/agg_01-p2.txt
+%%DATADIR%%/examples/files/agg_01-p3.txt
+%%DATADIR%%/examples/files/alltypes.txt
+%%DATADIR%%/examples/files/alltypes2.txt
+%%DATADIR%%/examples/files/apache.access.2.log
+%%DATADIR%%/examples/files/apache.access.log
+%%DATADIR%%/examples/files/archive_corrupt.rc
+%%DATADIR%%/examples/files/array_table.txt
+%%DATADIR%%/examples/files/avro_charvarchar.txt
+%%DATADIR%%/examples/files/binary.txt
+%%DATADIR%%/examples/files/bool.txt
+%%DATADIR%%/examples/files/bool_literal.txt
+%%DATADIR%%/examples/files/cbo_t1.txt
+%%DATADIR%%/examples/files/cbo_t2.txt
+%%DATADIR%%/examples/files/cbo_t3.txt
+%%DATADIR%%/examples/files/cbo_t4.txt
+%%DATADIR%%/examples/files/cbo_t5.txt
+%%DATADIR%%/examples/files/cbo_t6.txt
+%%DATADIR%%/examples/files/char_varchar_udf.txt
+%%DATADIR%%/examples/files/complex.seq
+%%DATADIR%%/examples/files/covar_tab.txt
+%%DATADIR%%/examples/files/create_nested_type.txt
+%%DATADIR%%/examples/files/csv.txt
+%%DATADIR%%/examples/files/customer_address.txt
+%%DATADIR%%/examples/files/data_with_escape.txt
+%%DATADIR%%/examples/files/datatypes.txt
+%%DATADIR%%/examples/files/dec.avro
+%%DATADIR%%/examples/files/dec.parq
+%%DATADIR%%/examples/files/dec.txt
+%%DATADIR%%/examples/files/dec_comp.txt
+%%DATADIR%%/examples/files/decimal.txt
+%%DATADIR%%/examples/files/decimal_10_0.txt
+%%DATADIR%%/examples/files/dept.txt
+%%DATADIR%%/examples/files/dim-data.txt
+%%DATADIR%%/examples/files/dim_shops.txt
+%%DATADIR%%/examples/files/doctors.avro
+%%DATADIR%%/examples/files/docurl.txt
+%%DATADIR%%/examples/files/double.txt
+%%DATADIR%%/examples/files/dynpart_test.txt
+%%DATADIR%%/examples/files/emp.txt
+%%DATADIR%%/examples/files/employee.dat
+%%DATADIR%%/examples/files/employee2.dat
+%%DATADIR%%/examples/files/employee_part.txt
+%%DATADIR%%/examples/files/empty1.txt
+%%DATADIR%%/examples/files/empty2.txt
+%%DATADIR%%/examples/files/episodes.avro
+%%DATADIR%%/examples/files/escapetest.txt
+%%DATADIR%%/examples/files/extrapolate_stats_full.txt
+%%DATADIR%%/examples/files/extrapolate_stats_partial.txt
+%%DATADIR%%/examples/files/fact-data.txt
+%%DATADIR%%/examples/files/flights_join.txt
+%%DATADIR%%/examples/files/flights_tiny.txt
+%%DATADIR%%/examples/files/flights_tiny.txt.1
+%%DATADIR%%/examples/files/futurama_episodes.avro
+%%DATADIR%%/examples/files/groupby_groupingid.txt
+%%DATADIR%%/examples/files/grouping_sets.txt
+%%DATADIR%%/examples/files/grouping_sets1.txt
+%%DATADIR%%/examples/files/grouping_sets2.txt
+%%DATADIR%%/examples/files/hive_626_bar.txt
+%%DATADIR%%/examples/files/hive_626_count.txt
+%%DATADIR%%/examples/files/hive_626_foo.txt
+%%DATADIR%%/examples/files/in1.txt
+%%DATADIR%%/examples/files/in2.txt
+%%DATADIR%%/examples/files/in3.txt
+%%DATADIR%%/examples/files/in4.txt
+%%DATADIR%%/examples/files/in5.txt
+%%DATADIR%%/examples/files/in6.txt
+%%DATADIR%%/examples/files/in7.txt
+%%DATADIR%%/examples/files/in8.txt
+%%DATADIR%%/examples/files/in9.txt
+%%DATADIR%%/examples/files/in_file.dat
+%%DATADIR%%/examples/files/infer_const_type.txt
+%%DATADIR%%/examples/files/input.txt
+%%DATADIR%%/examples/files/int.txt
+%%DATADIR%%/examples/files/json.txt
+%%DATADIR%%/examples/files/keystore.jks
+%%DATADIR%%/examples/files/kv1.seq
+%%DATADIR%%/examples/files/kv1.string-sorted.txt
+%%DATADIR%%/examples/files/kv1.txt
+%%DATADIR%%/examples/files/kv1.val.sorted.txt
+%%DATADIR%%/examples/files/kv10.txt
+%%DATADIR%%/examples/files/kv1_broken.seq
+%%DATADIR%%/examples/files/kv1_cb.txt
+%%DATADIR%%/examples/files/kv1_cc.txt
+%%DATADIR%%/examples/files/kv1kv2.cogroup.txt
+%%DATADIR%%/examples/files/kv2.txt
+%%DATADIR%%/examples/files/kv3.txt
+%%DATADIR%%/examples/files/kv4.txt
+%%DATADIR%%/examples/files/kv5.txt
+%%DATADIR%%/examples/files/kv6.txt
+%%DATADIR%%/examples/files/kv7.txt
+%%DATADIR%%/examples/files/kv8.txt
+%%DATADIR%%/examples/files/kv9.txt
+%%DATADIR%%/examples/files/leftsemijoin_mr_t1.txt
+%%DATADIR%%/examples/files/leftsemijoin_mr_t2.txt
+%%DATADIR%%/examples/files/lineitem.txt
+%%DATADIR%%/examples/files/loc.txt
+%%DATADIR%%/examples/files/location.txt
+%%DATADIR%%/examples/files/lt100.sorted.txt
+%%DATADIR%%/examples/files/lt100.txt
+%%DATADIR%%/examples/files/lt100.txt.deflate
+%%DATADIR%%/examples/files/map_null_schema.avro
+%%DATADIR%%/examples/files/map_null_val.avro
+%%DATADIR%%/examples/files/map_table.txt
+%%DATADIR%%/examples/files/nested_complex.txt
+%%DATADIR%%/examples/files/non_ascii_tbl.txt
+%%DATADIR%%/examples/files/null.txt
+%%DATADIR%%/examples/files/nullfile.txt
+%%DATADIR%%/examples/files/nulls.txt
+%%DATADIR%%/examples/files/opencsv-data.txt
+%%DATADIR%%/examples/files/orc_create.txt
+%%DATADIR%%/examples/files/orc_create_people.txt
+%%DATADIR%%/examples/files/orc_split_elim.orc
+%%DATADIR%%/examples/files/parquet_columnar.txt
+%%DATADIR%%/examples/files/parquet_create.txt
+%%DATADIR%%/examples/files/parquet_partitioned.txt
+%%DATADIR%%/examples/files/parquet_types.txt
+%%DATADIR%%/examples/files/part.rc
+%%DATADIR%%/examples/files/part.seq
+%%DATADIR%%/examples/files/part_tiny.txt
+%%DATADIR%%/examples/files/person age.txt
+%%DATADIR%%/examples/files/person+age.txt
+%%DATADIR%%/examples/files/posexplode_data.txt
+%%DATADIR%%/examples/files/primitive_type_arrays.txt
+%%DATADIR%%/examples/files/pw17.txt
+%%DATADIR%%/examples/files/sales.txt
+%%DATADIR%%/examples/files/sample-queryplan-in-history.txt
+%%DATADIR%%/examples/files/sample-queryplan.txt
+%%DATADIR%%/examples/files/sample.json
+%%DATADIR%%/examples/files/smallsrcsortbucket1outof4.txt
+%%DATADIR%%/examples/files/smallsrcsortbucket2outof4.txt
+%%DATADIR%%/examples/files/smallsrcsortbucket3outof4.txt
+%%DATADIR%%/examples/files/smallsrcsortbucket4outof4.txt
+%%DATADIR%%/examples/files/smb_bucket_input.rc
+%%DATADIR%%/examples/files/smb_bucket_input.txt
+%%DATADIR%%/examples/files/smbbucket_1.rc
+%%DATADIR%%/examples/files/smbbucket_1.txt
+%%DATADIR%%/examples/files/smbbucket_2.rc
+%%DATADIR%%/examples/files/smbbucket_2.txt
+%%DATADIR%%/examples/files/smbbucket_3.rc
+%%DATADIR%%/examples/files/smbbucket_3.txt
+%%DATADIR%%/examples/files/sour1.txt
+%%DATADIR%%/examples/files/sour2.txt
+%%DATADIR%%/examples/files/source.txt
+%%DATADIR%%/examples/files/srcbucket0.txt
+%%DATADIR%%/examples/files/srcbucket1.txt
+%%DATADIR%%/examples/files/srcbucket20.txt
+%%DATADIR%%/examples/files/srcbucket21.txt
+%%DATADIR%%/examples/files/srcbucket22.txt
+%%DATADIR%%/examples/files/srcbucket23.txt
+%%DATADIR%%/examples/files/srcsortbucket1outof4.txt
+%%DATADIR%%/examples/files/srcsortbucket2outof4.txt
+%%DATADIR%%/examples/files/srcsortbucket3outof4.txt
+%%DATADIR%%/examples/files/srcsortbucket4outof4.txt
+%%DATADIR%%/examples/files/store.txt
+%%DATADIR%%/examples/files/store_sales.txt
+%%DATADIR%%/examples/files/string.txt
+%%DATADIR%%/examples/files/symlink1.txt
+%%DATADIR%%/examples/files/symlink2.txt
+%%DATADIR%%/examples/files/tbl.txt
+%%DATADIR%%/examples/files/test.dat
+%%DATADIR%%/examples/files/test1.txt
+%%DATADIR%%/examples/files/test2.dat
+%%DATADIR%%/examples/files/text-en.txt
+%%DATADIR%%/examples/files/things.txt
+%%DATADIR%%/examples/files/things2.txt
+%%DATADIR%%/examples/files/tiny_a.txt
+%%DATADIR%%/examples/files/tiny_b.txt
+%%DATADIR%%/examples/files/truststore.jks
+%%DATADIR%%/examples/files/union_input.txt
+%%DATADIR%%/examples/files/v1.txt
+%%DATADIR%%/examples/files/v2.txt
+%%DATADIR%%/examples/files/vc1.txt
+%%DATADIR%%/examples/files/x.txt
+%%DATADIR%%/examples/files/y.txt
+%%DATADIR%%/examples/files/z.txt
+%%DATADIR%%/examples/queries/case_sensitivity.q
+%%DATADIR%%/examples/queries/cast1.q
+%%DATADIR%%/examples/queries/groupby1.q
+%%DATADIR%%/examples/queries/groupby2.q
+%%DATADIR%%/examples/queries/groupby3.q
+%%DATADIR%%/examples/queries/groupby4.q
+%%DATADIR%%/examples/queries/groupby5.q
+%%DATADIR%%/examples/queries/groupby6.q
+%%DATADIR%%/examples/queries/input1.q
+%%DATADIR%%/examples/queries/input2.q
+%%DATADIR%%/examples/queries/input20.q
+%%DATADIR%%/examples/queries/input3.q
+%%DATADIR%%/examples/queries/input4.q
+%%DATADIR%%/examples/queries/input5.q
+%%DATADIR%%/examples/queries/input6.q
+%%DATADIR%%/examples/queries/input7.q
+%%DATADIR%%/examples/queries/input8.q
+%%DATADIR%%/examples/queries/input9.q
+%%DATADIR%%/examples/queries/input_part1.q
+%%DATADIR%%/examples/queries/input_testsequencefile.q
+%%DATADIR%%/examples/queries/input_testxpath.q
+%%DATADIR%%/examples/queries/input_testxpath2.q
+%%DATADIR%%/examples/queries/join1.q
+%%DATADIR%%/examples/queries/join2.q
+%%DATADIR%%/examples/queries/join3.q
+%%DATADIR%%/examples/queries/join4.q
+%%DATADIR%%/examples/queries/join5.q
+%%DATADIR%%/examples/queries/join6.q
+%%DATADIR%%/examples/queries/join7.q
+%%DATADIR%%/examples/queries/join8.q
+%%DATADIR%%/examples/queries/sample1.q
+%%DATADIR%%/examples/queries/sample2.q
+%%DATADIR%%/examples/queries/sample3.q
+%%DATADIR%%/examples/queries/sample4.q
+%%DATADIR%%/examples/queries/sample5.q
+%%DATADIR%%/examples/queries/sample6.q
+%%DATADIR%%/examples/queries/sample7.q
+%%DATADIR%%/examples/queries/subq.q
+%%DATADIR%%/examples/queries/udf1.q
+%%DATADIR%%/examples/queries/udf4.q
+%%DATADIR%%/examples/queries/udf6.q
+%%DATADIR%%/examples/queries/udf_case.q
+%%DATADIR%%/examples/queries/udf_when.q
+%%DATADIR%%/examples/queries/union.q
+%%DATADIR%%/hcatalog/bin/common.sh
+%%DATADIR%%/hcatalog/bin/hcat
+%%DATADIR%%/hcatalog/bin/hcat.py
+%%DATADIR%%/hcatalog/bin/hcatcfg.py
+%%DATADIR%%/hcatalog/bin/templeton.cmd
+%%DATADIR%%/hcatalog/etc/hcatalog/jndi.properties
+%%DATADIR%%/hcatalog/etc/hcatalog/proto-hive-site.xml
+%%DATADIR%%/hcatalog/etc/webhcat/webhcat-default.xml
+%%DATADIR%%/hcatalog/etc/webhcat/webhcat-log4j.properties
+%%DATADIR%%/hcatalog/libexec/hcat-config.sh
+%%DATADIR%%/hcatalog/sbin/hcat_server.py
+%%DATADIR%%/hcatalog/sbin/hcat_server.sh
+%%DATADIR%%/hcatalog/sbin/hcatcfg.py
+%%DATADIR%%/hcatalog/sbin/update-hcatalog-env.sh
+%%DATADIR%%/hcatalog/sbin/webhcat_config.sh
+%%DATADIR%%/hcatalog/sbin/webhcat_server.sh
+%%DATADIR%%/hcatalog/share/doc/hcatalog/README.txt
+%%DATADIR%%/hcatalog/share/hcatalog/hive-hcatalog-core-1.0.0.jar
+%%DATADIR%%/hcatalog/share/hcatalog/hive-hcatalog-pig-adapter-1.0.0.jar
+%%DATADIR%%/hcatalog/share/hcatalog/hive-hcatalog-server-extensions-1.0.0.jar
+%%DATADIR%%/hcatalog/share/hcatalog/hive-hcatalog-streaming-1.0.0.jar
+%%DATADIR%%/hcatalog/share/webhcat/java-client/hive-webhcat-java-client-1.0.0.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/asm-3.1.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/commons-exec-1.1.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/hive-webhcat-1.0.0.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jackson-core-asl-1.9.2.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jackson-jaxrs-1.9.2.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jackson-xc-1.9.2.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jaxb-api-2.2.2.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jaxb-impl-2.2.3-1.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jersey-core-1.14.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jersey-json-1.14.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jersey-server-1.14.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jersey-servlet-1.14.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jettison-1.1.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/jul-to-slf4j-1.7.5.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/stax-api-1.0-2.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/wadl-resourcedoc-doclet-1.4.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/xercesImpl-2.9.1.jar
+%%DATADIR%%/hcatalog/share/webhcat/svr/lib/xml-apis-1.3.04.jar
+%%DATADIR%%/lib/ST4-4.0.4.jar
+%%DATADIR%%/lib/accumulo-core-1.6.0.jar
+%%DATADIR%%/lib/accumulo-fate-1.6.0.jar
+%%DATADIR%%/lib/accumulo-start-1.6.0.jar
+%%DATADIR%%/lib/accumulo-trace-1.6.0.jar
+%%DATADIR%%/lib/activation-1.1.jar
+%%DATADIR%%/lib/ant-1.9.1.jar
+%%DATADIR%%/lib/ant-launcher-1.9.1.jar
+%%DATADIR%%/lib/antlr-2.7.7.jar
+%%DATADIR%%/lib/antlr-runtime-3.4.jar
+%%DATADIR%%/lib/asm-commons-3.1.jar
+%%DATADIR%%/lib/asm-tree-3.1.jar
+%%DATADIR%%/lib/avro-1.7.5.jar
+%%DATADIR%%/lib/bonecp-0.8.0.RELEASE.jar
+%%DATADIR%%/lib/calcite-avatica-0.9.2-incubating.jar
+%%DATADIR%%/lib/calcite-core-0.9.2-incubating.jar
+%%DATADIR%%/lib/commons-beanutils-1.7.0.jar
+%%DATADIR%%/lib/commons-beanutils-core-1.8.0.jar
+%%DATADIR%%/lib/commons-cli-1.2.jar
+%%DATADIR%%/lib/commons-codec-1.4.jar
+%%DATADIR%%/lib/commons-collections-3.2.1.jar
+%%DATADIR%%/lib/commons-compiler-2.7.6.jar
+%%DATADIR%%/lib/commons-compress-1.4.1.jar
+%%DATADIR%%/lib/commons-configuration-1.6.jar
+%%DATADIR%%/lib/commons-dbcp-1.4.jar
+%%DATADIR%%/lib/commons-digester-1.8.jar
+%%DATADIR%%/lib/commons-httpclient-3.0.1.jar
+%%DATADIR%%/lib/commons-io-2.4.jar
+%%DATADIR%%/lib/commons-lang-2.6.jar
+%%DATADIR%%/lib/commons-logging-1.1.3.jar
+%%DATADIR%%/lib/commons-math-2.1.jar
+%%DATADIR%%/lib/commons-pool-1.5.4.jar
+%%DATADIR%%/lib/commons-vfs2-2.0.jar
+%%DATADIR%%/lib/curator-client-2.6.0.jar
+%%DATADIR%%/lib/curator-framework-2.6.0.jar
+%%DATADIR%%/lib/datanucleus-api-jdo-3.2.6.jar
+%%DATADIR%%/lib/datanucleus-core-3.2.10.jar
+%%DATADIR%%/lib/datanucleus-rdbms-3.2.9.jar
+%%DATADIR%%/lib/derby-10.10.1.1.jar
+%%DATADIR%%/lib/eigenbase-properties-1.1.4.jar
+%%DATADIR%%/lib/geronimo-annotation_1.0_spec-1.1.1.jar
+%%DATADIR%%/lib/geronimo-jaspic_1.0_spec-1.0.jar
+%%DATADIR%%/lib/geronimo-jta_1.1_spec-1.1.1.jar
+%%DATADIR%%/lib/groovy-all-2.1.6.jar
+%%DATADIR%%/lib/guava-11.0.2.jar
+%%DATADIR%%/lib/hamcrest-core-1.1.jar
+%%DATADIR%%/lib/hive-accumulo-handler-1.0.0.jar
+%%DATADIR%%/lib/hive-ant-1.0.0.jar
+%%DATADIR%%/lib/hive-beeline-1.0.0.jar
+%%DATADIR%%/lib/hive-cli-1.0.0.jar
+%%DATADIR%%/lib/hive-common-1.0.0.jar
+%%DATADIR%%/lib/hive-contrib-1.0.0.jar
+%%DATADIR%%/lib/hive-exec-1.0.0.jar
+%%DATADIR%%/lib/hive-hbase-handler-1.0.0.jar
+%%DATADIR%%/lib/hive-hwi-1.0.0.jar
+%%DATADIR%%/lib/hive-jdbc-1.0.0-standalone.jar
+%%DATADIR%%/lib/hive-jdbc-1.0.0.jar
+%%DATADIR%%/lib/hive-metastore-1.0.0.jar
+%%DATADIR%%/lib/hive-serde-1.0.0.jar
+%%DATADIR%%/lib/hive-service-1.0.0.jar
+%%DATADIR%%/lib/hive-shims-0.20-1.0.0.jar
+%%DATADIR%%/lib/hive-shims-0.20S-1.0.0.jar
+%%DATADIR%%/lib/hive-shims-0.23-1.0.0.jar
+%%DATADIR%%/lib/hive-shims-1.0.0.jar
+%%DATADIR%%/lib/hive-shims-common-1.0.0.jar
+%%DATADIR%%/lib/hive-shims-common-secure-1.0.0.jar
+%%DATADIR%%/lib/hive-testutils-1.0.0.jar
+%%DATADIR%%/lib/httpclient-4.2.5.jar
+%%DATADIR%%/lib/httpcore-4.2.5.jar
+%%DATADIR%%/lib/janino-2.7.6.jar
+%%DATADIR%%/lib/jansi-1.11.jar
+%%DATADIR%%/lib/jcommander-1.32.jar
+%%DATADIR%%/lib/jdo-api-3.0.1.jar
+%%DATADIR%%/lib/jetty-all-7.6.0.v20120127.jar
+%%DATADIR%%/lib/jetty-all-server-7.6.0.v20120127.jar
+%%DATADIR%%/lib/jline-0.9.94.jar
+%%DATADIR%%/lib/jpam-1.1.jar
+%%DATADIR%%/lib/jsr305-1.3.9.jar
+%%DATADIR%%/lib/jta-1.1.jar
+%%DATADIR%%/lib/junit-4.11.jar
+%%DATADIR%%/lib/libfb303-0.9.0.jar
+%%DATADIR%%/lib/libthrift-0.9.0.jar
+%%DATADIR%%/lib/linq4j-0.4.jar
+%%DATADIR%%/lib/log4j-1.2.16.jar
+%%DATADIR%%/lib/mail-1.4.1.jar
+%%DATADIR%%/lib/maven-scm-api-1.4.jar
+%%DATADIR%%/lib/maven-scm-provider-svn-commons-1.4.jar
+%%DATADIR%%/lib/maven-scm-provider-svnexe-1.4.jar
+%%DATADIR%%/lib/opencsv-2.3.jar
+%%DATADIR%%/lib/oro-2.0.8.jar
+%%DATADIR%%/lib/paranamer-2.3.jar
+%%DATADIR%%/lib/pentaho-aggdesigner-algorithm-5.1.3-jhyde.jar
+%%DATADIR%%/lib/php/Thrift.php
+%%DATADIR%%/lib/php/autoload.php
+%%DATADIR%%/lib/php/ext/thrift_protocol/config.m4
+%%DATADIR%%/lib/php/ext/thrift_protocol/php_thrift_protocol.cpp
+%%DATADIR%%/lib/php/ext/thrift_protocol/php_thrift_protocol.h
+%%DATADIR%%/lib/php/ext/thrift_protocol/tags/1.0.0/config.m4
+%%DATADIR%%/lib/php/ext/thrift_protocol/tags/1.0.0/php_thrift_protocol.cpp
+%%DATADIR%%/lib/php/ext/thrift_protocol/tags/1.0.0/php_thrift_protocol.h
+%%DATADIR%%/lib/php/packages/fb303/FacebookService.php
+%%DATADIR%%/lib/php/packages/fb303/fb303_types.php
+%%DATADIR%%/lib/php/packages/hive_metastore/metastore/ThriftHiveMetastore.php
+%%DATADIR%%/lib/php/packages/hive_metastore/metastore/Types.php
+%%DATADIR%%/lib/php/packages/hive_service/TCLIService.php
+%%DATADIR%%/lib/php/packages/hive_service/ThriftHive.php
+%%DATADIR%%/lib/php/packages/hive_service/Types.php
+%%DATADIR%%/lib/php/packages/queryplan/Types.php
+%%DATADIR%%/lib/php/packages/serde/Types.php
+%%DATADIR%%/lib/php/packages/serde/org/apache/hadoop/hive/serde/Types.php
+%%DATADIR%%/lib/php/protocol/TBinaryProtocol.php
+%%DATADIR%%/lib/php/protocol/TProtocol.php
+%%DATADIR%%/lib/php/transport/TBufferedTransport.php
+%%DATADIR%%/lib/php/transport/TFramedTransport.php
+%%DATADIR%%/lib/php/transport/THttpClient.php
+%%DATADIR%%/lib/php/transport/TMemoryBuffer.php
+%%DATADIR%%/lib/php/transport/TNullTransport.php
+%%DATADIR%%/lib/php/transport/TPhpStream.php
+%%DATADIR%%/lib/php/transport/TSocket.php
+%%DATADIR%%/lib/php/transport/TSocketPool.php
+%%DATADIR%%/lib/php/transport/TTransport.php
+%%DATADIR%%/lib/plexus-utils-1.5.6.jar
+%%DATADIR%%/lib/py/TCLIService/TCLIService-remote
+%%DATADIR%%/lib/py/TCLIService/TCLIService.py
+%%DATADIR%%/lib/py/TCLIService/__init__.py
+%%DATADIR%%/lib/py/TCLIService/constants.py
+%%DATADIR%%/lib/py/TCLIService/ttypes.py
+%%DATADIR%%/lib/py/fb303/FacebookBase.py
+%%DATADIR%%/lib/py/fb303/FacebookService-remote
+%%DATADIR%%/lib/py/fb303/FacebookService.py
+%%DATADIR%%/lib/py/fb303/__init__.py
+%%DATADIR%%/lib/py/fb303/constants.py
+%%DATADIR%%/lib/py/fb303/ttypes.py
+%%DATADIR%%/lib/py/fb303_scripts/__init__.py
+%%DATADIR%%/lib/py/fb303_scripts/fb303_simple_mgmt.py
+%%DATADIR%%/lib/py/hive_metastore/ThriftHiveMetastore-remote
+%%DATADIR%%/lib/py/hive_metastore/ThriftHiveMetastore.py
+%%DATADIR%%/lib/py/hive_metastore/__init__.py
+%%DATADIR%%/lib/py/hive_metastore/constants.py
+%%DATADIR%%/lib/py/hive_metastore/ttypes.py
+%%DATADIR%%/lib/py/hive_serde/__init__.py
+%%DATADIR%%/lib/py/hive_serde/constants.py
+%%DATADIR%%/lib/py/hive_serde/ttypes.py
+%%DATADIR%%/lib/py/hive_service/ThriftHive-remote
+%%DATADIR%%/lib/py/hive_service/ThriftHive.py
+%%DATADIR%%/lib/py/hive_service/__init__.py
+%%DATADIR%%/lib/py/hive_service/constants.py
+%%DATADIR%%/lib/py/hive_service/ttypes.py
+%%DATADIR%%/lib/py/queryplan/__init__.py
+%%DATADIR%%/lib/py/queryplan/constants.py
+%%DATADIR%%/lib/py/queryplan/ttypes.py
+%%DATADIR%%/lib/py/thrift/TSCons.py
+%%DATADIR%%/lib/py/thrift/Thrift.py
+%%DATADIR%%/lib/py/thrift/__init__.py
+%%DATADIR%%/lib/py/thrift/protocol/TBinaryProtocol.py
+%%DATADIR%%/lib/py/thrift/protocol/TProtocol.py
+%%DATADIR%%/lib/py/thrift/protocol/__init__.py
+%%DATADIR%%/lib/py/thrift/protocol/fastbinary.c
+%%DATADIR%%/lib/py/thrift/reflection/__init__.py
+%%DATADIR%%/lib/py/thrift/reflection/limited/__init__.py
+%%DATADIR%%/lib/py/thrift/reflection/limited/constants.py
+%%DATADIR%%/lib/py/thrift/reflection/limited/ttypes.py
+%%DATADIR%%/lib/py/thrift/server/THttpServer.py
+%%DATADIR%%/lib/py/thrift/server/TNonblockingServer.py
+%%DATADIR%%/lib/py/thrift/server/TServer.py
+%%DATADIR%%/lib/py/thrift/server/__init__.py
+%%DATADIR%%/lib/py/thrift/transport/THttpClient.py
+%%DATADIR%%/lib/py/thrift/transport/TSocket.py
+%%DATADIR%%/lib/py/thrift/transport/TTransport.py
+%%DATADIR%%/lib/py/thrift/transport/TTwisted.py
+%%DATADIR%%/lib/py/thrift/transport/__init__.py
+%%DATADIR%%/lib/quidem-0.1.1.jar
+%%DATADIR%%/lib/regexp-1.3.jar
+%%DATADIR%%/lib/servlet-api-2.5.jar
+%%DATADIR%%/lib/snappy-java-1.0.5.jar
+%%DATADIR%%/lib/stax-api-1.0.1.jar
+%%DATADIR%%/lib/stringtemplate-3.2.1.jar
+%%DATADIR%%/lib/super-csv-2.2.0.jar
+%%DATADIR%%/lib/tempus-fugit-1.1.jar
+%%DATADIR%%/lib/velocity-1.5.jar
+%%DATADIR%%/lib/xz-1.0.jar
+%%DATADIR%%/lib/zookeeper-3.4.5.jar
+%%DATADIR%%/scripts/metastore/upgrade/derby/001-HIVE-972.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/002-HIVE-1068.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/003-HIVE-675.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/004-HIVE-1364.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/005-HIVE-417.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/006-HIVE-1823.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/007-HIVE-78.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/008-HIVE-2246.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/008-REVERT-HIVE-2246.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/009-HIVE-2215.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/010-HIVE-3072.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/011-HIVE-3649.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/012-HIVE-1362.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/013-HIVE-3255.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/014-HIVE-3764.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/016-HIVE-6386.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/017-HIVE-6458.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/018-HIVE-6757.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/019-HIVE-7784.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/README
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.10.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.11.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.12.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.13.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.14.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.3.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.4.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.4.1.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.5.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.6.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.7.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.8.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-schema-0.9.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-txn-schema-0.13.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/hive-txn-schema-0.14.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.10.0-to-0.11.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.11.0-to-0.12.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.12.0-to-0.13.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.13.0-to-0.14.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.5.0-to-0.6.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.6.0-to-0.7.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.7.0-to-0.8.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.8.0-to-0.9.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade-0.9.0-to-0.10.0.derby.sql
+%%DATADIR%%/scripts/metastore/upgrade/derby/upgrade.order.derby
+%%DATADIR%%/scripts/metastore/upgrade/mssql/001-HIVE-6862.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/002-HIVE-7784.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/003-HIVE-8239.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/004-HIVE-8550.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/README
+%%DATADIR%%/scripts/metastore/upgrade/mssql/hive-schema-0.11.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/hive-schema-0.12.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/hive-schema-0.13.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/hive-schema-0.14.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/hive-txn-schema-0.13.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/hive-txn-schema-0.14.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/upgrade-0.12.0-to-0.13.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/upgrade-0.13.0-to-0.14.0.mssql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mssql/upgrade.order.mssql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/001-HIVE-972.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/002-HIVE-1068.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/003-HIVE-675.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/004-HIVE-1364.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/005-HIVE-417.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/006-HIVE-1823.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/007-HIVE-78.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/008-HIVE-2246.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/009-HIVE-2215.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/010-HIVE-3072.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/011-HIVE-3649.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/012-HIVE-1362.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/013-HIVE-3255.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/014-HIVE-3764.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/015-HIVE-5700.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/016-HIVE-6386.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/017-HIVE-6458.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/018-HIVE-6757.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/019-HIVE-7784.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/README
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.10.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.11.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.12.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.13.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.14.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.3.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.4.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.4.1.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.5.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.6.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.7.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.8.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-schema-0.9.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-txn-schema-0.13.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/hive-txn-schema-0.14.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.10.0-to-0.11.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.11.0-to-0.12.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.12.0-to-0.13.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.13.0-to-0.14.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.5.0-to-0.6.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.6.0-to-0.7.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.7.0-to-0.8.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.8.0-to-0.9.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade-0.9.0-to-0.10.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/mysql/upgrade.order.mysql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/010-HIVE-3072.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/011-HIVE-3649.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/012-HIVE-1362.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/013-HIVE-3255.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/014-HIVE-3764.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/015-HIVE-5700.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/016-HIVE-6386.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/017-HIVE-6458.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/018-HIVE-6757.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/019-HIVE-7118.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/020-HIVE-7784.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-schema-0.10.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-schema-0.11.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-schema-0.12.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-schema-0.13.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-schema-0.14.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-schema-0.9.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-txn-schema-0.13.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/hive-txn-schema-0.14.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/pre-0-upgrade-0.13.0-to-0.14.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/upgrade-0.10.0-to-0.11.0.mysql.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/upgrade-0.10.0-to-0.11.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/upgrade-0.11.0-to-0.12.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/upgrade-0.12.0-to-0.13.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/upgrade-0.9.0-to-0.10.0.oracle.sql
+%%DATADIR%%/scripts/metastore/upgrade/oracle/upgrade.order.oracle
+%%DATADIR%%/scripts/metastore/upgrade/postgres/001-HIVE-972.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/002-HIVE-1068.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/003-HIVE-675.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/004-HIVE-1364.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/005-HIVE-417.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/006-HIVE-1823.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/007-HIVE-78.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/008-HIVE-2246.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/008-REVERT-HIVE-2246.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/009-HIVE-2215.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/010-HIVE-3072.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/011-HIVE-3649.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/012-HIVE-1362.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/013-HIVE-3255.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/014-HIVE-3764.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/015-HIVE-5700.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/016-HIVE-6386.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/017-HIVE-6458.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/018-HIVE-6757.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/019-HIVE-7784.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/README
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.10.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.11.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.12.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.13.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.14.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.3.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.4.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.4.1.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.5.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.6.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.7.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.8.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-schema-0.9.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-txn-schema-0.13.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/hive-txn-schema-0.14.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/pre-0-upgrade-0.12.0-to-0.13.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/pre-0-upgrade-0.13.0-to-0.14.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.10.0-to-0.11.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.11.0-to-0.12.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.12.0-to-0.13.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.13.0-to-0.14.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.5.0-to-0.6.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.6.0-to-0.7.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.7.0-to-0.8.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.8.0-to-0.9.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade-0.9.0-to-0.10.0.postgres.sql
+%%DATADIR%%/scripts/metastore/upgrade/postgres/upgrade.order.postgres



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502081202.t18C2vuD028403>