[
https://issues.apache.org/jira/browse/AMBARI-25124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834372#comment-16834372
]
Akhil S Naik commented on AMBARI-25124:
---------------------------------------
Hi [[email protected]],
I see from the Build logs :
https://builds.apache.org/job/Ambari-branch-2.7/494/consoleFull
that this integration Test failed becuase of Failure in Admin View and due to
some NPM error :
{code:java}
242495 [ERROR] npm ERR! Linux 4.4.0-138-generic
242495 [ERROR] npm ERR! argv
"/home/jenkins/jenkins-slave/workspace/Ambari-branch-2.7/ambari-admin/src/main/resources/ui/admin-web/node/node"
"/home/jenkins/jenkins-slave/workspace/Ambari-branch-2.7/ambari-admin/src/main/resources/ui/admin-web/node/node_modules/npm/bin/npm-cli.js"
"install" "--unsafe-perm"
242495 [ERROR] npm ERR! node v4.5.0
242495 [ERROR] npm ERR! npm v2.15.0
242495 [ERROR] npm ERR! code ETARGET
{code}
which is later resolved by Atilla as part of :
https://issues.apache.org/jira/browse/AMBARI-25270
So we are good with integration
> ambari-audit.log entries span multiple lines
> --------------------------------------------
>
> Key: AMBARI-25124
> URL: https://issues.apache.org/jira/browse/AMBARI-25124
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.3
> Reporter: Sean Roberts
> Assignee: amarnath reddy pappu
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10h 10m
> Remaining Estimate: 0h
>
> Many entries in ambari-audit.log span across multiple lines. This makes it
> impossible to search or parse them.
> Example:
> {code}
> 2019-01-24T14:06:01.427-0500, User(myuser), RemoteIp(172.31.1.10),
> Operation(User login), Roles(
> mycluster: Cluster User
> SmartSense View: View User
> Files View: View User
> 2019-01-24T14:07:01.924-0500, User(myuser), RemoteIp(172.31.1.10),
> Operation(User login), Roles(
> mycluster: Cluster User
> SmartSense View: View User
> Files View: View User
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)