Submit hadoop fs job
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Submits a Hadoop FS job to a Dataproc cluster.
Code sample
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to submit a Hadoop FS job to a Google Cloud Dataproc cluster using the Java client library."],["The process involves configuring job settings, including cluster placement and the Hadoop FS query to be executed."],["The code utilizes the `JobControllerClient` to submit the job asynchronously and retrieve its results, including output from Google Cloud Storage."],["The example includes error handling to catch and report issues if the job fails to complete successfully, and provides links for further reference."],["The code requires the user to replace example strings for project ID, region, cluster name, and hadoop FS query with the actual values before running."]]],[]]