Files
secondo/Algebras/Hadoop/Java/PSEditor/PSCReader.java

25 lines
571 B
Java
Raw Normal View History

2026-01-23 17:03:45 +08:00
package PSEditor;
/**
* PSCReader
* @author Jiamin
*
* This class reads the example & also the existing Parallel Secondo Config file
* Like the SecondoConfig.ini, parameters here also are organized by sections.
* At present, total four sections are provided: Secondo, Hadoop, Cluster and Options
* The Secondo section is only prepared, but not supported yet.
*
* There are two kinds of parameters:
* - SINGLE: TITLE = VALUE
* - MULTI: TITLE += VALUE
*
* In factor, it can be taken place by the SCReader class
*
*/
public class PSCReader {
}