You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Lav Jain <lj...@pivotal.io> on 2016/01/05 00:35:05 UTC

Review Request 41901: Generate warning on deploy wizard UI when HAWQ segment is not co-located with a datanode

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41901/
-----------------------------------------------------------

Review request for Ambari, Alexander Denissov, Alejandro Fernandez, Alexandr Antonenko, bhuvnesh chaudhary, Jaimin Jetly, jun aoki, Jayush Luniya, Lav Jain, Newton Alex, Oleksandr Diachenko, and Srimanth Gunturi.


Bugs: AMBARI-14494
    https://issues.apache.org/jira/browse/AMBARI-14494


Repository: ambari


Description
-------

HAWQ can run on nodes that without hdfs deployed, that is access data remotely. However, there are significant performance improvements if segments and datanodes are co-located.


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e52db2c 

Diff: https://reviews.apache.org/r/41901/diff/


Testing
-------

Tested Manually.


Thanks,

Lav Jain


Re: Review Request 41901: Generate warning on deploy wizard UI when HAWQ segment is not co-located with a datanode

Posted by Lav Jain <lj...@pivotal.io>.

> On Jan. 5, 2016, 7:50 p.m., Alexander Denissov wrote:
> > ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py, line 95
> > <https://reviews.apache.org/r/41901/diff/1/?file=1181152#file1181152line95>
> >
> >     these 2 ifs can be combined into a single one with AND condition
> 
> Lav Jain wrote:
>     This refactor can be addressed as part of above JIRA.

Created OSS JIRA https://issues.apache.org/jira/browse/AMBARI-14557


- Lav


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41901/#review112907
-----------------------------------------------------------


On Jan. 4, 2016, 11:44 p.m., Lav Jain wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41901/
> -----------------------------------------------------------
> 
> (Updated Jan. 4, 2016, 11:44 p.m.)
> 
> 
> Review request for Ambari, Alexander Denissov, Alejandro Fernandez, Alexandr Antonenko, bhuvnesh chaudhary, Jaimin Jetly, jun aoki, Jayush Luniya, Lav Jain, Newton Alex, Oleksandr Diachenko, and Srimanth Gunturi.
> 
> 
> Bugs: AMBARI-14494
>     https://issues.apache.org/jira/browse/AMBARI-14494
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> HAWQ can run on nodes that without hdfs deployed, that is access data remotely. However, there are significant performance improvements if segments and datanodes are co-located.
> 
> ![Slave Assignments](https://issues.apache.org/jira/secure/attachment/12780419/Assignments.png)
> ![Generated Warning](https://issues.apache.org/jira/secure/attachment/12780420/Warnings.png)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e52db2c 
> 
> Diff: https://reviews.apache.org/r/41901/diff/
> 
> 
> Testing
> -------
> 
> Tested Manually.
> 
> 
> Thanks,
> 
> Lav Jain
> 
>


Re: Review Request 41901: Generate warning on deploy wizard UI when HAWQ segment is not co-located with a datanode

Posted by Lav Jain <lj...@pivotal.io>.

> On Jan. 5, 2016, 7:50 p.m., Alexander Denissov wrote:
> > ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py, line 93
> > <https://reviews.apache.org/r/41901/diff/1/?file=1181152#file1181152line93>
> >
> >     can SPARK_THRIFTSERVER be chose independently by a user withot choosing SPARK ?

@adenissov

The current logic is incorrect as SPARK_THRIFTSERVER and HIVE_SERVER are components (not services). Will create an OSS JIRA for this bug.


> On Jan. 5, 2016, 7:50 p.m., Alexander Denissov wrote:
> > ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py, line 95
> > <https://reviews.apache.org/r/41901/diff/1/?file=1181152#file1181152line95>
> >
> >     these 2 ifs can be combined into a single one with AND condition

This refactor can be addressed as part of above JIRA.


- Lav


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41901/#review112907
-----------------------------------------------------------


On Jan. 4, 2016, 11:44 p.m., Lav Jain wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41901/
> -----------------------------------------------------------
> 
> (Updated Jan. 4, 2016, 11:44 p.m.)
> 
> 
> Review request for Ambari, Alexander Denissov, Alejandro Fernandez, Alexandr Antonenko, bhuvnesh chaudhary, Jaimin Jetly, jun aoki, Jayush Luniya, Lav Jain, Newton Alex, Oleksandr Diachenko, and Srimanth Gunturi.
> 
> 
> Bugs: AMBARI-14494
>     https://issues.apache.org/jira/browse/AMBARI-14494
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> HAWQ can run on nodes that without hdfs deployed, that is access data remotely. However, there are significant performance improvements if segments and datanodes are co-located.
> 
> ![Slave Assignments](https://issues.apache.org/jira/secure/attachment/12780419/Assignments.png)
> ![Generated Warning](https://issues.apache.org/jira/secure/attachment/12780420/Warnings.png)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e52db2c 
> 
> Diff: https://reviews.apache.org/r/41901/diff/
> 
> 
> Testing
> -------
> 
> Tested Manually.
> 
> 
> Thanks,
> 
> Lav Jain
> 
>


Re: Review Request 41901: Generate warning on deploy wizard UI when HAWQ segment is not co-located with a datanode

Posted by Alexander Denissov <ad...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41901/#review112907
-----------------------------------------------------------



ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py (line 88)
<https://reviews.apache.org/r/41901/#comment173389>

    can SPARK_THRIFTSERVER be chose independently by a user withot choosing SPARK ?



ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py (line 90)
<https://reviews.apache.org/r/41901/#comment173387>

    these 2 ifs can be combined into a single one with AND condition


- Alexander Denissov


On Jan. 4, 2016, 11:44 p.m., Lav Jain wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41901/
> -----------------------------------------------------------
> 
> (Updated Jan. 4, 2016, 11:44 p.m.)
> 
> 
> Review request for Ambari, Alexander Denissov, Alejandro Fernandez, Alexandr Antonenko, bhuvnesh chaudhary, Jaimin Jetly, jun aoki, Jayush Luniya, Lav Jain, Newton Alex, Oleksandr Diachenko, and Srimanth Gunturi.
> 
> 
> Bugs: AMBARI-14494
>     https://issues.apache.org/jira/browse/AMBARI-14494
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> HAWQ can run on nodes that without hdfs deployed, that is access data remotely. However, there are significant performance improvements if segments and datanodes are co-located.
> 
> ![Slave Assignments](https://issues.apache.org/jira/secure/attachment/12780419/Assignments.png)
> ![Generated Warning](https://issues.apache.org/jira/secure/attachment/12780420/Warnings.png)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e52db2c 
> 
> Diff: https://reviews.apache.org/r/41901/diff/
> 
> 
> Testing
> -------
> 
> Tested Manually.
> 
> 
> Thanks,
> 
> Lav Jain
> 
>


Re: Review Request 41901: Generate warning on deploy wizard UI when HAWQ segment is not co-located with a datanode

Posted by Matt <mi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41901/#review112797
-----------------------------------------------------------

Ship it!


Ship It!

- Matt


On Jan. 4, 2016, 3:44 p.m., Lav Jain wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41901/
> -----------------------------------------------------------
> 
> (Updated Jan. 4, 2016, 3:44 p.m.)
> 
> 
> Review request for Ambari, Alexander Denissov, Alejandro Fernandez, Alexandr Antonenko, bhuvnesh chaudhary, Jaimin Jetly, jun aoki, Jayush Luniya, Lav Jain, Newton Alex, Oleksandr Diachenko, and Srimanth Gunturi.
> 
> 
> Bugs: AMBARI-14494
>     https://issues.apache.org/jira/browse/AMBARI-14494
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> HAWQ can run on nodes that without hdfs deployed, that is access data remotely. However, there are significant performance improvements if segments and datanodes are co-located.
> 
> ![Slave Assignments](https://issues.apache.org/jira/secure/attachment/12780419/Assignments.png)
> ![Generated Warning](https://issues.apache.org/jira/secure/attachment/12780420/Warnings.png)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e52db2c 
> 
> Diff: https://reviews.apache.org/r/41901/diff/
> 
> 
> Testing
> -------
> 
> Tested Manually.
> 
> 
> Thanks,
> 
> Lav Jain
> 
>


Re: Review Request 41901: Generate warning on deploy wizard UI when HAWQ segment is not co-located with a datanode

Posted by Oleksandr Diachenko <od...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41901/#review113338
-----------------------------------------------------------

Ship it!


Ship It!

- Oleksandr Diachenko


On Jan. 4, 2016, 11:44 p.m., Lav Jain wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41901/
> -----------------------------------------------------------
> 
> (Updated Jan. 4, 2016, 11:44 p.m.)
> 
> 
> Review request for Ambari, Alexander Denissov, Alejandro Fernandez, Alexandr Antonenko, bhuvnesh chaudhary, Jaimin Jetly, jun aoki, Jayush Luniya, Lav Jain, Newton Alex, Oleksandr Diachenko, and Srimanth Gunturi.
> 
> 
> Bugs: AMBARI-14494
>     https://issues.apache.org/jira/browse/AMBARI-14494
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> HAWQ can run on nodes that without hdfs deployed, that is access data remotely. However, there are significant performance improvements if segments and datanodes are co-located.
> 
> ![Slave Assignments](https://issues.apache.org/jira/secure/attachment/12780419/Assignments.png)
> ![Generated Warning](https://issues.apache.org/jira/secure/attachment/12780420/Warnings.png)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e52db2c 
> 
> Diff: https://reviews.apache.org/r/41901/diff/
> 
> 
> Testing
> -------
> 
> Tested Manually.
> 
> 
> Thanks,
> 
> Lav Jain
> 
>


Re: Review Request 41901: Generate warning on deploy wizard UI when HAWQ segment is not co-located with a datanode

Posted by Lav Jain <lj...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41901/
-----------------------------------------------------------

(Updated Jan. 4, 2016, 11:44 p.m.)


Review request for Ambari, Alexander Denissov, Alejandro Fernandez, Alexandr Antonenko, bhuvnesh chaudhary, Jaimin Jetly, jun aoki, Jayush Luniya, Lav Jain, Newton Alex, Oleksandr Diachenko, and Srimanth Gunturi.


Bugs: AMBARI-14494
    https://issues.apache.org/jira/browse/AMBARI-14494


Repository: ambari


Description (updated)
-------

HAWQ can run on nodes that without hdfs deployed, that is access data remotely. However, there are significant performance improvements if segments and datanodes are co-located.

![Slave Assignments](https://issues.apache.org/jira/secure/attachment/12780419/Assignments.png)
![Generated Warning](https://issues.apache.org/jira/secure/attachment/12780420/Warnings.png)


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py e52db2c 

Diff: https://reviews.apache.org/r/41901/diff/


Testing
-------

Tested Manually.


Thanks,

Lav Jain