[jira] (HAWQ-1302) PXF RPM install does not copy correct classpath

2017-01-31 Thread Shivram Mani (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847405#comment-15847405
 ] 

Shivram Mani commented on HAWQ-1302:


We have introduced an additional pxf-private.classpath file to serve the pupose 
of a non distribution(hdp) or installation without PXF rpm.

On investigating this, the following occurs as part of the PXF rpm creation
{code}
from("src/main/resources/pxf-private${hddist}.classpath") {
into("/etc/pxf-${project.version}/conf")
rename("pxf-private${hddist}.classpath", "pxf-private.classpath") 
}
{code}

The above rename action would fail and the PXF webapp would now use the 
classpath file not intended for the HDP based installations.
This will need to be fixed so that the above action overrides the existing 
pxf-private.classpath file

> PXF RPM install does not copy correct classpath
> ---
>
> Key: HAWQ-1302
> URL: https://issues.apache.org/jira/browse/HAWQ-1302
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: PXF
>Reporter: Kavinder Dhaliwal
>Assignee: Shivram Mani
> Fix For: 2.1.0.0-incubating
>
>
> Since the changes in 
> [HAWQ-1297|https://issues.apache.org/jira/browse/HAWQ-1297] the new 
> pxf-private.classpath results in a specific distributions classpath file 
> pxf-private[distro].classpath to not be succesfully renamed by gradle to 
> pxf-private.classpath 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] (HAWQ-1302) PXF RPM install does not copy correct classpath

2017-01-31 Thread Kavinder Dhaliwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kavinder Dhaliwal reassigned HAWQ-1302:
---

Assignee: Shivram Mani  (was: Ed Espino)

> PXF RPM install does not copy correct classpath
> ---
>
> Key: HAWQ-1302
> URL: https://issues.apache.org/jira/browse/HAWQ-1302
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: PXF
>Reporter: Kavinder Dhaliwal
>Assignee: Shivram Mani
> Fix For: 2.1.0.0-incubating
>
>
> Since the changes in 
> [HAWQ-1297|https://issues.apache.org/jira/browse/HAWQ-1297] the new 
> pxf-private.classpath results in a specific distributions classpath file 
> pxf-private[distro].classpath to not be succesfully renamed by gradle to 
> pxf-private.classpath 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)