[GitHub] bigtop issue #267: BIGTOP-2859: Add hive-version when build hive rpms

2017-08-02 Thread c0s
Github user c0s commented on the issue:

https://github.com/apache/bigtop/pull/267
  
Thanks for checking! And a good find - I will commit it shortly!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] bigtop issue #267: BIGTOP-2859: Add hive-version when build hive rpms

2017-08-01 Thread c0s
Github user c0s commented on the issue:

https://github.com/apache/bigtop/pull/267
  
Is this the case in DEB as well? 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] bigtop issue #267: BIGTOP-2859: Add hive-version when build hive rpms

2017-07-31 Thread loleek
Github user loleek commented on the issue:

https://github.com/apache/bigtop/pull/267
  
There has no solution before. Without HIVE_VERSION, part of install_hive.sh 
failed to execute:
1. sed -i -e "s|@VERSION@|${**HIVE_VERSION**}|" 
${PREFIX}${CONF_DIST_DIR}/hive-site.xml
Property in hive-site.xml becomes 
_
  hive.hwi.war.file
  /usr/lib/hive/lib/hive-hwi-.war
  This is the WAR file with the jsp content for Hive Web 
Interface
_
2.for DIR in ${HCATALOG_SHARE_DIR} ; do
(cd $DIR &&
 for j in hive-hcatalog-*.jar; do
   if [[ $j =~ hive-hcatalog-(.*)-${**HIVE_VERSION**}.jar ]]; then
 name=${BASH_REMATCH[1]}
 ln -s $j hive-hcatalog-$name.jar
   fi
done)
done
Softlinks in ${HCATALOG_SHARE_DIR} missing.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---