Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvalkeal/spring-yarn-appmodel-samples
https://github.com/jvalkeal/spring-yarn-appmodel-samples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvalkeal/spring-yarn-appmodel-samples
- Owner: jvalkeal
- Created: 2014-03-19T10:46:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T06:46:25.000Z (over 9 years ago)
- Last Synced: 2023-04-13T11:07:49.549Z (over 1 year ago)
- Language: JavaScript
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Model of using built-in apps in spring-yarn-boot follows logic:
```
10:29 $ java -jar build/libs/gs-yarn-appmodel-client-0.1.0.jar --operation INSTALL
New instance app installed10:30 $ java -jar build/libs/gs-yarn-appmodel-client-0.1.0.jar --operation LISTINSTALLED
NAME PATH
---- -------------------------
app hdfs://localhost:8020/app10:30 $ java -jar build/libs/gs-yarn-appmodel-client-0.1.0.jar --operation SUBMIT
New instance submitted with id application_1395058039949_005210:31 $ java -jar build/libs/gs-yarn-appmodel-client-0.1.0.jar --operation LISTSUBMITTED -v
APPLICATION ID USER NAME QUEUE TYPE STARTTIME FINISHTIME STATE FINALSTATUS ORIGINAL TRACKING URL
------------------------------ ------------ ---------------- ------- ---- -------------- -------------- -------- ----------- ---------------------
application_1395058039949_0052 jvalkealahti gs-yarn-appmodel default GS 19/03/14 10:31 N/A RUNNING UNDEFINED N/A10:31 $ java -jar build/libs/gs-yarn-appmodel-client-0.1.0.jar --operation KILL -a application_1395058039949_0052
Kill request for application_1395058039949_0052 sent10:31 $ java -jar build/libs/gs-yarn-appmodel-client-0.1.0.jar --operation LISTSUBMITTED -v
APPLICATION ID USER NAME QUEUE TYPE STARTTIME FINISHTIME STATE FINALSTATUS ORIGINAL TRACKING URL
------------------------------ ------------ ---------------- ------- ---- -------------- -------------- -------- ----------- ---------------------
application_1395058039949_0052 jvalkealahti gs-yarn-appmodel default GS 19/03/14 10:31 19/03/14 10:31 KILLED KILLED```