[jira] [Reopened] (AMBARI-18746) Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py

2016-10-31 Thread Ying Cao (JIRA)

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

Ying Cao reopened AMBARI-18746:
---

Click "Resolve" by mistake

> Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py
> ---
>
> Key: AMBARI-18746
> URL: https://issues.apache.org/jira/browse/AMBARI-18746
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
> Environment: Redhat 6.6, Sqoop 1.4.6+Hadoop 2.7.2
>Reporter: Ying Cao
>Priority: Minor
> Fix For: 2.4.1
>
> Attachments: AMBARI-18746.1.patch
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> The parameter hadoop_home is pointed to hbase-client in params_linux.py, and 
> need to be updated.
> ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py
> # For stack versions supporting rolling upgrade
> if stack_version_formatted and 
> 
>   hadoop_home = format("{stack_root}/current/hbase-client")
> ...



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


[jira] [Updated] (AMBARI-18746) Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py

2016-10-31 Thread Ying Cao (JIRA)

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

Ying Cao updated AMBARI-18746:
--
Attachment: AMBARI-18746.1.patch

> Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py
> ---
>
> Key: AMBARI-18746
> URL: https://issues.apache.org/jira/browse/AMBARI-18746
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
> Environment: Redhat 6.6, Sqoop 1.4.6+Hadoop 2.7.2
>Reporter: Ying Cao
>Priority: Minor
> Fix For: 2.4.1
>
> Attachments: AMBARI-18746.1.patch
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> The parameter hadoop_home is pointed to hbase-client in params_linux.py, and 
> need to be updated.
> ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py
> # For stack versions supporting rolling upgrade
> if stack_version_formatted and 
> 
>   hadoop_home = format("{stack_root}/current/hbase-client")
> ...



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


[jira] [Created] (AMBARI-18746) Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py

2016-10-31 Thread Ying Cao (JIRA)
Ying Cao created AMBARI-18746:
-

 Summary: Sqoop parameter hadoop_home is pointed to incorrect path 
in params_linux.py
 Key: AMBARI-18746
 URL: https://issues.apache.org/jira/browse/AMBARI-18746
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.4.0
 Environment: Redhat 6.6, Sqoop 1.4.6+Hadoop 2.7.2

Reporter: Ying Cao
Priority: Minor
 Fix For: 2.4.1


The parameter hadoop_home is pointed to hbase-client in params_linux.py, and 
need to be updated.

ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py
# For stack versions supporting rolling upgrade
if stack_version_formatted and 

  hadoop_home = format("{stack_root}/current/hbase-client")
...



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