Skip to content
Snippets Groups Projects
  • Michael Armbrust's avatar
    afd757a2
    Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server" · afd757a2
    Michael Armbrust authored
    This reverts commit 06dc0d2c.
    
    #1399 is making Jenkins fail.  We should investigate and put this back after its passing tests.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #1594 from marmbrus/revertJDBC and squashes the following commits:
    
    59748da [Michael Armbrust] Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"
    afd757a2
    History
    Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"
    Michael Armbrust authored
    This reverts commit 06dc0d2c.
    
    #1399 is making Jenkins fail.  We should investigate and put this back after its passing tests.
    
    Author: Michael Armbrust <michael@databricks.com>
    
    Closes #1594 from marmbrus/revertJDBC and squashes the following commits:
    
    59748da [Michael Armbrust] Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"
.gitignore 812 B
*~
*.swp
*.ipr
*.iml
*.iws
.idea/
sbt/*.jar
.settings
.cache
.generated-mima*
/build/
work/
out/
.DS_Store
third_party/libmesos.so
third_party/libmesos.dylib
conf/java-opts
conf/spark-env.sh
conf/streaming-env.sh
conf/log4j.properties
conf/spark-defaults.conf
conf/hive-site.xml
docs/_site
docs/api
target/
reports/
.project
.classpath
.scala_dependencies
lib_managed/
src_managed/
project/boot/
project/plugins/project/build.properties
project/build/target/
project/plugins/target/
project/plugins/lib_managed/
project/plugins/src_managed/
logs/
log/
spark-tests.log
streaming-tests.log
dependency-reduced-pom.xml
.ensime
.ensime_lucene
checkpoint
derby.log
dist/
spark-*-bin.tar.gz
unit-tests.log
/lib/
rat-results.txt
scalastyle.txt
conf/*.conf

# For Hive
metastore_db/
metastore/
warehouse/
TempStatsStore/