Skip to content

Commit c2843d0

Browse files
committed
Merge pull request #418 from ngageoint/repo-doc-fix
Corrected one command and added a tip on inspecting configs
2 parents 9aaf541 + 2081a07 commit c2843d0

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

docs/content/085-accumulo-config.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ exit
3939
These manual configuration steps have to be performed before attempting to create GeoWave index tables. After the initial configuration
4040
you may elect to do further user and namespace creation and configuring to provide isolation between groups and data sets.
4141

42+
=== Managing
43+
44+
After installing a number of different iterators you may want to figure out which iterators have been configured.
45+
46+
[source, bash]
47+
----
48+
# Print all configuration and grep for line containing vfs.context configuration and also show the following line
49+
accumulo shell -u root -p ROOT_PWD -e "config -np" | grep -A 1 general.vfs.context.classpath
50+
----
51+
52+
You will get back a listing of context classpath override configurations which map the application or user context you configured to
53+
a specific iterator jar in HDFS.
54+
4255
=== Versioning
4356

4457
It's of critical importance to ensure that the various GeoWave components are all the same version and that your client is of the same version

docs/content/105-puppet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ rest of the cluster using Puppet.
121121
[source, bash]
122122
----
123123
rpm -Uvh http://s3.amazonaws.com/geowave-rpms/release/noarch/geowave-repo-1.0-3.noarch.rpm
124-
yum install geowave-cdh5-puppet
124+
yum --enablerepo=geowave install geowave-puppet
125125
----

0 commit comments

Comments
 (0)