You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2018/01/24 00:32:21 UTC

[2/4] incubator-spot git commit: Update sample data setup instructions in README

Update sample data setup instructions in README

You now need to specify a storage format argument when running "odm_sample_setup.sh" if you plan to load sample data into the ODM tables temporarily.  The format argument has two acceptable options: "pqt" or "avro".  Your sample data format should align with the storage format of the ODM tables.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/5a6b37c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/5a6b37c9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/5a6b37c9

Branch: refs/heads/SPOT-181_ODM
Commit: 5a6b37c9484fd08d6d0a64902e8da8e85c9a820b
Parents: 6f290b0
Author: Tadd Wood <ta...@arcadiadata.com>
Authored: Fri Oct 6 14:08:45 2017 -0700
Committer: Tadd Wood <ta...@arcadiadata.com>
Committed: Fri Oct 6 14:08:45 2017 -0700

----------------------------------------------------------------------
 spot-oa/arcadia/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/5a6b37c9/spot-oa/arcadia/README.md
----------------------------------------------------------------------
diff --git a/spot-oa/arcadia/README.md b/spot-oa/arcadia/README.md
index 8f6d3f1..c611a02 100644
--- a/spot-oa/arcadia/README.md
+++ b/spot-oa/arcadia/README.md
@@ -61,7 +61,10 @@ which is intended to be located in the /etc directory by default.
 
 1. run wget http://get.arcadiadata.com.s3.amazonaws.com/spot/sample/odm_sample_setup.sh to retrieve the sample data setup script.
 2. run chmod +x odm_sample_setup.sh to make the script executable.
-3. run ./odm_sample_setup.sh to retrieve, store, and make sample data available in your ODM tables.
+3. run `./odm_sample_setup.sh pqt` or `./odm_sample_setup.sh avro` to retrieve, store, and make sample data available in your ODM tables in the appropriate format.
+
+NOTE: Your sample data format should match the storage format of your ODM tables.
+For example, if you've created your ODM tables to store data as Parquet, run the sample script with the "pqt" argument.
 
 ## Licensing