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

    https://github.com/apache/incubator-trafodion/pull/348#discussion_r54935909
  
    --- Diff: core/sqf/sqenvcom.sh ---
    @@ -284,6 +297,8 @@ elif [[ -d /opt/cloudera/parcels/CDH ]]; then
       export CURL_INC_DIR=/usr/include
       export CURL_LIB_DIR=/usr/lib64
     
    +  lv_hbase_cp=`hbase classpath`
    --- End diff --
    
    This will need to be set for Cloudera packages install as well. 
    
    Add lv_hbase_cp=`hbase classpath` after elif [[ -n "$(ls 
/usr/lib/hadoop/hadoop-*cdh*.jar 2>/dev/null)" ]]; then
    (around line 340). 


---
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