Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid.submit(job) method on the tutorial/help does not exists #1

Open
GoogleCodeExporter opened this issue May 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Write the three example classes as tutorial shows (version 1.0)
2. try to compile MyGrisApp.java
3. Compiling I got an error in MyGrisApp.java "Grid.submit(job)" method does 
not exists 

What is the expected output? What do you see instead?
To compile java code. 
I got Method not defined for Grid object.

What version of the product are you using? On what operating system?
version 1.0  on Windows machine

Please provide any additional information below.
Looking on jar, file there are a Grid.submitJob() method but cannot be used.

Original issue reported on code.google.com by garro.al...@gmail.com on 14 May 2012 at 11:54

@GoogleCodeExporter
Copy link
Author

There is no Gird.submit(job) method in the API. The relevant method is 
Grid.submitJob(GridJob<?, ?> job) or an overloaded version of it.

If you could attach your client code, I could take a look at it and help out.

Original comment by yohanliy...@gmail.com on 3 Jun 2012 at 8:13

  • Added labels: Type-Other
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant