Skip to content

Commit

Permalink
add docs on Hive 0.12 support
Browse files Browse the repository at this point in the history
relates to elastic#101
  • Loading branch information
costin committed Oct 21, 2013
1 parent 946b3e4 commit 6b2fe2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/reference/asciidoc/core/hive.adoc
Expand Up @@ -113,9 +113,14 @@ and Serde2 http://hive.apache.org/docs/r0.11.0/api/index.html?org/apache/hadoop/

| `decimal` | `string`

2+h| Available in Hive 0.12 or higher

| `date` | `date`
| `varchar` | `string`

|===

NOTE: While {es} understands Hive types up to version 0.11, it is backwards compatible with Hive 0.9
NOTE: While {es} understands Hive types up to version 0.12, it is backwards compatible with Hive 0.9

[float]
=== Writing data to {es}
Expand Down

0 comments on commit 6b2fe2b

Please sign in to comment.