[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-05-09 Thread Sumit Mohanty (JIRA)

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

Sumit Mohanty updated AMBARI-20368:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

It appears that the change has been made.

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.4.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: 2.4.2, 2.5.1
>
> Attachments: AMBARI-20368-1.patch, AMBARI-20368.patch, 
> screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.
> Maybe
> there is no necessary to deal with hdfs-site about hadoop_conf_dir in 
> hbase.py.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-05-08 Thread Yusaku Sako (JIRA)

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

Yusaku Sako updated AMBARI-20368:
-
Fix Version/s: (was: 2.5.0)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.4.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: 2.4.2, 2.5.1
>
> Attachments: AMBARI-20368-1.patch, AMBARI-20368.patch, 
> screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.
> Maybe
> there is no necessary to deal with hdfs-site about hadoop_conf_dir in 
> hbase.py.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-13 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Description: 
the problem is that the installing of hbase-client is before hdfs-client, and 
the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
so there are two ways to solve this problem.
the first method is that create the hadoop-conf-dir in hbase.py
the second method is that setting the orders in role_command_order.json.
I think that we can take the first method.

Maybe
there is no necessary to deal with hdfs-site about hadoop_conf_dir in hbase.py.

  was:
the problem is that the installing of hbase-client is before hdfs-client, and 
the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
so there are two ways to solve this problem.
the first method is that create the hadoop-conf-dir in hbase.py
the second method is that setting the orders in role_command_order.json.
I think that we can take the first method.


> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.4.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: 2.5.0, 2.4.2, 2.5.1
>
> Attachments: AMBARI-20368-1.patch, AMBARI-20368.patch, 
> screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.
> Maybe
> there is no necessary to deal with hdfs-site about hadoop_conf_dir in 
> hbase.py.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-13 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Fix Version/s: 2.5.1
   2.5.0

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.4.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: 2.5.0, 2.4.2, 2.5.1
>
> Attachments: AMBARI-20368-1.patch, AMBARI-20368.patch, 
> screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-13 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: AMBARI-20368-1.patch

there is no necessary to deal with hdfs-site in hbase.py

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.4.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: 2.4.2
>
> Attachments: AMBARI-20368-1.patch, AMBARI-20368.patch, 
> screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-13 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Fix Version/s: (was: trunk)
   2.4.2

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.4.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: 2.4.2
>
> Attachments: AMBARI-20368-1.patch, AMBARI-20368.patch, 
> screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-13 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Affects Version/s: (was: 2.5.0)
   (was: 2.4.1)
   (was: trunk)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: 2.4.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-13 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Status: Patch Available  (was: Reopened)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-13 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Status: Open  (was: Patch Available)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-09 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: (was: AMBARI-20368.patch)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-09 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: AMBARI-20368.patch

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, AMBARI-20368.patch, 
> screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-07 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: AMBARI-20368.patch

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-07 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: (was: AMBARI-20368.patch)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-07 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: (was: AMBARI-20368.patch)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-07 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: AMBARI-20368.patch

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-07 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: AMBARI-20368.patch

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-04-07 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: (was: AMBARI-20368.patch)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-03-20 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Attachment: screenshot-2.png

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png, screenshot-2.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-03-17 Thread zhangxiaolu (JIRA)

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

zhangxiaolu updated AMBARI-20368:
-
Fix Version/s: (was: 2.5.0)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20368.patch, screenshot-1.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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


[jira] [Updated] (AMBARI-20368) HBase-client install fails when HDFS has not been installed

2017-03-16 Thread Alejandro Fernandez (JIRA)

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

Alejandro Fernandez updated AMBARI-20368:
-
Summary: HBase-client install fails when HDFS has not been installed  (was: 
Hbase-client installed failed when hdfs hasnot installed)

> HBase-client install fails when HDFS has not been installed
> ---
>
> Key: AMBARI-20368
> URL: https://issues.apache.org/jira/browse/AMBARI-20368
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: trunk, 2.4.0, 2.4.1, 2.5.0, 2.4.2
>Reporter: zhangxiaolu
>Assignee: zhangxiaolu
> Fix For: trunk, 2.5.0
>
> Attachments: AMBARI-20368.patch, screenshot-1.png
>
>
> the problem is that the installing of hbase-client is before hdfs-client, and 
> the hdfs-client installed failed because the hadoop-conf-dir didn't exist.
> so there are two ways to solve this problem.
> the first method is that create the hadoop-conf-dir in hbase.py
> the second method is that setting the orders in role_command_order.json.
> I think that we can take the first method.



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