Tag Archives: Apache

Setup Apache Spark in JetBrains IntelliJ (Scala Version)

Please refer this post to see how to setup JetBrains IntelliJ IDE and Scala on your machine. 1) Download latest version of Apache Spark from http://spark.apache.org/downloads.html 2) Unpack the tarball to /opt/spark folder 3) Launch IntelliJ, create a new Scala project and choose SBT as the Build tool. 4) Once IntelliJ IDE is up and all dependencies […]

0  

Tinkering with Apache Hadoop – Map Reduce Framework

I have used a Map Reduce based system at my present employer (Bank of America – Merrill Lynch) to process (read “crunch”) extremely large datasets in matter of seconds. Sometimes I used those to price bonds in real-time otherwise it was used for data processing/reporting purposes. It is an in-house product, known as Hugs framework […]

2  

Apache Tomcat 6 – SSL Configuration

Here, we will try to configure Apache Tomcat for SSL based request. In a previous post, I showed how Certificates are generated First of all, download 32/64 bit versions of Tomcat 6.0 from below links 32 Bit: http://apache.osuosl.org/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30-windows-x86.zip   64 Bit: http://apache.osuosl.org/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30-windows-x64.zip   Unzip either of the above under in C drive   In Windows 7, […]

0