You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documents/2016_Data_load.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The persistence cluster role needs to be active, and its dependencies (`Zookeepe
18
18
$ export HMDA_CLUSTER_PORT=2551
19
19
$ sbt
20
20
> project loader
21
-
> run /tmp/sample_lar.txt 2016
21
+
> run /tmp/sample_lar 2016
22
22
```
23
23
24
24
This will connect to the running cluster and send the contents of each file in the directory to the appropriate Actor responsible for storing `LARs` in the 2016 period.
0 commit comments