[
https://issues.apache.org/jira/browse/CARBONDATA-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381995#comment-15381995
]
ASF GitHub Bot commented on CARBONDATA-1:
-----------------------------------------
Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/39#discussion_r71121340
--- Diff: docs/CarbonData-on-docker.md ---
@@ -0,0 +1,72 @@
+# CarbonData on docker
+This tutorial provides an easy way to try CarbonData. To follow along with
this guide, please install [docker](https://www.docker.com/products/docker) at
first.
+
+## 1 Building carbondata
+To get the jar files, we need build carbondata project. Here Spark version
is 1.6.1 and Hadoop version is 2.7.2.
+```shell
+git clone https://github.com/apache/incubator-carbondata.git carbondata
--- End diff --
Now we don't release a packaged carbon version. Because we can reuse
exists maven repository in local machine, so I use maven to build carbon in
local machine. In docker image, we need to download many dependence jars from
Apache maven repository again.
Better to download a packaged carbon version directly. After release
version, we can skip maven building, and just need to use wget to download the
packaged carbon version in docker image.
> CarbonData supports docker for simplifying deployment
> -----------------------------------------------------
>
> Key: CARBONDATA-1
> URL: https://issues.apache.org/jira/browse/CARBONDATA-1
> Project: CarbonData
> Issue Type: New Feature
> Environment: the latest docker stable version
> Reporter: ChenLiang
> Assignee: QiangCai
>
> CarbonData supports docker for simplifying deployment
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)