Sixth Column: Difference between revisions
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
run_cs.sh | run_cs.sh | ||
cd ~/development/sixth_column/oms-customer-import-java/bin | cd ~/development/sixth_column/oms-customer-import-java/bin | ||
NOTE that i had to add a bogus space before localhost to keep mediawiki from failing, weird! | |||
REMOVE IT | |||
FOR TINY: | FOR TINY: | ||
./import cust3 http:// localhost:9101/v1 | ./import cust3 http:// localhost:9101/v1 | ||
select count(*) from premise limit 4000000; | select count(*) from premise limit 4000000; | ||
count = 42 | count = 42 | ||
FOR POWERCO: | FOR POWERCO: | ||
./import cust3 http:// localhost:9101/v1 | ./import cust3 http:// localhost:9101/v1 | ||
select count(*) from premise limit 4000000; | select count(*) from premise limit 4000000; | ||
count = 339850 | count = 339850 | ||
run_ui.sh (if needed - i dont think you even have to stop it?!) | run_ui.sh (if needed - i dont think you even have to stop it?!) | ||
good to run oa again! | good to run oa again! | ||
|} | |} |