Re: Review Request 60076: Improve Zeppelin startup time

2017-06-14 Thread Alejandro Fernandez

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


Ship it!




Ship It!

- Alejandro Fernandez


On June 14, 2017, 11:14 a.m., Prabhjyot Singh wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60076/
> ---
> 
> (Updated June 14, 2017, 11:14 a.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN 
> BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, Renjith Kamath, 
> and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-21243
> https://issues.apache.org/jira/browse/AMBARI-21243
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> Currently Zeppelin takes more than 1 minute to start. The bulk of the time 
> during startup is spent with waiting on interpreter.json.
> 
> So the idea of this patch is to have interpeter.json cached, and apply it 
> does not exists.
> 
> 
> Diffs
> -
> 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/interpreter_json_template.py
>  PRE-CREATION 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
>  3d516b0c68 
> 
> 
> Diff: https://reviews.apache.org/r/60076/diff/1/
> 
> 
> Testing
> ---
> 
> Manually on CentOS 6
> 
> 
> Thanks,
> 
> Prabhjyot Singh
> 
>



Re: Review Request 60076: Improve Zeppelin startup time

2017-06-14 Thread Pallav Kulshreshtha

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


Ship it!




Ship It!

- Pallav Kulshreshtha


On June 14, 2017, 11:14 a.m., Prabhjyot Singh wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60076/
> ---
> 
> (Updated June 14, 2017, 11:14 a.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN 
> BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, Renjith Kamath, 
> and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-21243
> https://issues.apache.org/jira/browse/AMBARI-21243
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> Currently Zeppelin takes more than 1 minute to start. The bulk of the time 
> during startup is spent with waiting on interpreter.json.
> 
> So the idea of this patch is to have interpeter.json cached, and apply it 
> does not exists.
> 
> 
> Diffs
> -
> 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/interpreter_json_template.py
>  PRE-CREATION 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
>  3d516b0c68 
> 
> 
> Diff: https://reviews.apache.org/r/60076/diff/1/
> 
> 
> Testing
> ---
> 
> Manually on CentOS 6
> 
> 
> Thanks,
> 
> Prabhjyot Singh
> 
>



Re: Review Request 60076: Improve Zeppelin startup time

2017-06-14 Thread DIPAYAN BHOWMICK

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


Ship it!




Ship It!

- DIPAYAN BHOWMICK


On June 14, 2017, 11:14 a.m., Prabhjyot Singh wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60076/
> ---
> 
> (Updated June 14, 2017, 11:14 a.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN 
> BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, Renjith Kamath, 
> and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-21243
> https://issues.apache.org/jira/browse/AMBARI-21243
> 
> 
> Repository: ambari
> 
> 
> Description
> ---
> 
> Currently Zeppelin takes more than 1 minute to start. The bulk of the time 
> during startup is spent with waiting on interpreter.json.
> 
> So the idea of this patch is to have interpeter.json cached, and apply it 
> does not exists.
> 
> 
> Diffs
> -
> 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/interpreter_json_template.py
>  PRE-CREATION 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
>  3d516b0c68 
> 
> 
> Diff: https://reviews.apache.org/r/60076/diff/1/
> 
> 
> Testing
> ---
> 
> Manually on CentOS 6
> 
> 
> Thanks,
> 
> Prabhjyot Singh
> 
>



Review Request 60076: Improve Zeppelin startup time

2017-06-14 Thread Prabhjyot Singh

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

Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN 
BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, Renjith Kamath, and 
Sumit Mohanty.


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


Repository: ambari


Description
---

Currently Zeppelin takes more than 1 minute to start. The bulk of the time 
during startup is spent with waiting on interpreter.json.

So the idea of this patch is to have interpeter.json cached, and apply it does 
not exists.


Diffs
-

  
ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/interpreter_json_template.py
 PRE-CREATION 
  
ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
 3d516b0c68 


Diff: https://reviews.apache.org/r/60076/diff/1/


Testing
---

Manually on CentOS 6


Thanks,

Prabhjyot Singh