Package | Description |
---|---|
org.apache.sysds.runtime.instructions.spark.utils | |
org.apache.sysds.runtime.io |
Modifier and Type | Method and Description |
---|---|
static org.apache.spark.api.java.JavaPairRDD<MatrixIndexes,MatrixBlock> |
RDDConverterUtils.textCellToBinaryBlock(org.apache.spark.api.java.JavaSparkContext sc,
org.apache.spark.api.java.JavaPairRDD<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text> input,
DataCharacteristics mcOut,
boolean outputEmptyBlocks,
FileFormatPropertiesMM mmProps) |
Modifier and Type | Method and Description |
---|---|
static FileFormatPropertiesMM |
FileFormatPropertiesMM.parse(String header) |
static FileFormatPropertiesMM |
IOUtilFunctions.readAndParseMatrixMarketHeader(String filename) |
Constructor and Description |
---|
ReadTask(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.TextInputFormat informat,
org.apache.hadoop.mapred.JobConf job,
MatrixBlock dest,
long rlen,
long clen,
boolean mm,
FileFormatPropertiesMM mmProps) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.