Below are New tech I found during scrolling through the tech hunt.๐
H2O has released a new version of Sparkling Water 2.0. I found a few very cool articles on their blog. Spam Detection with ML Pipelines and H2O TensorFlow on AWS GPU!
Cool Spark Article on Clickbait Clustering with Spark (Github, Github)
Increment Fetch in Apache NiFi with QueryDatabaseTable
Awesome Article on Real Architectural Patterns for Microservices by Camille Fournier, Camille is one of the most brilliant people I have had the pleasure of speaking with. This is a must read.
Increment Fetch in Apache NiFi with QueryDatabaseTable
Awesome Article on Real Architectural Patterns for Microservices by Camille Fournier, Camille is one of the most brilliant people I have had the pleasure of speaking with. This is a must read.
Combining Agile and Spark, There's the interesting BDD-Spark library (Github).
Hortonworks has a number of interesting Demos, labs and training from their introduction to Hadoop workshop.
- Risk Analysis with Spark
- Streaming Data into HDFS
- Risk Analysis with Pig
- Data Manipulation with Hive
- Loading Data into HDFS
Cool Charting
Check out this article on Data Visualization with D3, DC, Leaflet, Python
(For more information on DC.JS, check it out.)
(For more information on DC.JS, check it out.)
Spring Boot Applications in Ambari
Scala / SBT Tip
My SBT wasn't building until I upped the memory. Now this is in a shell script for all my builds:
Here is an example Spark SQL with Stanford Core NLP SBT Build File (build.sbt):
You will also need project/assembly.sbt
General Hadoop CLI Tips
- Keep an eye on logs! Check them, make sure they rotate and old ones are archived off to cold storage or deleted. Find the biggest files on your box (du -hsx * | sort -rh | head -10).
- If you want to see things you have run before, check out:
/<user>/.beeline/history, /<user>/.hivehistory, /<user>/.sqlline/history, /<user>/.pig_history, /<user>/.spark_history.
You can also run history to check on general commands you have run (remember this will return the commands used by that previous user, which may be root or whatever you are currently logged in as. - What Java am I using and are there others available? alternatives --display java
- Sometimes your PATH may not be fully set, so you can miss out on great Java CLI tools like jps
No comments:
Post a Comment