2) Start a Spring Boot application in a new thread
3) Wait for the 2nd Spring Boot application to Start up
More to follow...
Insights on Java, Big Data, Search, Cloud, Algorithms, Data Science, Machine Learning...
Discovery all the way through..
NUS, SoC, Changi, PGP, UTown, Overseas, Friends, Profs, Lab, Conversation, Biopolis, Garden Walks, City lanes, Metro, Bus, Campus, Merlion, Music by the Bay, Clarke Quay...
Research, PhD, Courses, Conferences, Seminars, Publications, Prez, RA/ TA, Summers, Docs++, DS, Stats, AI, ML, Foundations, Deep Learning, Vision, How small can we see?, AlexNet, NLP, Reasoning, Common Sense, Novelty, Minsky et al, ConceptNet, WordNet, Patholody, Medicine, NUH, Brain, CT, fMRI, Primates, Formal Methods, Papers n Papers n Papers...
A time in awe!
High level view:
Web API -> Kafka -> Storm (Streaming)
-> Hadoop/ HDFS -> MR/ Hive (Batch)
Specifics TBD..
Lftp a handy utility for all kinds of ftp, sftp, and other file transfer use-cases from the command-line on a *nix system. Give it a shot if there's ever a need..
- Jira
- Confluence
Among many others.. All well integrated enhance dev productivity...
Teradata busy getting a chunk of the BigData pie. Teradata Parrallel Transporter (TPT) and Adv. SQL Combo makes querying Big Data sources fast and efficient using state of the art caching and other optimizations.
SELECT reflect("java.net.URLEncoder", "encode","<VAL_TO_ENCODE>") from <SOMETABLE> where <SOME_CONDITION>;
To UrlDecode:SELECT reflect("java.net.URLDecoder", "decode","<VAL_TO_DECODE>") from <SOMETABLE> where <SOME_CONDITION>;