Tag Cloud
- ActiveMQ
- Artifactory
- AWS
- AWS Beanstalk
- AWS DynamoDB
- AWS EMR
- AWS Glacier
- AWS IAM
- AWS RDS
- AWS Route 53
- AWS S3
- AWS SDK Java
- AWS SQS
- AWS VPC
- Axis2
- blockchain
- Boxfuse
- BPEL
- BPMN
- Citrus
- Cloud
- CloudCheckr
- Continuous Build
- Continuous Delivery
- CruiseControl
- CXF
- DataMining
- Docker
- EJB3
- ethereum
- Git
- GitLab
- GlassFish
- Hadoop
- Hibernate
- IntelliJ IDEA
- iOS
- Jasper Reports
- JAX-WS
- JAXB
- JBoss AS
- Jenkins
- JMS
- Linux
- MapForce
- MapReduce
- maven
- MongoDB
- Mule
- Mule ESB
- Mule iON
- Netbeans
- Nexus
- OpenEJB
- Oracle BPEL
- Oracle iAS
- Oracle WSM
- Oracle XE
- Quartz
- Red Hat
- REST
- Security
- Smooks
- SOA/Web Services
- SoapUI
- Spring Boot
- Spring Framework
- Spring Integration
- Spring WS
- Swift
- TOGAF9
- Tomcat
- WSO2 ESB
- XCode
- XML/XSD/XSLT
Archives
Categories
Top Posts & Pages
- Compiling Jasper Reports with Maven2
- Using a WAR module as dependency in Maven
- I am now an AWS Certified Developer
- Small hack to avoid SSL validation in Spring RestTemplate
- Using SoapUI for testing your webservice
- Make Serializable JAX-WS clients with Maven2
- Writing a Hadoop MapReduce task in Java
- Using your own WSDL with a WSO2 ESB Proxy Service
About me
Tag Archives: AWS EMR
Running PageRank Hadoop job on AWS Elastic MapReduce
In a previous post I described an example to perform a PageRank calculation which is part of the Mining Massive Dataset course with Apache Hadoop. In that post I took an existing Hadoop job in Java and modified it somewhat … Continue reading
Run your Hadoop MapReduce job on Amazon EMR
I have posted a while ago how to setup an EMR cluster by using CLI. In this post I will show how to setup the cluster by using the Java SDK for AWS. The best way to show how to … Continue reading
Hadoop on the Amazon cloud by BigData’University’
Last night I stumbled upon this free online training program where you could learn about how to combine Hadoop and Amazon AWS! You would even receive a certificate if you passed the test at the end of the course. So … Continue reading
(Not so) deep dive on Databases on AWS
Last week I attended to a webinar of AWS for partners called ‘Deep Dive on Databases on AWS’. Although I know my way around in AWS it can never hurt to attend to webinars like these to see if there … Continue reading
Posted in AWS, cloud
Tagged AWS, AWS DynamoDB, AWS EMR
Comments Off on (Not so) deep dive on Databases on AWS
Running Hive jobs on AWS EMR
In a previous post I showed how to run a simple job using AWS Elastic MapReduce (EMR). In this example we continue to make use of EMR but now to run a Hive job. Hive is a data warehouse system … Continue reading
Using AWS ElasticMapReduce with the Command Line Interface
In this post I am going to use the AWS MapReduce service (called ElasticMapReduce) by making use of the CLI for EMR. The process of using EMR can be divided in three steps on a high level: set up and … Continue reading