Update hadoop-unauth.yaml
parent
9c8e154b5a
commit
3fc8626874
|
@ -12,10 +12,14 @@ requests:
|
||||||
- '{{BaseURL}}/ws/v1/cluster/info'
|
- '{{BaseURL}}/ws/v1/cluster/info'
|
||||||
- '{{BaseURL}}/ws/v1/cluster/apps/new-application'
|
- '{{BaseURL}}/ws/v1/cluster/apps/new-application'
|
||||||
|
|
||||||
|
matchers-condition: or
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'hadoopVersion'
|
- 'hadoopVersion'
|
||||||
- 'resourceManagerVersionBuiltOn'
|
- 'resourceManagerVersionBuiltOn'
|
||||||
- 'javax.ws.rs.WebApplicationException'
|
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'javax.ws.rs.WebApplicationException'
|
||||||
|
|
Loading…
Reference in New Issue