[jira] [Commented] (AMBARI-19871) Config version switch/compare/revert doesn't work

2017-02-05 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-19871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853637#comment-15853637
 ] 

Hadoop QA commented on AMBARI-19871:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12850958/AMBARI-19871.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-web.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10415//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10415//console

This message is automatically generated.

> Config version switch/compare/revert doesn't work
> -
>
> Key: AMBARI-19871
> URL: https://issues.apache.org/jira/browse/AMBARI-19871
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.5.0
>Reporter: Richard Zang
>Assignee: Richard Zang
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-19871.patch
>
>
> *Steps to reproduce:*
> 1. Go to any service with multiple config versions.
> 2. On the bottom left of the config history bar(the cross button), select an 
> older version and click View.
> *Actual result:*
> Now direct clicking on other config version block will not be able to switch 
> version. Only through the cross button can you switch to other version. 
> Compare configs also does not work, it always compare to the current version 
> and end up with empty diff.



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


[jira] [Commented] (AMBARI-19844) Hive View 2.0: Allow user to rename table.

2017-02-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-19844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853620#comment-15853620
 ] 

Hudson commented on AMBARI-19844:
-

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #6649 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/6649/])
AMBARI-19844. Hive View 2.0: Allow user to rename table.(dipayanb) 
(dipayan.bhowmick: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=e113777b9eb7cdd029ebc32fe520d8442e7a8e45])
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/application.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/routes/databases/database/tables/table/rename.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/router.js
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/browser/DDLService.java
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table/rename.hbs
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table.hbs
* (add) 
contrib/views/hive20/src/main/resources/ui/app/components/table-rename-form.js
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/services/table-operations.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/adapters/application.js
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/controllers/application.js
* (edit) contrib/views/hive20/src/main/resources/ui/config/environment.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/components/table-rename-form.hbs
* (edit) contrib/views/hive20/src/main/resources/ui/app/adapters/table.js


> Hive View 2.0: Allow user to rename table.
> --
>
> Key: AMBARI-19844
> URL: https://issues.apache.org/jira/browse/AMBARI-19844
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.5.0
>Reporter: DIPAYAN BHOWMICK
>Assignee: DIPAYAN BHOWMICK
> Fix For: 2.5.0
>
> Attachments: AMBARI-19844.branch-2.5.patch
>
>
> Allow user to rename table.



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


[jira] [Commented] (AMBARI-19872) HiveView2.0 : Upload CSV,JSON, XML to create table feature is missing in the new view

2017-02-05 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-19872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853615#comment-15853615
 ] 

Hadoop QA commented on AMBARI-19872:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12851012/AMBARI-19872_branch-2.5.patch
  against trunk revision .

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10414//console

This message is automatically generated.

> HiveView2.0 : Upload CSV,JSON, XML to create table feature is missing in the 
> new view
> -
>
> Key: AMBARI-19872
> URL: https://issues.apache.org/jira/browse/AMBARI-19872
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.5.0
>Reporter: Nitiraj Singh Rathore
>Assignee: Nitiraj Singh Rathore
> Fix For: 2.5.0
>
> Attachments: AMBARI-19872_branch-2.5.patch
>
>




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


[jira] [Commented] (AMBARI-19864) Zookeeper namespace for Hive service should be taken from hive-interactive-site, when only Hive-server Interactive is installed.

2017-02-05 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-19864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853602#comment-15853602
 ] 

Hadoop QA commented on AMBARI-19864:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12851115/AMBARI-19864.1.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10413//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/10413//console

This message is automatically generated.

> Zookeeper namespace for Hive service should be taken from 
> hive-interactive-site, when only Hive-server Interactive is installed.
> 
>
> Key: AMBARI-19864
> URL: https://issues.apache.org/jira/browse/AMBARI-19864
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Vishal Suvagia
>Assignee: Vishal Suvagia
> Fix For: 2.5.0
>
> Attachments: AMBARI-19864.1.patch, AMBARI-19864.patch
>
>
> If Hive-Server Interactive is installed independently, then zoo-keeper name 
> space for hive service configured for Ranger should be taken from 
> hive-interactive-site.



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


[jira] [Commented] (AMBARI-19844) Hive View 2.0: Allow user to rename table.

2017-02-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-19844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853600#comment-15853600
 ] 

Hudson commented on AMBARI-19844:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #907 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/907/])
AMBARI-19844. Hive View 2.0: Allow user to rename table.(dipayanb) 
(dipayan.bhowmick: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=5a9f3817eef2a163d24dee8c20598136f6dd5e1f])
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/browser/DDLService.java
* (edit) contrib/views/hive20/src/main/resources/ui/app/adapters/application.js
* (edit) contrib/views/hive20/src/main/resources/ui/config/environment.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/router.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/application.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/components/table-rename-form.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table/rename.hbs
* (add) 
contrib/views/hive20/src/main/resources/ui/app/routes/databases/database/tables/table/rename.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/adapters/table.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/components/table-rename-form.hbs
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/controllers/application.js
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table.hbs
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/services/table-operations.js


> Hive View 2.0: Allow user to rename table.
> --
>
> Key: AMBARI-19844
> URL: https://issues.apache.org/jira/browse/AMBARI-19844
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.5.0
>Reporter: DIPAYAN BHOWMICK
>Assignee: DIPAYAN BHOWMICK
> Fix For: 2.5.0
>
> Attachments: AMBARI-19844.branch-2.5.patch
>
>
> Allow user to rename table.



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


[jira] [Commented] (AMBARI-19848) Hive View 2.0: Allow user to create database.

2017-02-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-19848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853593#comment-15853593
 ] 

Hudson commented on AMBARI-19848:
-

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #6648 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/6648/])
AMBARI-19848. Hive View 2.0: Allow user to create database. (dipayanb) 
(dipayan.bhowmick: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=515c083e0536d84ef19b5a98d5087f8be1c5f809])
* (add) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/query/generators/CreateDatabaseQueryGenerator.java
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/browser/DDLService.java
* (add) 
contrib/views/hive20/src/main/resources/ui/app/components/create-database-form.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/databases.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/adapters/database.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/templates/databases.hbs
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/browser/DDLProxy.java
* (edit) contrib/views/hive20/src/main/resources/ui/app/router.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/components/create-database-form.hbs
* (add) 
contrib/views/hive20/src/main/resources/ui/app/routes/databases/database/tables/new-database.js
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/query/generators/DeleteDatabaseQueryGenerator.java
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/services/table-operations.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/new-database.hbs


> Hive View 2.0: Allow user to create database.
> -
>
> Key: AMBARI-19848
> URL: https://issues.apache.org/jira/browse/AMBARI-19848
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.5.0
>Reporter: DIPAYAN BHOWMICK
>Assignee: DIPAYAN BHOWMICK
> Fix For: 2.5.0
>
> Attachments: AMBARI-19848.branch-2.5.patch
>
>
> Allow user to rename table.



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


[jira] [Commented] (AMBARI-19848) Hive View 2.0: Allow user to create database.

2017-02-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-19848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853588#comment-15853588
 ] 

Hudson commented on AMBARI-19848:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #906 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/906/])
AMBARI-19848. Hive View 2.0: Allow user to create database. (dipayanb) 
(dipayan.bhowmick: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=b5f29c9d322ca5b3c6d3d177ff2a916e5418243b])
* (edit) contrib/views/hive20/src/main/resources/ui/app/router.js
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/browser/DDLProxy.java
* (edit) contrib/views/hive20/src/main/resources/ui/app/adapters/database.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/routes/databases/database/tables/new-database.js
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/query/generators/DeleteDatabaseQueryGenerator.java
* (edit) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/browser/DDLService.java
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/databases.js
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/new-database.hbs
* (edit) contrib/views/hive20/src/main/resources/ui/app/templates/databases.hbs
* (add) 
contrib/views/hive20/src/main/resources/ui/app/components/create-database-form.js
* (edit) 
contrib/views/hive20/src/main/resources/ui/app/services/table-operations.js
* (add) 
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/query/generators/CreateDatabaseQueryGenerator.java
* (add) 
contrib/views/hive20/src/main/resources/ui/app/templates/components/create-database-form.hbs


> Hive View 2.0: Allow user to create database.
> -
>
> Key: AMBARI-19848
> URL: https://issues.apache.org/jira/browse/AMBARI-19848
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.5.0
>Reporter: DIPAYAN BHOWMICK
>Assignee: DIPAYAN BHOWMICK
> Fix For: 2.5.0
>
> Attachments: AMBARI-19848.branch-2.5.patch
>
>
> Allow user to rename table.



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


[jira] [Updated] (AMBARI-19864) Zookeeper namespace for Hive service should be taken from hive-interactive-site, when only Hive-server Interactive is installed.

2017-02-05 Thread Vishal Suvagia (JIRA)

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

Vishal Suvagia updated AMBARI-19864:

Attachment: AMBARI-19864.1.patch

> Zookeeper namespace for Hive service should be taken from 
> hive-interactive-site, when only Hive-server Interactive is installed.
> 
>
> Key: AMBARI-19864
> URL: https://issues.apache.org/jira/browse/AMBARI-19864
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Vishal Suvagia
>Assignee: Vishal Suvagia
> Fix For: 2.5.0
>
> Attachments: AMBARI-19864.1.patch, AMBARI-19864.patch
>
>
> If Hive-Server Interactive is installed independently, then zoo-keeper name 
> space for hive service configured for Ranger should be taken from 
> hive-interactive-site.



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


[jira] [Updated] (AMBARI-19844) Hive View 2.0: Allow user to rename table.

2017-02-05 Thread DIPAYAN BHOWMICK (JIRA)

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

DIPAYAN BHOWMICK updated AMBARI-19844:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to trunk, branch-2.5

> Hive View 2.0: Allow user to rename table.
> --
>
> Key: AMBARI-19844
> URL: https://issues.apache.org/jira/browse/AMBARI-19844
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.5.0
>Reporter: DIPAYAN BHOWMICK
>Assignee: DIPAYAN BHOWMICK
> Fix For: 2.5.0
>
> Attachments: AMBARI-19844.branch-2.5.patch
>
>
> Allow user to rename table.



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


[jira] [Updated] (AMBARI-19848) Hive View 2.0: Allow user to create database.

2017-02-05 Thread DIPAYAN BHOWMICK (JIRA)

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

DIPAYAN BHOWMICK updated AMBARI-19848:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to branch-2.5, trunk

> Hive View 2.0: Allow user to create database.
> -
>
> Key: AMBARI-19848
> URL: https://issues.apache.org/jira/browse/AMBARI-19848
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.5.0
>Reporter: DIPAYAN BHOWMICK
>Assignee: DIPAYAN BHOWMICK
> Fix For: 2.5.0
>
> Attachments: AMBARI-19848.branch-2.5.patch
>
>
> Allow user to rename table.



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


[jira] [Created] (AMBARI-19875) Column details are being shown in statistics tab - Hive view 2

2017-02-05 Thread Supreeth Sharma (JIRA)
Supreeth Sharma created AMBARI-19875:


 Summary: Column details are being shown in statistics tab - Hive 
view 2
 Key: AMBARI-19875
 URL: https://issues.apache.org/jira/browse/AMBARI-19875
 Project: Ambari
  Issue Type: Bug
  Components: ambari-views
Affects Versions: 2.5.0
Reporter: Supreeth Sharma
Priority: Critical
 Fix For: 2.5.0


Statistics tab is very flaky while showing table statistics.
When user navigates from column tab to statistics tab, sometime it still shows 
column details.
Options



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


[jira] [Created] (AMBARI-19874) HDFS location auto completion is not working for pig view

2017-02-05 Thread Supreeth Sharma (JIRA)
Supreeth Sharma created AMBARI-19874:


 Summary: HDFS location auto completion is not working for pig view 
 Key: AMBARI-19874
 URL: https://issues.apache.org/jira/browse/AMBARI-19874
 Project: Ambari
  Issue Type: Bug
  Components: ambari-views
Affects Versions: 2.5.0
Reporter: Supreeth Sharma
Priority: Critical
 Fix For: 2.5.0


HDFS location auto completion is not working for pig view UDF tab.
Steps to reproduce :
1) Login to ambari.
2) Go to views page 
3) Select PIG view.
4) Click on UDF tab .
5) Provide UDF name and enter '/' correspond to 'Path'.
Its expected to auto complete the HDFS location, but auto completion is not 
functional.




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


[jira] [Created] (AMBARI-19873) Last line in the query editor is not visible and is non editable - Hive view 1.5.0

2017-02-05 Thread Supreeth Sharma (JIRA)
Supreeth Sharma created AMBARI-19873:


 Summary: Last line in the query editor is not visible and is non 
editable - Hive view 1.5.0
 Key: AMBARI-19873
 URL: https://issues.apache.org/jira/browse/AMBARI-19873
 Project: Ambari
  Issue Type: Bug
  Components: ambari-views
Affects Versions: 2.5.0
Reporter: Supreeth Sharma
Priority: Critical
 Fix For: 2.5.0


Last line in the query editor is not visible and is non editable.
Live cluster : 
http://172.22.78.102:8080/#/main/views/HIVE/1.5.0/AUTO_HIVE_INSTANCE
Sample query :
create external table call_center_txt
(
cc_call_center_skint,
cc_call_center_idstring,
cc_rec_start_datestring,
cc_rec_end_date  string,
cc_closed_date_skint,
cc_open_date_sk  int,
cc_name  string,
cc_class string,
cc_employees int,
cc_sq_ft int,
cc_hours string,
cc_manager   string,
cc_mkt_idint,
cc_mkt_class string,
cc_mkt_desc  string,
cc_market_managerstring,
cc_division  int,
cc_division_name string,
cc_company   int,
cc_company_name  string,
cc_street_number string,
cc_street_name   string,
cc_street_type   string,
cc_suite_number  string,
cc_city  string,
cc_countystring,
cc_state string,
cc_zip   string,
cc_country   string,
cc_gmt_offsetdecimal(5,2),
cc_tax_percentagedecimal(5,2)
)
row format delimited fields terminated by '|' 
location '${HDFS_LOCATION}';
Steps to reproduce :
1) Navigate to Hive 1.5.0 query editor.
2) Provide above sample query as the input
3) Check that the last line 'location '${HDFS_LOCATION}';' is not visible to 
the user.



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


[jira] [Updated] (AMBARI-19823) If by any case Migration Is hampered Then No message is shown in UI Hue-Ambari Migration view

2017-02-05 Thread Ishan Bhatt (JIRA)

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

Ishan Bhatt updated AMBARI-19823:
-
Attachment: AMBARI-19823.patch

> If by any case Migration Is hampered Then No message is shown in UI 
> Hue-Ambari Migration view
> -
>
> Key: AMBARI-19823
> URL: https://issues.apache.org/jira/browse/AMBARI-19823
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Reporter: Ishan Bhatt
>Assignee: Ishan Bhatt
> Fix For: trunk
>
> Attachments: AMBARI-19823.patch
>
>
> Steps to reproduce.
> 1. Create a successful Hue To Ambari migration view by giving all the 
> parameters in view creation page.
> 2. Run The initial check 
> 3. After reaching the home-screen of the view. Stop The Database Service(hue 
> db/ambari db).
> 4. After clicking on the Submit Button. The progress freezes.
> 5. In the Logs message is displayed "Database connection refused"
> Hence the desired behavior should be, if by any reason migration is hampered 
> the appropriate message should be displayed in UI.



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


[jira] [Updated] (AMBARI-19413) Support Ceph for Ambari Service

2017-02-05 Thread Gavin (JIRA)

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

Gavin updated AMBARI-19413:
---
Status: Open  (was: Patch Available)

> Support Ceph for Ambari Service
> ---
>
> Key: AMBARI-19413
> URL: https://issues.apache.org/jira/browse/AMBARI-19413
> Project: Ambari
>  Issue Type: New Feature
>  Components: ambari-server
>Affects Versions: 2.2.1
> Environment: CentOS 6
>Reporter: Gavin
>  Labels: ambari, ceph
> Fix For: 2.2.1
>
> Attachments: 0001-Support-Ceph-for-Ambari-Service.patch
>
>
> Allow Ceph to be installed via Ambari
> I'm trying to do
> ceph-repo addr: http://archive.redoop.com/crh4/redhat/6/x86_64/crh/4.9/



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


[jira] [Assigned] (AMBARI-19109) Ambari-server: Encrypt clear text passwords and store in DB and command files

2017-02-05 Thread Nahappan Somasundaram (JIRA)

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

Nahappan Somasundaram reassigned AMBARI-19109:
--

Assignee: Sumit Mohanty  (was: Nahappan Somasundaram)

> Ambari-server: Encrypt clear text passwords and store in DB and command files
> -
>
> Key: AMBARI-19109
> URL: https://issues.apache.org/jira/browse/AMBARI-19109
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Nahappan Somasundaram
>Assignee: Sumit Mohanty
> Fix For: 3.0.0
>
>
> * Properties that are passwords should be encrypted and base64 encoded and 
> stored in the database.
> * Ambari agent should decrypt encrypted passwords coming from the server and 
> store it in the service's command file and configuration's JCEKS provider.



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


[jira] [Assigned] (AMBARI-18650) Ambari should be able to manage passwords using a credential store

2017-02-05 Thread Nahappan Somasundaram (JIRA)

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

Nahappan Somasundaram reassigned AMBARI-18650:
--

Assignee: Sumit Mohanty  (was: Nahappan Somasundaram)

> Ambari should be able to manage passwords using a credential store
> --
>
> Key: AMBARI-18650
> URL: https://issues.apache.org/jira/browse/AMBARI-18650
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Nahappan Somasundaram
>Assignee: Sumit Mohanty
> Fix For: 2.5.0
>
> Attachments: AmbariSupportforCredentialStore.pdf
>
>
> With Credential API many Hadoop components allow referring to password that 
> are encrypted and stored in a credential store.
> Example: SSL Passwords for HBase, Oozie, etc
> Ambari should support the use of hadoop credential store to manage such 
> passwords.



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


[jira] [Updated] (AMBARI-19806) After setting up hadoop credential, cannot start Hive Metastore

2017-02-05 Thread Nahappan Somasundaram (JIRA)

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

Nahappan Somasundaram updated AMBARI-19806:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to branch-2.5 and trunk

> After setting up hadoop credential, cannot start Hive Metastore
> ---
>
> Key: AMBARI-19806
> URL: https://issues.apache.org/jira/browse/AMBARI-19806
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.0
>Reporter: Nahappan Somasundaram
>Assignee: Nahappan Somasundaram
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-19806_servlet_api.patch, rb56142.patch
>
>
> In HIVE, after javax.jdo.option.ConnectionPassword property and value is 
> moved  into a JCEKS file using hadoop credential store, hive-site.xml looks 
> like this:
> {quote} 
> hadoop.security.credential.provider.path
> jceks://file/usr/lib/hive/conf/hive.jceks
>   {quote}
> instead of:
> {quote} 
> javax.jdo.option.ConnectionPassword
> MyHiveConnectionPassword
>   {quote}
> However, after the above change, HIVE fails to start. This is an Ambari 
> deployed cluster.
> {quote}Traceback (most recent call last):
>   File 
> "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py",
>  line 259, in 
> HiveMetastore().execute()
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
>  line 287, in execute
> method(env)
>   File 
> "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py",
>  line 59, in start
> self.configure(env)
>   File 
> "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py",
>  line 73, in configure
> hive(name = 'metastore')
>   File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", 
> line 89, in thunk
> return fn(*args, **kwargs)
>   File 
> "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py",
>  line 326, in hive
> create_schema_cmd = format("export HIVE_CONF_DIR={hive_server_conf_dir} ; 
> "
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py",
>  line 95, in format
> return ConfigurationFormatter().format(format_string, args, **result)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py",
>  line 62, in format
> result_unprotected = self.vformat(format_string, args, all_params)
>   File "/usr/lib64/python2.6/string.py", line 549, in vformat
> result = self._vformat(format_string, args, kwargs, used_args, 2)
>   File "/usr/lib64/python2.6/string.py", line 575, in _vformat
> obj = self.convert_field(obj, conversion)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py",
>  line 70, in convert_field_unprotected
> return self._convert_field(value, conversion, False)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py",
>  line 85, in _convert_field
> return utils.PASSWORDS_HIDE_STRING if is_protected else 
> self._convert_field(value, 'e', is_protected)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py",
>  line 81, in _convert_field
> return quote_bash_args(unicode(value))
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py",
>  line 73, in __getattr__
> raise Fail("Configuration parameter '" + self.name + "' was not found in 
> configurations dictionary!")
> resource_management.core.exceptions.Fail: Configuration parameter 
> 'javax.jdo.option.ConnectionPassword' was not found in configurations 
> dictionary!{quote}



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


[jira] [Assigned] (AMBARI-16030) Ambari operation history: Add ambari_operation_history table for record keeping history of ambari versions and operations

2017-02-05 Thread Nahappan Somasundaram (JIRA)

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

Nahappan Somasundaram reassigned AMBARI-16030:
--

Assignee: Sumit Mohanty  (was: Nahappan Somasundaram)

> Ambari operation history: Add ambari_operation_history table for record 
> keeping history of ambari versions and operations
> -
>
> Key: AMBARI-16030
> URL: https://issues.apache.org/jira/browse/AMBARI-16030
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Nahappan Somasundaram
>Assignee: Sumit Mohanty
> Fix For: 3.0.0
>
>
> When investigating upgrade issues, information about history about Ambari 
> versions is missing. Also information about when the Ambari upgrades actually 
> happened in the past is completely missing. 
> Instead of relying on this information to be provided, Ambari should record 
> Ambari upgrade history in Ambari DB. 
> {noformat}
> ambari_version_history
> VersionDateNotes
> 2.2.2.0-102/09/2015 01:00:00Clean Install
> 2.2.3.0-203/10/2015 01:00:00Upgraded 2.2.2.0-1 -> 
> 2.2.3.0-2
> 2.4.0.0-306/09/2015 01:00:00Upgraded 2.2.3.0-2 -> 
> 2.4.0.0-3
> {noformat}



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


[jira] [Assigned] (AMBARI-12811) Disable old APIs to manage baseurl values

2017-02-05 Thread Nahappan Somasundaram (JIRA)

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

Nahappan Somasundaram reassigned AMBARI-12811:
--

Assignee: Sumit Mohanty  (was: Nahappan Somasundaram)

> Disable old APIs to manage baseurl values
> -
>
> Key: AMBARI-12811
> URL: https://issues.apache.org/jira/browse/AMBARI-12811
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.1.1
>Reporter: Nahappan Somasundaram
>Assignee: Sumit Mohanty
>Priority: Critical
>  Labels: ambari-server, newbie
> Fix For: 2.3.0
>
>
> Starting Ambari-2.0 and HDP-2.2, the baseurl for HDP/HDP-UTILS are being 
> tracked in the repo_version table. However, the API to manage baseurls 
> through metainfo are still working and it causes confusion for people who 
> have been using these APIs.
> The following API should throw an error if HDP version is 2.2 or higher. Note 
> that this is an error only if HDP version is 2.2. or higher and the property 
> being modified is "base_url".
> {code}
> curl -u admin:admin -H "X-Requested-By: ambari" -X PUT -d 
> '{"Repositories":{"base_url":"http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0","verify_base_url":true}}'
>  
> http://localhost:8080/api/v1/stacks/HDP/versions/2.2/operating_systems/redhat6/repositories/HDP-2.2
> {code}



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


[jira] [Assigned] (AMBARI-17069) Recovery Manager: Refactor desired state transitions into a state table

2017-02-05 Thread Nahappan Somasundaram (JIRA)

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

Nahappan Somasundaram reassigned AMBARI-17069:
--

Assignee: Sumit Mohanty  (was: Nahappan Somasundaram)

> Recovery Manager: Refactor desired state transitions into a state table
> ---
>
> Key: AMBARI-17069
> URL: https://issues.apache.org/jira/browse/AMBARI-17069
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.0
>Reporter: Nahappan Somasundaram
>Assignee: Sumit Mohanty
> Fix For: 3.0.0
>
>
> The desired state transitions for various auto start types are computed using 
> a big if-else block which is difficult to maintain as we keep adding newer 
> features. Move the state transition to a state machine for easy lookup.



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