public class UJob extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UJob.UMapper |
| Constructor and Description |
|---|
UJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path inputPathQ,
org.apache.hadoop.fs.Path inputUHatPath,
org.apache.hadoop.fs.Path sigmaPath,
org.apache.hadoop.fs.Path outputPath,
int k,
int numReduceTasks,
Class<? extends org.apache.hadoop.io.Writable> labelClass,
org.apache.mahout.math.hadoop.stochasticsvd.SSVDSolver.OutputScalingEnum outputScaling) |
void |
waitForCompletion() |
public void run(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path inputPathQ,
org.apache.hadoop.fs.Path inputUHatPath,
org.apache.hadoop.fs.Path sigmaPath,
org.apache.hadoop.fs.Path outputPath,
int k,
int numReduceTasks,
Class<? extends org.apache.hadoop.io.Writable> labelClass,
org.apache.mahout.math.hadoop.stochasticsvd.SSVDSolver.OutputScalingEnum outputScaling)
throws ClassNotFoundException,
InterruptedException,
IOException
public void waitForCompletion()
throws IOException,
ClassNotFoundException,
InterruptedException
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.