We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796a521 commit 39dbccbCopy full SHA for 39dbccb
src/operations/edu/umn/cs/spatialHadoop/operations/Main.java
@@ -1,6 +1,7 @@
1
package edu.umn.cs.spatialHadoop.operations;
2
3
import edu.umn.cs.spatialHadoop.RandomSpatialGenerator;
4
+import edu.umn.cs.spatialHadoop.ReadFile;
5
6
/**
7
* The main entry point to all queries.
@@ -49,6 +50,9 @@ public static void main(String[] args) {
49
50
"Finds the minimal bounding rectangle of an input file",
51
"<path to input file>",
52
"shape:<point|rectangle> - Type of the shape stored in input file");
53
+ pgd.addClass("readfile", ReadFile.class,
54
+ "Retrieve some information about the global index of a file",
55
+ "<path to input file>");
56
57
pgd.addClass("sample", Sampler.class,
58
"Reads a random sample from the input file",
0 commit comments