@@ -35,7 +35,7 @@ Right-click the image in VirtualBox and selet 'Start'
35
35
36
36
<br >
37
37
##### Stage 1 Checkpoint
38
- - Enter '127.0.0.1:8888' in browser and to be directed to the Hortnworks Sandbox registration page
38
+ - Enter '127.0.0.1:8888' in browser and to be directed to the Hortonworks Sandbox registration page
39
39
- Enter 'localhost:50070/dfshealth.jsp' to view Hadoop NameNode status
40
40
41
41
@@ -71,10 +71,12 @@ export HADOOP_HOME=/usr/hdp/2.2.4.2-2/hadoop
71
71
```
72
72
73
73
##### 2.4
74
- Switch to the HDFS user and make an Accumulo data directory
74
+ Switch to the HDFS user to make an Accumulo data directory and set appropriate permissions
75
75
```
76
76
su hdfs
77
77
hadoop fs -mkdir -p /apps/accumulo
78
+ hadoop fs -chmod -R 700 /apps/accumulo
79
+ hadoop fs -chown -R accumulo:accumulo /apps/accumulo
78
80
```
79
81
Switch back to the root user ('su root')
80
82
@@ -103,15 +105,6 @@ Edit the following 5 files, located in ```$ACCUMULO_HOME/conf```, and replace "l
103
105
- slaves
104
106
105
107
##### 2.8
106
- Change permissions and ownership of the Accumulo data directory:
107
- ```
108
- su hdfs
109
- hadoop fs -chmod -R 700 /apps/accumulo
110
- hadoop fs -chown -R accumulo:accumulo /apps/accumulo
111
- ```
112
- Switch back to the root user
113
-
114
- ##### 2.9
115
108
116
109
Initialize Accumulo:
117
110
```
@@ -146,7 +139,7 @@ Find ```geomesa-1.1.0-rc.3-SNAPSHOT.jar``` in the GeoMesa build on local machine
146
139
```
147
140
scp -P 2222 geomesa-assemble/target/geomesa-1.1.0-rc.3-SNAPSHOT-bin.tar.gz [email protected] :/usr/hdp/2.2.4.2-2/
148
141
```
149
- Untar the file to create a GeoMesa directory on the VM (e.g. /usr/hdp/2.2.4.2-2/geomesa-1.1.0-rc.3-SNAPSHOT) and set GeoMesa Home :
142
+ On the VM, untar the file to create a GeoMesa directory (e.g. /usr/hdp/2.2.4.2-2/geomesa-1.1.0-rc.3-SNAPSHOT) and set GEOMSA_HOME :
150
143
151
144
```
152
145
export GEOMESA_HOME=/usr/hdp/2.2.4.2-2/geomesa-1.1.0-rc.3-SNAPSHOT
@@ -164,7 +157,7 @@ Install GPL software:
164
157
```
165
158
bin/install-jai
166
159
bin/install-jline
167
- bin/install vecmath
160
+ bin/install- vecmath
168
161
```
169
162
170
163
##### 3.4
0 commit comments