Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
HIVE-1176. 'create if not exists' fails for a table name with
Browse files Browse the repository at this point in the history
'select' in it.
(Arvind Prabhakar via jvs)



git-svn-id: https://svn.apache.org/repos/asf/hadoop/hive/trunk@957421 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
John Sichi committed Jun 24, 2010
1 parent 8a72339 commit 1403db9
Show file tree
Hide file tree
Showing 17 changed files with 726 additions and 762 deletions.
8 changes: 6 additions & 2 deletions CHANGES.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -559,10 +559,14 @@ Release 0.6.0 - Unreleased
getContentSummary (Paul Yang via namit) getContentSummary (Paul Yang via namit)


HIVE-1422. Bug in updating progres counters (John Sichi via namit) HIVE-1422. Bug in updating progres counters (John Sichi via namit)

HIVE-1271. Make matching of type information case insensitive. HIVE-1271. Make matching of type information case insensitive.
(Arvind Prabhakar via Ashish Thusoo) (Arvind Prabhakar via Ashish Thusoo)


HIVE-1176. 'create if not exists' fails for a table name with
'select' in it.
(Arvind Prabhakar via jvs)

Release 0.5.0 - Unreleased Release 0.5.0 - Unreleased


INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES
Expand Down
5 changes: 5 additions & 0 deletions build.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jasper.test.jar=${hadoop.root}/lib/jetty-ext/jasper-runtime.jar
jasperc.test.jar=${hadoop.root}/lib/jetty-ext/jasper-compiler.jar jasperc.test.jar=${hadoop.root}/lib/jetty-ext/jasper-compiler.jar
jsp.test.jar=${hadoop.root}/lib/jetty-ext/jsp-api.jar jsp.test.jar=${hadoop.root}/lib/jetty-ext/jsp-api.jar
common.jar=${hadoop.root}/lib/commons-httpclient-3.0.1.jar common.jar=${hadoop.root}/lib/commons-httpclient-3.0.1.jar

#
# Data nucleus repository - needed for jdo2-api-2.3-ec.jar download
#
datanucleus.repo=http://www.datanucleus.org/downloads/maven2
7 changes: 4 additions & 3 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -301,9 +301,10 @@
<fileset file="${build.dir.hive}/hwi/hive-hwi-${version}.war"/> <fileset file="${build.dir.hive}/hwi/hive-hwi-${version}.war"/>
<fileset file="${build.dir.hive}/contrib/hive-contrib-${version}.jar"/> <fileset file="${build.dir.hive}/contrib/hive-contrib-${version}.jar"/>
<fileset file="${build.dir.hive}/contrib/hive-hbase_handler-${version}.jar"/> <fileset file="${build.dir.hive}/contrib/hive-hbase_handler-${version}.jar"/>
<fileset file="${build.dir.hive}/ivy/lib/metastore/default/commons-dbcp-*.jar"/> <fileset dir="${build.dir.hive}/ivy/lib/metastore/default">
<fileset file="${build.dir.hive}/ivy/lib/metastore/default/commons-pool-*.jar"/> <include name="*.jar"/>
<fileset file="${build.dir.hive}/ivy/lib/metastore/default/datanucleus-connectionpool-*.jar"/> <exclude name="*.tar.gz"/>
</fileset>
</copy> </copy>
<copy todir="${target.example.dir}/files" preservelastmodified="true" flatten="true"> <copy todir="${target.example.dir}/files" preservelastmodified="true" flatten="true">
<fileset dir="${test.data.dir}/files" includes="*.*" excludes="**/.svn"/> <fileset dir="${test.data.dir}/files" includes="*.*" excludes="**/.svn"/>
Expand Down
20 changes: 10 additions & 10 deletions eclipse-templates/.classpath
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,16 +16,20 @@
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-api-1.0.4.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-api-1.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/derby.jar"/> <classpathentry exported="true" kind="lib" path="lib/derby.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jdo2-api-2.3-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/datanucleus-core-1.1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/datanucleus-enhancer-1.1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/datanucleus-rdbms-1.1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/libfb303.jar"/> <classpathentry exported="true" kind="lib" path="lib/libfb303.jar"/>
<classpathentry exported="true" kind="lib" path="lib/libthrift.jar"/> <classpathentry exported="true" kind="lib" path="lib/libthrift.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.15.jar"/> <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry exported="true" kind="lib" path="ql/lib/antlr-3.0.1.jar"/> <classpathentry exported="true" kind="lib" path="ql/lib/antlr-3.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="ql/lib/antlr-runtime-3.0.1.jar"/> <classpathentry exported="true" kind="lib" path="ql/lib/antlr-runtime-3.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="testlibs/junit-3.8.1.jar"/> <classpathentry exported="true" kind="lib" path="testlibs/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="build/dist/lib/jdo2-api-2.3-ec.jar"/>
<classpathentry kind="lib" path="build/dist/lib/datanucleus-core-2.0.3.jar"/>
<classpathentry kind="lib" path="build/dist/lib/datanucleus-enhancer-2.0.3.jar"/>
<classpathentry kind="lib" path="build/dist/lib/datanucleus-rdbms-2.0.3.jar"/>
<classpathentry kind="lib" path="build/dist/lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="build/dist/lib/commons-dbcp-1.4.jar"/>
<classpathentry kind="lib" path="build/dist/lib/datanucleus-connectionpool-2.0.1.jar"/>
<classpathentry kind="lib" path="build/dist/lib/commons-pool-1.5.4.jar"/>
<classpathentry kind="src" path="build/ql/gen-java"/> <classpathentry kind="src" path="build/ql/gen-java"/>
<classpathentry kind="src" path="build/contrib/test/src"/> <classpathentry kind="src" path="build/contrib/test/src"/>
<classpathentry kind="src" path="build/ql/test/src"/> <classpathentry kind="src" path="build/ql/test/src"/>
Expand All @@ -50,11 +54,7 @@
<classpathentry kind="src" path="jdbc/src/test"/> <classpathentry kind="src" path="jdbc/src/test"/>
<classpathentry kind="src" path="shims/src/@HADOOPVERPREF@/java"/> <classpathentry kind="src" path="shims/src/@HADOOPVERPREF@/java"/>
<classpathentry kind="src" path="shims/src/common/java"/> <classpathentry kind="src" path="shims/src/common/java"/>
<classpathentry kind="src" path="hwi/src/java"/> <classpathentry kind="src" path="hwi/src/java"/>
<classpathentry kind="src" path="hwi/src/test"/> <classpathentry kind="src" path="hwi/src/test"/>
<classpathentry kind="lib" path="build/dist/lib/commons-collections-3.2.1.jar"/> <classpathentry kind="output" path="build/eclipse-classes"/>
<classpathentry kind="lib" path="build/dist/lib/commons-dbcp-1.2.2.jar"/>
<classpathentry kind="lib" path="build/dist/lib/datanucleus-connectionpool-1.0.2.jar"/>
<classpathentry kind="lib" path="build/dist/lib/commons-pool-1.2.jar"/>
<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath> </classpath>
7 changes: 7 additions & 0 deletions ivy/ivysettings.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<ibiblio name="apache-snapshot" root="${snapshot.apache.org}" m2compatible="true" <ibiblio name="apache-snapshot" root="${snapshot.apache.org}" m2compatible="true"
checkmodified="true" changingPattern=".*SNAPSHOT"/> checkmodified="true" changingPattern=".*SNAPSHOT"/>


<url name="datanucleus-repo" m2compatible="true">
<artifact pattern="${datanucleus.repo}/[organisation]/[module]/[revision]/[module]-[revision].[ext]"/>
</url>

<filesystem name="fs" m2compatible="true" force="true"> <filesystem name="fs" m2compatible="true" force="true">
<artifact pattern="${repo.dir}/org/apache/hadoop/[module]/[revision]/[module]-[revision].[ext]"/> <artifact pattern="${repo.dir}/org/apache/hadoop/[module]/[revision]/[module]-[revision].[ext]"/>
<ivy pattern="${repo.dir}/org/apache/hadoop/[module]/[revision]/[module]-[revision].pom"/> <ivy pattern="${repo.dir}/org/apache/hadoop/[module]/[revision]/[module]-[revision].pom"/>
Expand All @@ -56,16 +60,19 @@
<resolver ref="hadoop-source"/> <resolver ref="hadoop-source"/>
<resolver ref="apache-snapshot"/> <resolver ref="apache-snapshot"/>
<resolver ref="maven2"/> <resolver ref="maven2"/>
<resolver ref="datanucleus-repo"/>
</chain> </chain>


<chain name="internal" dual="true"> <chain name="internal" dual="true">
<resolver ref="fs"/> <resolver ref="fs"/>
<resolver ref="apache-snapshot"/> <resolver ref="apache-snapshot"/>
<resolver ref="maven2"/> <resolver ref="maven2"/>
<resolver ref="datanucleus-repo"/>
</chain> </chain>


<chain name="external"> <chain name="external">
<resolver ref="maven2"/> <resolver ref="maven2"/>
<resolver ref="datanucleus-repo"/>
</chain> </chain>


</resolvers> </resolvers>
Expand Down
174 changes: 0 additions & 174 deletions lib/datanucleus-core-1.1.2.LICENSE

This file was deleted.

Binary file removed lib/datanucleus-core-1.1.2.jar
Binary file not shown.
Loading

0 comments on commit 1403db9

Please sign in to comment.