[jira] [Created] (AMBARI-15613) Provide a mapping for service/component to log ID

2016-03-29 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-15613:
---

 Summary: Provide a mapping for service/component to log ID 
 Key: AMBARI-15613
 URL: https://issues.apache.org/jira/browse/AMBARI-15613
 Project: Ambari
  Issue Type: Task
  Components: ambari-server
Affects Versions: trunk
Reporter: Miklos Gergely
 Fix For: trunk






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


[jira] [Updated] (AMBARI-15613) Provide a mapping for service/component to log ID

2016-03-29 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15613:

Description: 
Add of logfile IDs to the metainfo.xml files to support the upcoming logsearch 
service. These ids are the identifier to each log collections and represent a 
log file on disk. Ambari APIs need the ability to map the IDs to the actual 
service/component as well.

Example:

{code}

  HBASE_MASTER
  HBase Master
  MASTER
  1+
  true
  HBASE
  

  hbase_master

  
  ...

{code}

A component can have more than one logId - e.g. AMS Collector.
Eventually ... can contain other metadata such as log type (regular 
or audit), the link to the log feeder configuration, etc.

> Provide a mapping for service/component to log ID 
> --
>
> Key: AMBARI-15613
> URL: https://issues.apache.org/jira/browse/AMBARI-15613
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
> Fix For: trunk
>
>
> Add of logfile IDs to the metainfo.xml files to support the upcoming 
> logsearch service. These ids are the identifier to each log collections and 
> represent a log file on disk. Ambari APIs need the ability to map the IDs to 
> the actual service/component as well.
> Example:
> {code}
> 
>   HBASE_MASTER
>   HBase Master
>   MASTER
>   1+
>   true
>   HBASE
>   
> 
>   hbase_master
> 
>   
>   ...
> 
> {code}
> A component can have more than one logId - e.g. AMS Collector.
> Eventually ... can contain other metadata such as log type 
> (regular or audit), the link to the log feeder configuration, etc.



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


[jira] [Created] (AMBARI-15881) Mark primary log of the component

2016-04-14 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-15881:
---

 Summary: Mark primary log of the component
 Key: AMBARI-15881
 URL: https://issues.apache.org/jira/browse/AMBARI-15881
 Project: Ambari
  Issue Type: Task
  Components: ambari-server
Affects Versions: trunk
Reporter: Miklos Gergely
Assignee: Miklos Gergely
Priority: Minor


Mark at most one log of a component as primary.

In the metainfo.xml file the log will have a primary element in it with true 
value.

Example:

{code}

  NAMENODE
  NameNode
  MASTER
  1-2
  true
  

  hdfs_namenode
  true


  hdfs_audit

  
  ...

{code}



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: AMBARI-15881.patch

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Status: Patch Available  (was: In Progress)

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Created] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-15887:
---

 Summary: Add unit tests to LogFeeder
 Key: AMBARI-15887
 URL: https://issues.apache.org/jira/browse/AMBARI-15887
 Project: Ambari
  Issue Type: Task
Reporter: Miklos Gergely
Priority: Minor






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


[jira] [Assigned] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely reassigned AMBARI-15887:
---

Assignee: Miklos Gergely

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: AMBARI-15887.patch

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Status: Patch Available  (was: In Progress)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: AMBARI-15881.patch

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: (was: AMBARI-15881.patch)

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Created] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-15890:
---

 Summary: Unit test framework was not python 2.6 compatible
 Key: AMBARI-15890
 URL: https://issues.apache.org/jira/browse/AMBARI-15890
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Reporter: Miklos Gergely


A recent commit introduced a function call into the unit test framework which 
is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Assigned] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely reassigned AMBARI-15890:
---

Assignee: Miklos Gergely

> Unit test framework was not python 2.6 compatible
> -
>
> Key: AMBARI-15890
> URL: https://issues.apache.org/jira/browse/AMBARI-15890
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>
> A recent commit introduced a function call into the unit test framework which 
> is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Updated] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15890:

Attachment: AMBARI-15890.patch

> Unit test framework was not python 2.6 compatible
> -
>
> Key: AMBARI-15890
> URL: https://issues.apache.org/jira/browse/AMBARI-15890
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-15890.patch
>
>
> A recent commit introduced a function call into the unit test framework which 
> is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Updated] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15890:

Status: Patch Available  (was: Open)

> Unit test framework was not python 2.6 compatible
> -
>
> Key: AMBARI-15890
> URL: https://issues.apache.org/jira/browse/AMBARI-15890
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-15890.patch
>
>
> A recent commit introduced a function call into the unit test framework which 
> is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Updated] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15890:

Status: Open  (was: Patch Available)

> Unit test framework was not python 2.6 compatible
> -
>
> Key: AMBARI-15890
> URL: https://issues.apache.org/jira/browse/AMBARI-15890
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>
> A recent commit introduced a function call into the unit test framework which 
> is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Updated] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15890:

Attachment: (was: AMBARI-15890.patch)

> Unit test framework was not python 2.6 compatible
> -
>
> Key: AMBARI-15890
> URL: https://issues.apache.org/jira/browse/AMBARI-15890
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>
> A recent commit introduced a function call into the unit test framework which 
> is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Updated] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15890:

Attachment: AMBARI-15890.patch

> Unit test framework was not python 2.6 compatible
> -
>
> Key: AMBARI-15890
> URL: https://issues.apache.org/jira/browse/AMBARI-15890
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-15890.patch
>
>
> A recent commit introduced a function call into the unit test framework which 
> is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Updated] (AMBARI-15890) Unit test framework was not python 2.6 compatible

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15890:

Status: Patch Available  (was: Open)

> Unit test framework was not python 2.6 compatible
> -
>
> Key: AMBARI-15890
> URL: https://issues.apache.org/jira/browse/AMBARI-15890
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-15890.patch
>
>
> A recent commit introduced a function call into the unit test framework which 
> is not present in python 2.6, which is used by some of the jenkinses.



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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Affects Version/s: 2.4.0

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: (was: AMBARI-15887.patch)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Status: Open  (was: Patch Available)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Status: Patch Available  (was: Open)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: AMBARI-15887.patch

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Status: Open  (was: Patch Available)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: (was: AMBARI-15887.patch)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: AMBARI-15887.patch

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Created] (AMBARI-24157) Backup External Metastore Database Task should communicate properly with the user

2018-06-21 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24157:
---

 Summary: Backup External Metastore Database Task should 
communicate properly with the user
 Key: AMBARI-24157
 URL: https://issues.apache.org/jira/browse/AMBARI-24157
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.7.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.7.0


In case of external Hive database the backup step should not fail if the db is 
not found, but there should be an additional step telling the user that they 
should check the previous step's log if the backup was successful. If it 
wasn't, then they should follow the instructions to do the backup manually.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24157) Backup External Metastore Database Task should communicate properly with the user

2018-06-21 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24157.
-
Resolution: Fixed

> Backup External Metastore Database Task should communicate properly with the 
> user
> -
>
> Key: AMBARI-24157
> URL: https://issues.apache.org/jira/browse/AMBARI-24157
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.7.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 2.7.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> In case of external Hive database the backup step should not fail if the db 
> is not found, but there should be an additional step telling the user that 
> they should check the previous step's log if the backup was successful. If it 
> wasn't, then they should follow the instructions to do the backup manually.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AMBARI-24169) Hive Upgrade should run kinit before table conversion if needed

2018-06-22 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24169:
---

 Summary: Hive Upgrade should run kinit before table conversion if 
needed
 Key: AMBARI-24169
 URL: https://issues.apache.org/jira/browse/AMBARI-24169
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.7.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.7.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24169) Hive Upgrade should run kinit before table conversion if needed

2018-06-22 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24169.
-
Resolution: Fixed

> Hive Upgrade should run kinit before table conversion if needed
> ---
>
> Key: AMBARI-24169
> URL: https://issues.apache.org/jira/browse/AMBARI-24169
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.7.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-24186) Hive pre_upgrade script failed with custom service users

2018-06-26 Thread Miklos Gergely (JIRA)


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

Miklos Gergely updated AMBARI-24186:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Hive pre_upgrade script failed with custom service users
> 
>
> Key: AMBARI-24186
> URL: https://issues.apache.org/jira/browse/AMBARI-24186
> Project: Ambari
>  Issue Type: Bug
>  Components: express-upgrade
>Affects Versions: 2.7.0
>Reporter: Ashutosh Chauhan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.0
>
> Attachments: AMBARI-24186.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Service user to execute pre-upgrade Hive utility is hard-coded to Hive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AMBARI-24233) Hive DB Backup during upgrade should handle exceptions properly

2018-07-02 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24233:
---

 Summary: Hive DB Backup during upgrade should handle exceptions 
properly
 Key: AMBARI-24233
 URL: https://issues.apache.org/jira/browse/AMBARI-24233
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.7.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.7.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24233) Hive DB Backup during upgrade should handle exceptions properly

2018-07-02 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24233.
-
Resolution: Fixed

> Hive DB Backup during upgrade should handle exceptions properly
> ---
>
> Key: AMBARI-24233
> URL: https://issues.apache.org/jira/browse/AMBARI-24233
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.7.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Fix For: 2.7.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AMBARI-24304) convert hive table upgrade step fails with hive db priv issue

2018-07-19 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24304:
---

 Summary: convert hive table upgrade step fails with hive db priv 
issue
 Key: AMBARI-24304
 URL: https://issues.apache.org/jira/browse/AMBARI-24304
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.7.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.7.1


convert hive table step fails due to improper classpath, hadoop-hdfs should be 
added, and conf/conf.server should be used



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24304) convert hive table upgrade step fails with hive db priv issue

2018-07-19 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24304.
-
Resolution: Fixed

> convert hive table upgrade step fails with hive db priv issue
> -
>
> Key: AMBARI-24304
> URL: https://issues.apache.org/jira/browse/AMBARI-24304
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.7.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> convert hive table step fails due to improper classpath, hadoop-hdfs should 
> be added, and conf/conf.server should be used



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24276) Upgrade failed at ConvertTable, container mode, with data deployed

2018-07-19 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24276.
-
Resolution: Fixed

> Upgrade failed at ConvertTable, container mode, with data deployed
> --
>
> Key: AMBARI-24276
> URL: https://issues.apache.org/jira/browse/AMBARI-24276
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.7.0
>Reporter: Ishan Bhatt
>Assignee: Miklos Gergely
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.1
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Upgrade failed for cluster where pre-upgrade data deploy was done, container 
> mode.
> {noformat}
> Exception in thread "main" java.lang.NoClassDefFoundError: Could not 
> initialize class org.apache.derby.jdbc.AutoloadedDriver40
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:348)
>   at java.sql.DriverManager.isDriverAllowed(DriverManager.java:556)
>   at java.sql.DriverManager.getConnection(DriverManager.java:661)
>   at java.sql.DriverManager.getConnection(DriverManager.java:247)
>   at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:351)
>   at com.jolbox.bonecp.BoneCP.(BoneCP.java:416)
>   at 
> com.jolbox.bonecp.BoneCPDataSource.getConnection(BoneCPDataSource.java:120)
>   at 
> org.apache.hadoop.hive.metastore.txn.TxnHandler.getDbConn(TxnHandler.java:1935)
>   at 
> org.apache.hadoop.hive.metastore.txn.TxnHandler.getDbConn(TxnHandler.java:1928)
>   at 
> org.apache.hadoop.hive.metastore.txn.TxnHandler.setConf(TxnHandler.java:270)
>   at 
> org.apache.hadoop.hive.metastore.txn.TxnUtils.getTxnStore(TxnUtils.java:115)
>   at 
> org.apache.hadoop.hive.upgrade.acid.PreUpgradeTool.prepareAcidUpgradeInternal(PreUpgradeTool.java:229)
>   at 
> org.apache.hadoop.hive.upgrade.acid.PreUpgradeTool.main(PreUpgradeTool.java:148)
> Command failed after 1 tries{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AMBARI-24770) Convert Hive Tables step use Hive 1 starting from HDP 3.0.3

2018-10-12 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24770:
---

 Summary: Convert Hive Tables step use Hive 1 starting from HDP 
3.0.3
 Key: AMBARI-24770
 URL: https://issues.apache.org/jira/browse/AMBARI-24770
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.7.3
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.7.3






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24770) Convert Hive Tables step use Hive 1 starting from HDP 3.0.3

2018-10-12 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24770.
-
Resolution: Fixed

> Convert Hive Tables step use Hive 1 starting from HDP 3.0.3
> ---
>
> Key: AMBARI-24770
> URL: https://issues.apache.org/jira/browse/AMBARI-24770
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.7.3
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AMBARI-24850) Use the proper stack root for Hive pre upgrade

2018-10-30 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24850:
---

 Summary: Use the proper stack root for Hive pre upgrade
 Key: AMBARI-24850
 URL: https://issues.apache.org/jira/browse/AMBARI-24850
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.7.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.7.0


/usr/hdp was hard coded, need to use Script.get_stack_root() instead



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24850) Use the proper stack root for Hive pre upgrade

2018-10-31 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24850.
-
Resolution: Fixed

> Use the proper stack root for Hive pre upgrade
> --
>
> Key: AMBARI-24850
> URL: https://issues.apache.org/jira/browse/AMBARI-24850
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.7.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> /usr/hdp was hard coded, need to use Script.get_stack_root() instead



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AMBARI-24970) Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1

2018-11-29 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24970:
---

 Summary: Set Hive pre-upgrade threshold for using Hive 1 jars to 
3.1
 Key: AMBARI-24970
 URL: https://issues.apache.org/jira/browse/AMBARI-24970
 Project: Ambari
  Issue Type: Bug
Reporter: Miklos Gergely






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (AMBARI-24970) Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1

2018-11-29 Thread Miklos Gergely (JIRA)


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

Miklos Gergely reassigned AMBARI-24970:
---

Assignee: Miklos Gergely

> Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1
> ---
>
> Key: AMBARI-24970
> URL: https://issues.apache.org/jira/browse/AMBARI-24970
> Project: Ambari
>  Issue Type: Bug
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AMBARI-24979) Redirect Hive Pre-upgrade log to a logfile

2018-11-30 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-24979:
---

 Summary: Redirect Hive Pre-upgrade log to a logfile
 Key: AMBARI-24979
 URL: https://issues.apache.org/jira/browse/AMBARI-24979
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Reporter: Miklos Gergely
Assignee: Miklos Gergely






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24970) Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1

2018-11-30 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24970.
-
Resolution: Fixed

> Set Hive pre-upgrade threshold for using Hive 1 jars to 3.1
> ---
>
> Key: AMBARI-24970
> URL: https://issues.apache.org/jira/browse/AMBARI-24970
> Project: Ambari
>  Issue Type: Bug
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (AMBARI-24979) Redirect Hive Pre-upgrade log to a logfile

2018-11-30 Thread Miklos Gergely (JIRA)


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

Miklos Gergely resolved AMBARI-24979.
-
Resolution: Fixed

> Redirect Hive Pre-upgrade log to a logfile
> --
>
> Key: AMBARI-24979
> URL: https://issues.apache.org/jira/browse/AMBARI-24979
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: (was: AMBARI-15887.patch)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: AMBARI-15887.patch

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-14 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Status: Patch Available  (was: Open)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-15 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: (was: AMBARI-15887.patch)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-15 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: AMBARI-15887.patch

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15887) Add unit tests to LogFeeder

2016-04-18 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15887:

Attachment: (was: AMBARI-15887.patch)

> Add unit tests to LogFeeder
> ---
>
> Key: AMBARI-15887
> URL: https://issues.apache.org/jira/browse/AMBARI-15887
> Project: Ambari
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 2.4.0
>
> Attachments: AMBARI-15887.patch
>
>




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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-19 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: (was: AMBARI-15881.patch)

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-19 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: AMBARI-15881.patch

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-19 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: (was: AMBARI-15881.patch)

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-19 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: AMBARI-15881.patch

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Created] (AMBARI-15975) Add Solr index size alert

2016-04-19 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-15975:
---

 Summary: Add Solr index size alert
 Key: AMBARI-15975
 URL: https://issues.apache.org/jira/browse/AMBARI-15975
 Project: Ambari
  Issue Type: Task
  Components: ambari-server
Affects Versions: trunk
Reporter: Miklos Gergely
Priority: Minor


Add an alert which is triggered if the Solr index size goes above a pre defined 
level



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


[jira] [Updated] (AMBARI-15975) Add Solr index size alert

2016-04-19 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15975:

Attachment: AMBARI-15975.patch

> Add Solr index size alert
> -
>
> Key: AMBARI-15975
> URL: https://issues.apache.org/jira/browse/AMBARI-15975
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15975.patch
>
>
> Add an alert which is triggered if the Solr index size goes above a pre 
> defined level



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


[jira] [Assigned] (AMBARI-15975) Add Solr index size alert

2016-04-20 Thread Miklos Gergely (JIRA)

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

Miklos Gergely reassigned AMBARI-15975:
---

Assignee: Miklos Gergely

> Add Solr index size alert
> -
>
> Key: AMBARI-15975
> URL: https://issues.apache.org/jira/browse/AMBARI-15975
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15975.patch
>
>
> Add an alert which is triggered if the Solr index size goes above a pre 
> defined level



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


[jira] [Created] (AMBARI-15987) Display logsearch properties in their proper order

2016-04-20 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-15987:
---

 Summary: Display logsearch properties in their proper order
 Key: AMBARI-15987
 URL: https://issues.apache.org/jira/browse/AMBARI-15987
 Project: Ambari
  Issue Type: Improvement
  Components: ambari-web
Reporter: Miklos Gergely
Priority: Minor


Display the logsearch properties in their proper order on the ambari UI.



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


[jira] [Assigned] (AMBARI-15987) Display logsearch properties in their proper order

2016-04-20 Thread Miklos Gergely (JIRA)

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

Miklos Gergely reassigned AMBARI-15987:
---

Assignee: Miklos Gergely

> Display logsearch properties in their proper order
> --
>
> Key: AMBARI-15987
> URL: https://issues.apache.org/jira/browse/AMBARI-15987
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-web
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>
> Display the logsearch properties in their proper order on the ambari UI.



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


[jira] [Updated] (AMBARI-15987) Display logsearch properties in their proper order

2016-04-20 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15987:

Affects Version/s: trunk

> Display logsearch properties in their proper order
> --
>
> Key: AMBARI-15987
> URL: https://issues.apache.org/jira/browse/AMBARI-15987
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-web
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>
> Display the logsearch properties in their proper order on the ambari UI.



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


[jira] [Updated] (AMBARI-15987) Display logsearch properties in their proper order

2016-04-20 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15987:

Attachment: AMBARI-15987.patch

> Display logsearch properties in their proper order
> --
>
> Key: AMBARI-15987
> URL: https://issues.apache.org/jira/browse/AMBARI-15987
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-web
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15987.patch
>
>
> Display the logsearch properties in their proper order on the ambari UI.



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


[jira] [Updated] (AMBARI-15975) Add Solr index size alert

2016-04-22 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15975:

Description: 
Add an alert which is triggered if the Solr index size goes above a pre defined 
level.
Add an alert which is triggered if the Solr CPU usage goes above a pre defined 
level.
Add an alert which is triggered if the Solr memory usage goes above a pre 
defined level.

  was:Add an alert which is triggered if the Solr index size goes above a pre 
defined level


> Add Solr index size alert
> -
>
> Key: AMBARI-15975
> URL: https://issues.apache.org/jira/browse/AMBARI-15975
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>
> Add an alert which is triggered if the Solr index size goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr CPU usage goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr memory usage goes above a pre 
> defined level.



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


[jira] [Updated] (AMBARI-15975) Add Logsearch Solr alerts

2016-04-22 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15975:

Attachment: (was: AMBARI-15975.patch)

> Add Logsearch Solr alerts
> -
>
> Key: AMBARI-15975
> URL: https://issues.apache.org/jira/browse/AMBARI-15975
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>
> Add an alert which is triggered if the Solr index size goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr CPU usage goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr memory usage goes above a pre 
> defined level.



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


[jira] [Updated] (AMBARI-15975) Add Logsearch Solr alerts

2016-04-22 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15975:

Summary: Add Logsearch Solr alerts  (was: Add Solr index size alert)

> Add Logsearch Solr alerts
> -
>
> Key: AMBARI-15975
> URL: https://issues.apache.org/jira/browse/AMBARI-15975
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
>
> Add an alert which is triggered if the Solr index size goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr CPU usage goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr memory usage goes above a pre 
> defined level.



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


[jira] [Updated] (AMBARI-15975) Add Logsearch Solr alerts

2016-04-22 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15975:

Attachment: AMBARI-15975.patch

> Add Logsearch Solr alerts
> -
>
> Key: AMBARI-15975
> URL: https://issues.apache.org/jira/browse/AMBARI-15975
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Attachments: AMBARI-15975.patch
>
>
> Add an alert which is triggered if the Solr index size goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr CPU usage goes above a pre 
> defined level.
> Add an alert which is triggered if the Solr memory usage goes above a pre 
> defined level.



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-04-22 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Fix Version/s: 2.4.0

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 2.4.0
>
> Attachments: AMBARI-15881.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Created] (AMBARI-16137) Metrics support for Logsearch/Solr

2016-04-27 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16137:
---

 Summary: Metrics support for Logsearch/Solr
 Key: AMBARI-16137
 URL: https://issues.apache.org/jira/browse/AMBARI-16137
 Project: Ambari
  Issue Type: Bug
Affects Versions: ambari-2.4.0
Reporter: Miklos Gergely






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


[jira] [Assigned] (AMBARI-16137) Metrics support for Logsearch/Solr

2016-04-27 Thread Miklos Gergely (JIRA)

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

Miklos Gergely reassigned AMBARI-16137:
---

Assignee: Miklos Gergely

> Metrics support for Logsearch/Solr
> --
>
> Key: AMBARI-16137
> URL: https://issues.apache.org/jira/browse/AMBARI-16137
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: ambari-2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>




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


[jira] [Updated] (AMBARI-16137) Metrics support for Logsearch/Solr

2016-04-27 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16137:

Attachment: AMBARI-16137.patch

> Metrics support for Logsearch/Solr
> --
>
> Key: AMBARI-16137
> URL: https://issues.apache.org/jira/browse/AMBARI-16137
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: ambari-2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-16137.patch
>
>




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


[jira] [Created] (AMBARI-16184) Widget creation screen metrics bug

2016-04-29 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16184:
---

 Summary: Widget creation screen metrics bug
 Key: AMBARI-16184
 URL: https://issues.apache.org/jira/browse/AMBARI-16184
 Project: Ambari
  Issue Type: Bug
  Components: ambari-web
Affects Versions: 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely


On the widget creation screen the first of the filtered metrics for each 
service are ignored.




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


[jira] [Updated] (AMBARI-16184) Widget creation screen metrics bug

2016-04-29 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16184:

Attachment: AMBARI-16184.patch

> Widget creation screen metrics bug
> --
>
> Key: AMBARI-16184
> URL: https://issues.apache.org/jira/browse/AMBARI-16184
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-16184.patch
>
>
> On the widget creation screen the first of the filtered metrics for each 
> service are ignored.



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


[jira] [Updated] (AMBARI-16184) Widget creation screen metrics list bug

2016-04-29 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16184:

Summary: Widget creation screen metrics list bug  (was: Widget creation 
screen metrics bug)

> Widget creation screen metrics list bug
> ---
>
> Key: AMBARI-16184
> URL: https://issues.apache.org/jira/browse/AMBARI-16184
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-web
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-16184.patch
>
>
> On the widget creation screen the first of the filtered metrics for each 
> service are ignored.



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


[jira] [Created] (AMBARI-16190) Metrics support for Logsearch (Logfeeder)

2016-04-29 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16190:
---

 Summary: Metrics support for Logsearch (Logfeeder)
 Key: AMBARI-16190
 URL: https://issues.apache.org/jira/browse/AMBARI-16190
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely






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


[jira] [Updated] (AMBARI-16190) Metrics support for Logsearch (Logfeeder)

2016-04-29 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16190:

Attachment: AMBARI-16190.patch

> Metrics support for Logsearch (Logfeeder)
> -
>
> Key: AMBARI-16190
> URL: https://issues.apache.org/jira/browse/AMBARI-16190
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16190.patch
>
>




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


[jira] [Updated] (AMBARI-16190) Metrics support for Logsearch (Logfeeder)

2016-04-29 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16190:

Fix Version/s: 2.4.0

> Metrics support for Logsearch (Logfeeder)
> -
>
> Key: AMBARI-16190
> URL: https://issues.apache.org/jira/browse/AMBARI-16190
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16190.patch
>
>




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


[jira] [Updated] (AMBARI-16137) Metrics support for Logsearch/Solr

2016-05-05 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16137:

Attachment: (was: AMBARI-16137.patch)

> Metrics support for Logsearch/Solr
> --
>
> Key: AMBARI-16137
> URL: https://issues.apache.org/jira/browse/AMBARI-16137
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: ambari-2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>




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


[jira] [Updated] (AMBARI-16137) Metrics support for Logsearch/Solr

2016-05-05 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16137:

Attachment: AMBARI-16137.patch

> Metrics support for Logsearch/Solr
> --
>
> Key: AMBARI-16137
> URL: https://issues.apache.org/jira/browse/AMBARI-16137
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: ambari-2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-16137.patch
>
>




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


[jira] [Updated] (AMBARI-16137) Metrics support for Logsearch/Solr

2016-05-05 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16137:

Attachment: (was: AMBARI-16137.patch)

> Metrics support for Logsearch/Solr
> --
>
> Key: AMBARI-16137
> URL: https://issues.apache.org/jira/browse/AMBARI-16137
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: ambari-2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-16137.patch
>
>




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


[jira] [Updated] (AMBARI-16137) Metrics support for Logsearch/Solr

2016-05-05 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16137:

Attachment: AMBARI-16137.patch

> Metrics support for Logsearch/Solr
> --
>
> Key: AMBARI-16137
> URL: https://issues.apache.org/jira/browse/AMBARI-16137
> Project: Ambari
>  Issue Type: Bug
>Affects Versions: ambari-2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Attachments: AMBARI-16137.patch
>
>




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


[jira] [Created] (AMBARI-16381) Support LOGSEARCH starting HDP-2.0.6

2016-05-09 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16381:
---

 Summary: Support LOGSEARCH starting HDP-2.0.6
 Key: AMBARI-16381
 URL: https://issues.apache.org/jira/browse/AMBARI-16381
 Project: Ambari
  Issue Type: Bug
  Components: ambari-server
Affects Versions: 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.4.0


Support LOGSEARCH starting HDP-2.0.6




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


[jira] [Updated] (AMBARI-16381) Support LOGSEARCH starting HDP-2.2

2016-05-10 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16381:

Summary: Support LOGSEARCH starting HDP-2.2  (was: Support LOGSEARCH 
starting HDP-2.0.6)

> Support LOGSEARCH starting HDP-2.2
> --
>
> Key: AMBARI-16381
> URL: https://issues.apache.org/jira/browse/AMBARI-16381
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
>
> Support LOGSEARCH starting HDP-2.0.6



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


[jira] [Updated] (AMBARI-16381) Support LOGSEARCH starting HDP-2.2

2016-05-10 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16381:

Description: 
Support LOGSEARCH starting HDP-2.2


  was:
Support LOGSEARCH starting HDP-2.0.6



> Support LOGSEARCH starting HDP-2.2
> --
>
> Key: AMBARI-16381
> URL: https://issues.apache.org/jira/browse/AMBARI-16381
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
>
> Support LOGSEARCH starting HDP-2.2



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


[jira] [Created] (AMBARI-16458) Create grok pattern for ambari-audit.log in the Logfeeder shipper configuration

2016-05-11 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16458:
---

 Summary: Create grok pattern for ambari-audit.log in the Logfeeder 
shipper configuration
 Key: AMBARI-16458
 URL: https://issues.apache.org/jira/browse/AMBARI-16458
 Project: Ambari
  Issue Type: Task
  Components: ambari-logsearch
Affects Versions: 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.4.0


https://hortonworks.jira.com/browse/BUG-51564



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


[jira] [Updated] (AMBARI-16458) Create grok pattern for ambari-audit.log in the Logfeeder shipper configuration

2016-05-11 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16458:

Attachment: AMBARI-16458.patch

> Create grok pattern for ambari-audit.log in the Logfeeder shipper 
> configuration
> ---
>
> Key: AMBARI-16458
> URL: https://issues.apache.org/jira/browse/AMBARI-16458
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16458.patch
>
>
> https://hortonworks.jira.com/browse/BUG-51564



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


[jira] [Updated] (AMBARI-16458) Create grok pattern for ambari-audit.log in the Logfeeder shipper configuration

2016-05-11 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16458:

Attachment: AMBARI-16458.patch

> Create grok pattern for ambari-audit.log in the Logfeeder shipper 
> configuration
> ---
>
> Key: AMBARI-16458
> URL: https://issues.apache.org/jira/browse/AMBARI-16458
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16458.patch
>
>
> https://hortonworks.jira.com/browse/BUG-51564



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


[jira] [Updated] (AMBARI-16458) Create grok pattern for ambari-audit.log in the Logfeeder shipper configuration

2016-05-11 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16458:

Attachment: (was: AMBARI-16458.patch)

> Create grok pattern for ambari-audit.log in the Logfeeder shipper 
> configuration
> ---
>
> Key: AMBARI-16458
> URL: https://issues.apache.org/jira/browse/AMBARI-16458
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16458.patch
>
>
> https://hortonworks.jira.com/browse/BUG-51564



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


[jira] [Updated] (AMBARI-16458) Create grok pattern for ambari-audit.log in the Logfeeder shipper configuration

2016-05-11 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16458:

Status: Patch Available  (was: Open)

> Create grok pattern for ambari-audit.log in the Logfeeder shipper 
> configuration
> ---
>
> Key: AMBARI-16458
> URL: https://issues.apache.org/jira/browse/AMBARI-16458
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16458.patch
>
>
> https://hortonworks.jira.com/browse/BUG-51564



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


[jira] [Created] (AMBARI-16628) Improve LogSearch Solr Metric loader stability

2016-05-12 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16628:
---

 Summary: Improve LogSearch Solr Metric loader stability
 Key: AMBARI-16628
 URL: https://issues.apache.org/jira/browse/AMBARI-16628
 Project: Ambari
  Issue Type: Bug
  Components: ambari-logsearch
Affects Versions: 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
 Fix For: 2.4.0


LogSearch Solr metric loader should retry multiple times to upload metrics, and 
also should handle potential exceptions.




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


[jira] [Updated] (AMBARI-16628) Improve LogSearch Solr Metric loader stability

2016-05-12 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16628:

Status: Patch Available  (was: Open)

> Improve LogSearch Solr Metric loader stability
> --
>
> Key: AMBARI-16628
> URL: https://issues.apache.org/jira/browse/AMBARI-16628
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16628.patch
>
>
> LogSearch Solr metric loader should retry multiple times to upload metrics, 
> and also should handle potential exceptions.



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


[jira] [Updated] (AMBARI-16628) Improve LogSearch Solr Metric loader stability

2016-05-12 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16628:

Attachment: AMBARI-16628.patch

> Improve LogSearch Solr Metric loader stability
> --
>
> Key: AMBARI-16628
> URL: https://issues.apache.org/jira/browse/AMBARI-16628
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
> Attachments: AMBARI-16628.patch
>
>
> LogSearch Solr metric loader should retry multiple times to upload metrics, 
> and also should handle potential exceptions.



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


[jira] [Created] (AMBARI-16653) Add missing Ambari Server Logs to Logfeeder

2016-05-13 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16653:
---

 Summary: Add missing Ambari Server Logs to Logfeeder
 Key: AMBARI-16653
 URL: https://issues.apache.org/jira/browse/AMBARI-16653
 Project: Ambari
  Issue Type: Bug
  Components: ambari-logsearch
Affects Versions: 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
Priority: Minor
 Fix For: 2.4.0


Adding ambari-alerts.log, ambari-config-changes.log, ambari-eclipselink.log, 
ambari-server-check-database.log, ambari-audit.log to the Logfeeder config.



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


[jira] [Updated] (AMBARI-16653) Add missing Ambari Server Logs to Logfeeder

2016-05-13 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16653:

Attachment: AMBARI-16653.patch

> Add missing Ambari Server Logs to Logfeeder
> ---
>
> Key: AMBARI-16653
> URL: https://issues.apache.org/jira/browse/AMBARI-16653
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 2.4.0
>
> Attachments: AMBARI-16653.patch
>
>
> Adding ambari-alerts.log, ambari-config-changes.log, ambari-eclipselink.log, 
> ambari-server-check-database.log, ambari-audit.log to the Logfeeder config.



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


[jira] [Created] (AMBARI-16676) Consistent logsearch/logfeeder property names

2016-05-15 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16676:
---

 Summary: Consistent logsearch/logfeeder property names
 Key: AMBARI-16676
 URL: https://issues.apache.org/jira/browse/AMBARI-16676
 Project: Ambari
  Issue Type: Improvement
  Components: ambari-logsearch
Affects Versions: trunk, 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
Priority: Minor
 Fix For: trunk, 2.4.0


In the stack definition logsearch/logfeeder.properties looks like this: 
"logsearch."/ "logfeeder."
Use the same names in logsearch module too



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


[jira] [Updated] (AMBARI-16676) Consistent logsearch/logfeeder property names

2016-05-15 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16676:

Attachment: AMBARI-16676.patch

> Consistent logsearch/logfeeder property names
> -
>
> Key: AMBARI-16676
> URL: https://issues.apache.org/jira/browse/AMBARI-16676
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-logsearch
>Affects Versions: trunk, 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: trunk, 2.4.0
>
> Attachments: AMBARI-16676.patch
>
>
> In the stack definition logsearch/logfeeder.properties looks like this: 
> "logsearch."/ "logfeeder."
> Use the same names in logsearch module too



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


[jira] [Updated] (AMBARI-16676) Consistent logsearch/logfeeder property names

2016-05-15 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16676:

Status: Patch Available  (was: Open)

> Consistent logsearch/logfeeder property names
> -
>
> Key: AMBARI-16676
> URL: https://issues.apache.org/jira/browse/AMBARI-16676
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-logsearch
>Affects Versions: trunk, 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: trunk, 2.4.0
>
> Attachments: AMBARI-16676.patch
>
>
> In the stack definition logsearch/logfeeder.properties looks like this: 
> "logsearch."/ "logfeeder."
> Use the same names in logsearch module too



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


[jira] [Updated] (AMBARI-15881) Mark primary log of the component

2016-05-15 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-15881:

Attachment: AMBARI-15881_appendum.patch

My previous patch contained a superfluous, but mostly harmless additional 'h' 
character in the YARN metainfo.xml file. Removing it with this patch. 

[~oleewere], please commit it.

> Mark primary log of the component
> -
>
> Key: AMBARI-15881
> URL: https://issues.apache.org/jira/browse/AMBARI-15881
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Minor
> Fix For: 2.4.0
>
> Attachments: AMBARI-15881.patch, AMBARI-15881_appendum.patch
>
>
> Mark at most one log of a component as primary.
> In the metainfo.xml file the log will have a primary element in it with true 
> value.
> Example:
> {code}
> 
>   NAMENODE
>   NameNode
>   MASTER
>   1-2
>   true
>   
> 
>   hdfs_namenode
>   true
> 
> 
>   hdfs_audit
> 
>   
>   ...
> 
> {code}



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


[jira] [Updated] (AMBARI-16458) Create grok pattern for ambari-audit.log in the Logfeeder shipper configuration

2016-05-25 Thread Miklos Gergely (JIRA)

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

Miklos Gergely updated AMBARI-16458:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Create grok pattern for ambari-audit.log in the Logfeeder shipper 
> configuration
> ---
>
> Key: AMBARI-16458
> URL: https://issues.apache.org/jira/browse/AMBARI-16458
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-logsearch
>Affects Versions: 2.4.0
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
> Fix For: 2.4.0
>
>
> https://hortonworks.jira.com/browse/BUG-51564



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


[jira] [Created] (AMBARI-16871) Ams Alerts have misleading message if they can't access the metric

2016-05-25 Thread Miklos Gergely (JIRA)
Miklos Gergely created AMBARI-16871:
---

 Summary: Ams Alerts have misleading message if they can't access 
the metric
 Key: AMBARI-16871
 URL: https://issues.apache.org/jira/browse/AMBARI-16871
 Project: Ambari
  Issue Type: Bug
  Components: ambari-agent
Affects Versions: 2.4.0
Reporter: Miklos Gergely
Assignee: Miklos Gergely
Priority: Minor
 Fix For: 2.4.0


AMS alerts display the alert message "local variable 'response' referenced 
before assignment" if they could not access the metric, which is misleading, 
they should return something more informative.



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


  1   2   3   4   5   6   7   >