[ 
https://issues.apache.org/jira/browse/TRAFODION-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969680#comment-14969680
 ] 

ASF GitHub Bot commented on TRAFODION-1551:
-------------------------------------------

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

    https://github.com/apache/incubator-trafodion/pull/141#discussion_r42791691
  
    --- Diff: core/sqf/sql/scripts/install_local_hadoop ---
    @@ -1534,7 +1534,7 @@ fi
     
     cd $MY_SW_ROOT
     
    -if [ ! -r $YARN_HOME/lib/native/libhdfs.so ]; then
    +if [ -d $MY_LOCAL_SW_DIST && ! -r $YARN_HOME/lib/native/libhdfs.so ]; then
       echo "------------------------------------------------------------"
       echo "-- WARNING: libhdfs.so is not present on this system. Please"
       echo "--          build it, otherwise Trafodion will not compile."
    --- End diff --
    
    The libhdfs library is needed at both build and run time.  The way we have 
things setup, we should be creating this directory at build time, and copying 
the file at run time.  There may be a situation where somehow the library goes 
missing.  To avoid confusion to people who are trying out the product and 
should follow the build instructions from those who actually maintain this 
script, I will leave the message in but only display it if VERBOSE is enabled.  
During debugging, if someone is having issue, then this information maybe 
useful.


> Change version of Trafodion from 1.2.0 to 1.3.0
> -----------------------------------------------
>
>                 Key: TRAFODION-1551
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1551
>             Project: Apache Trafodion
>          Issue Type: Improvement
>            Reporter: Roberta Marton
>            Assignee: Roberta Marton
>
> For the first official Apache Trafodion release, we want to go out as release 
> 1.3.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to