diff --git a/README.md b/README.md index 40734ed8d51..1bb9c345e44 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ We host documentation on our [website](http://druid.io/docs/latest/). If you wan We have a series of tutorials to get started with Druid, starting with this [one](http://druid.io/docs/latest/Tutorial:-A-First-Look-at-Druid.html). ### Support -Report any bugs using [GitHub issues](https://github.com/metamx/druid/issues). +Report any bugs using [GitHub issues](https://github.com/druid-io/druid/issues). Contact us through our [forum](https://groups.google.com/forum/#!forum/druid-development) or on IRC in `#druid-dev` on `irc.freenode.net`. diff --git a/docs/content/Ingestion.md b/docs/content/Ingestion.md index a8ab96a903b..09fb792bca9 100644 --- a/docs/content/Ingestion.md +++ b/docs/content/Ingestion.md @@ -103,11 +103,22 @@ If `type` is not included, the parseSpec defaults to `tsv`. | timestampSpec | JSON Object | Specifies the column and format of the timestamp. | yes | | dimensionsSpec | JSON Object | Specifies the dimensions of the data. | yes | +#### JSON Lowercase ParseSpec + +This is a special variation of the JSON ParseSpec that lower cases all the column names in the incoming JSON data. This parseSpec is required if you are updating to Druid 0.7.x from Druid 0.6.x, are directly ingesting JSON with mixed case column names, do not have any ETL in place to lower case those column names, and would like to make queries that include the data you created using 0.6.x and 0.7.x. + +| Field | Type | Description | Required | +|-------|------|-------------|----------| +| type | String | This should say `jsonLowercase`. | yes | +| timestampSpec | JSON Object | Specifies the column and format of the timestamp. | yes | +| dimensionsSpec | JSON Object | Specifies the dimensions of the data. | yes | + + #### CSV ParseSpec | Field | Type | Description | Required | |-------|------|-------------|----------| -| type | String | This should say `csv`. | no | +| type | String | This should say `csv`. | yes | | timestampSpec | JSON Object | Specifies the column and format of the timestamp. | yes | | dimensionsSpec | JSON Object | Specifies the dimensions of the data. | yes | | listDelimiter | String | A custom delimiter for multi-value dimensions. | no (default == ctrl+A) | @@ -117,7 +128,7 @@ If `type` is not included, the parseSpec defaults to `tsv`. | Field | Type | Description | Required | |-------|------|-------------|----------| -| type | String | This should say `tsv`. | no | +| type | String | This should say `tsv`. | yes | | timestampSpec | JSON Object | Specifies the column and format of the timestamp. | yes | | dimensionsSpec | JSON Object | Specifies the dimensions of the data. | yes | | delimiter | String | A custom delimiter for data values. | no (default == \t) | diff --git a/pom.xml b/pom.xml index 8d7071230f5..0b741b62774 100644 --- a/pom.xml +++ b/pom.xml @@ -37,10 +37,10 @@ UTF-8 - 0.26.11 + 0.26.14 2.7.0 9.2.5.v20141112 - 0.3.1 + 0.3.2 2.4.4 2.1 @@ -94,7 +94,7 @@ com.metamx bytebuffer-collections - 0.1.2 + 0.1.4 com.metamx diff --git a/publications/demo/druid_demo.tex b/publications/demo/druid_demo.tex index ec5bd134849..c4354013c20 100644 --- a/publications/demo/druid_demo.tex +++ b/publications/demo/druid_demo.tex @@ -108,7 +108,7 @@ Gian Merlino\\ \begin{abstract} Druid is an open -source\footnote{\href{https://github.com/metamx/druid}{https://github.com/metamx/druid}} +source\footnote{\href{https://github.com/druid-io/druid}{https://github.com/druid-io/druid}} data store built for exploratory analytics on large data sets. Druid supports fast data aggregation, low latency data ingestion, and arbitrary data exploration. The system combines a column-oriented storage layout, a diff --git a/publications/whitepaper/druid.tex b/publications/whitepaper/druid.tex index 74ba10ae601..088fd77b71c 100644 --- a/publications/whitepaper/druid.tex +++ b/publications/whitepaper/druid.tex @@ -62,7 +62,7 @@ \maketitle \begin{abstract} -Druid is an open source\footnote{\href{http://druid.io/}{http://druid.io/} \href{https://github.com/metamx/druid}{https://github.com/metamx/druid}} +Druid is an open source\footnote{\href{http://druid.io/}{http://druid.io/} \href{https://github.com/druid-io/druid}{https://github.com/druid-io/druid}} data store designed for real-time exploratory analytics on large data sets. The system combines a column-oriented storage layout, a distributed, shared-nothing architecture, and an advanced indexing structure to allow for