| Author |
calling unix script from JSP doesnt perform the jobs
|
Monica. Shiralkar
Ranch Hand
Joined: Jul 07, 2012
Posts: 183
|
|
I am experiencing one issue which i am unable to solve.There is a Unix script I am calling from Java(from JSP page) which runs certain hadoop jobs.Now if i call this unix script from standalone program at that location it runs fine but when my JSP page calls it the hadoop jobs do not run although i get echo statements from unix script.What can be the possible solution.
thanks
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2549
|
|
You mean to say that the script execution is fine but there are no changes to the database?
"Hadoop jobs don't run" is not sufficient to provide any solution. ItDosentWorkIsUseless
Do you get any errors? Have you checked for the permissions?
|
SCJP, SCWCD.
|Asking Good Questions|
|
 |
 |
|
|
subject: calling unix script from JSP doesnt perform the jobs
|
|
|