Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/157#discussion_r18010199
  
    --- 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
       $ ls tajo-dist/target/tajo-x.y.z-SNAPSHOT.tar.gz
     
    +.. note::
    +
    +  If you don't specify the hadoop version, tajo cluster may not run 
correctly. Thus, we highly recommend that you specify your hadoop version with 
maven build command, for example, as follows.
    --- End diff --
    
    I think that the following is better.
    ```
    buid command. 
    
    Example:
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to