File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939These manual configuration steps have to be performed before attempting to create GeoWave index tables. After the initial configuration
4040you 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
4457It'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
Original file line number Diff line number Diff line change @@ -121,5 +121,5 @@ rest of the cluster using Puppet.
121121[source, bash]
122122----
123123rpm -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----
You can’t perform that action at this time.
0 commit comments