[Help Required:]-Unable to submit job from REST API
Posted by
Puneet Kinra-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Help-Required-Unable-to-submit-job-from-REST-API-tp40244.html
oHi All
Unable to submit job from REST API (Flink-Monitoring API),
Steps followed:
1) Load the jar using load api.
2) can see the jar in the /tmp/flink-web folder.
3) Try to run the jar using the following.
Request
Response:
{
"errors": [
"Not found."
]
}
--