Hi, I have a question on the Thrift API usage. I am somewhat new to Aurora, but have configured the hello world example which I am using to explore the Thrift API. I have a working Java client that is able to invoke various thrift APIs on the hello world VM created by the example.
My question is this. How do I create a JobConfiguration object for use with the createJob API. Response<http://192.168.33.7:8081/apiclient/api.html#Struct_Response> createJob(JobConfiguration<http://192.168.33.7:8081/apiclient/api.html#Struct_JobConfiguration> description) For example, is there a way to load to the configuration from my .aurora configuration? Or, is the only way to compose the TaskConfiguration as an object programmatically that corresponds to the .aurora API? If you can refer me to an example that works with hello_world example, that would be great. Thanks, Arnel --- Arnel I. Periquet Senior Developer, Sabre [email protected]
