Changeset 33905 for other-projects


Ignore:
Timestamp:
2020-02-05T18:49:16+13:00 (4 years ago)
Author:
ak19
Message:

More notes

Location:
other-projects/maori-lang-detection
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/maori-lang-detection/MoreReading/mongodb.txt

    r33896 r33905  
    348348So now mongodb is running on node1 on localhost:27017.
    349349
    350 Next, in another x-term connected to analytics' node1 Vagrant VM, port forward node1's localhost:27017 to analytics' localhost:27017:
     350Next, in another x-term on analytics connected to the node1 Vagrant VM while port forwarding node1's localhost:27017 to analytics' localhost:27017:
    351351    vagrant ssh -- -L 27017:localhost:27017
    352352
    353353
    354354
    355 Finally, in another x-term, port-forward from analytics:27017 to current machine's 27017:
     355Finally, in another x-term (on wharariki), port-forward from analytics:27017 to current machine's 27017:
    356356    ssh -L 27017:localhost:27017 analytics
    357357
    358358
     359Run Robo-3T: go to /home/anupama/Downloads/robo3t-1.3.1-linux-x86_64-7419c406/bin
     360and double click robo3t
     361
     362In the connection screen, choose localhost:27017.
    359363Now can connect Robo-3T running on current machine to localhost:27017.
    360364
  • other-projects/maori-lang-detection/hdfs-cc-work/GS_README.TXT

    r33825 r33905  
    10561056
    10571057
     1058* BUT: backing up takes too much space (ran out of disk space), so didn't continue.
     1059
    10581060-----------------------EOF------------------------
    10591061
Note: See TracChangeset for help on using the changeset viewer.