0

I need to build an Android app which will be used to trigger Google Cloud DataProc API. Thanks in advance

blb007
  • 15
  • 8

1 Answers1

1

You should be able to follow these instructions for using Google API client libraries for Java in Android, applying those instructions to Dataproc's Java client libraries.

This other StackOverflow answer shows examples of actually using the Java client libraries to interact with Dataproc.

Community
  • 1
  • 1
Dennis Huo
  • 10,517
  • 27
  • 43