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

    https://github.com/apache/incubator-hawq/pull/914#discussion_r80146264
  
    --- Diff: pxf/build.gradle ---
    @@ -48,6 +48,12 @@ if (hddist != 'phd' && hddist != 'hdp') {
         throw new GradleException("hadoop distribution parameter (hd) set to 
invalid value: $hddist")
     }
     
    +// Some package names need to be renamed to include the version number
    +// as part of the package name to enable side by side install of two 
versions of the same package.
    +def versionedPackageName(packageName) {
    +    packageName + "_" + "${version}".replaceAll("-", "-")
    --- End diff --
    
    My bad, will update this


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

Reply via email to