aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2014-05-01 21:32:43 -0700
committerReynold Xin <rxin@apache.org>2014-05-01 21:32:43 -0700
commita43d9c14f2083d6632f410d74db98476e0e4d986 (patch)
tree45eab35f1f430989606038ab4aaa189c6942b258 /.gitignore
parent98b65593bdcfea54010f8c0fdf2a2b840f18c283 (diff)
downloadspark-a43d9c14f2083d6632f410d74db98476e0e4d986.tar.gz
spark-a43d9c14f2083d6632f410d74db98476e0e4d986.tar.bz2
spark-a43d9c14f2083d6632f410d74db98476e0e4d986.zip
[SQL] SPARK-1661 - Fix regex_serde test
The JIRA in question is actually reporting a bug with Shark, but I wanted to make sure Spark SQL did not have similar problems. This fixes a bug in our parsing code that was preventing the test from executing, but it looks like the RegexSerDe is working in Spark SQL. Author: Michael Armbrust <michael@databricks.com> Closes #595 from marmbrus/fixRegexSerdeTest and squashes the following commits: a4dc612 [Michael Armbrust] Add files created by hive to gitignore. efa6402 [Michael Armbrust] Fix Hive serde_regex test.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 857e9feb95..a204456d42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,8 @@ unit-tests.log
/lib/
rat-results.txt
scalastyle.txt
+
+# For Hive
+metastore_db/
+metastore/
+warehouse/