# spring-hadoop-admin **Repository Path**: mirrors_spring-projects/spring-hadoop-admin ## Basic Information - **Project Name**: spring-hadoop-admin - **Description**: Web application and API for managing and monitoring Spring Hadoop - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-hadoop-admin is no longer actively maintained by VMware, Inc. spring-hadoop-admin =================== admin application for spring hadoop. # checkout the code $ git checkout git@github.com:SpringSource/spring-hadoop-admin.git # build & run service $ cd scalable-service/master $ ../../gradlew jettyRun # Upload spring hadoop example 3a.In the browser, open "http://localhost:8081/spring-hadoop-admin" 3b.Click "File" menu 3c.In the "Server Path" textfield, input "wordcount" 3d.Click "Browse..." button, and nagivate to "spring-hadoop-admin/samples/wordcount-batch" folder, 3e.Select "hadoop-examples-1.0.0.jar 3f.Cick "Upload" button, repeat 3c to 3f and upload "data.jar", "hadoop.properties" and "wordcount-context.xml" respectively. # check uploaded jobs 4a. Click "Jobs" mens, you should see the uploaded jobs. Run the job following Spring Batch Admin guide.