Removed readyme in root of indexingExample

infernceExamples


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

Branch: refs/heads/master
Commit: b3d926843eebafca9cf5a25a9b609c3a556fedf5
Parents: 28532da
Author: rmorcos <ray.mor...@parsons.com>
Authored: Wed Sep 6 19:26:52 2017 -0700
Committer: pujav65 <puja...@gmail.com>
Committed: Tue Oct 3 15:17:20 2017 -0400

----------------------------------------------------------------------
 .../inferenceExamples_readme.txt                | 44 --------------------
 1 file changed, 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/b3d92684/extras/indexingExample/inferenceExamples_readme.txt
----------------------------------------------------------------------
diff --git a/extras/indexingExample/inferenceExamples_readme.txt 
b/extras/indexingExample/inferenceExamples_readme.txt
deleted file mode 100644
index ead5f1b..0000000
--- a/extras/indexingExample/inferenceExamples_readme.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-
-USAGE FOR InferenceExamples.java
-
-----------------
-Notes on MongoDB Setup:
-
-If you are using single-instance mongodb mode.
-
-If the first time you have installed MongoDB you will need to create a rya 
database.
-You will also need to create a username and password for the rya database.
-After logging into the MongoDB database you can use the commands below to 
accomplish the above.
-
-use rya
-db.createUser({user:"urya",pwd:"urya",roles:[{role:"readWrite",db:"rya"}]})
-
-----------------
-
-Notes on how to use embedded and single-instance.
-
-To use embedded mode set the USE_EMBEDDED_MONGO to true.
-
-To use single-instance set the USE_EMBEDDED_MONGO to false.
-Also setup the MongoUserName and MongoUserPassword.
-
-
-----------------
-
-Notes on error for single-instance.
-
-If you have run the InerenceExample more than once in single-instance mode, 
you may get an error.
-This is because the tables have been created in MongoDB.
-Run the below to remove the tables via client mongo login. 
-After running a table list you will see no tables: show tables
-You then may run the examples again.
-
-use rya
-show tables
-db.rya__triples.drop()
-db.rya_rya_freetext.drop()
-db.rya_rya_temporal.drop()
-exit
-
-
-----------------

Reply via email to