org.apache.hcatalog.templeton
Interface ExecService

All Known Implementing Classes:
ExecServiceImpl

public interface ExecService


Method Summary
 ExecBean run(String program, List<String> args, Map<String,String> env)
           
 ExecBean runUnlimited(String program, List<String> args, Map<String,String> env)
           
 

Method Detail

run

ExecBean run(String program,
             List<String> args,
             Map<String,String> env)
             throws NotAuthorizedException,
                    BusyException,
                    ExecuteException,
                    IOException
Throws:
NotAuthorizedException
BusyException
ExecuteException
IOException

runUnlimited

ExecBean runUnlimited(String program,
                      List<String> args,
                      Map<String,String> env)
                      throws NotAuthorizedException,
                             ExecuteException,
                             IOException
Throws:
NotAuthorizedException
ExecuteException
IOException