[
https://issues.apache.org/jira/browse/CARBONDATA-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381316#comment-15381316
]
ASF GitHub Bot commented on CARBONDATA-1:
-----------------------------------------
Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/39#discussion_r71081472
--- 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 --
Why not do all these steps in the docker image?
To let user try carbon quickly, I suggest just let user run
carbonate-docker image and can start query immediately. Is there any
difficulties in do that?
> 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)