Skip to content

Commit

Permalink
mapr web
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Oct 19, 2020
1 parent 3abd181 commit 2b27f11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,15 @@ mapr dbshell --cmdfile script.out
rm script.out
```

example of execution via mapr web, web mapr
```
MAPR_USER='user'
MAPR_PASSWORD='password'
SESSION='d99-4a-ac-0cbd'
curl --silent --insecure -X GET -u $MAPR_USER:$MAPR_PASSWORD https://mapr-web.vantage.zur:2002/api/v2/table//vantage/orchestration/tables/sessions/document/$SESSION | jq "." | grep labelEvent
```

## issues
### with test execution ( scala, java )
```text
Expand Down

0 comments on commit 2b27f11

Please sign in to comment.