[
https://issues.apache.org/jira/browse/TAJO-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147196#comment-14147196
]
ASF GitHub Bot commented on TAJO-1061:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/157#discussion_r18010195
--- Diff: tajo-docs/src/main/sphinx/getting_started/building.rst ---
@@ -11,9 +11,15 @@ You can compile source code and get a binary archive as
follows:
.. code-block:: bash
$ cd tajo-x.y.z
- $ mvn clean install -DskipTests -Pdist -Dtar
+ $ mvn clean install -DskipTests -Pdist -Dtar -Dhadoop.version=xyz
--- End diff --
Because xyz is already used for Tajo version, It would be better to use
other notation.
For consistency, please refer to my comment in
https://github.com/apache/tajo/pull/158.
> Update build documentation
> --------------------------
>
> Key: TAJO-1061
> URL: https://issues.apache.org/jira/browse/TAJO-1061
> Project: Tajo
> Issue Type: Sub-task
> Components: documentation
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
> Fix For: 0.9.0
>
>
> Current tajo version missed hadoop version.
> http://tajo.apache.org/docs/current/getting_started/building.html
> So, lots of tajo beginners easily failed to run their tajo cluster. Thus, we
> need to add the hadoop version to the documentation. In addition, we need to
> add more useful informations to it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)