Apache Spark A Docker approach for Apache Spark on Windows By admin How to set-up an Apache Spark development environment with minimum effort with Docker for Windows Installing Spark on Windows is an extremely complicated. Several dependencies need to be installed (Java SDK, Python, Winutils, Log4j), services need to be configured, and...
Apache Spark MongoDB Connector for Apache Spark By Sayali Mahale MongoDB Connector for Apache Spark Spark supports connector for MongoDB , through which we can execute SQL queries on MongoDB as well as we can perform spark RDD tranformations on MongoDB data. With the connector, you have access to all...
Apache Spark Installing Java and Apache Tomcat on Ubuntu By Sayali Mahale Installing Java and Apache Tomcat on Ubuntu In order to Install Java and Apache Tomcat on Ubuntu: Make sure that Java and Apache Tomcat is not present(running) on Ubuntu. Use following command to check whether Java is present or...
Apache Spark How to Configure Jaspersoft Apache-Tomcat’s Java Heap Size By Nikhilesh How to Configure Jasper Apache-Tomcat's Java Heap Size? Identify apache-tomcat location from jasperserver installation place. Location can be look like “/opt/jasperreports-server-cp-5.0.0/apache-tomcat/bin”. If Tomcat running as a Linux Service incase it is a windows service it can be look like “C:\Jaspersoft\jasperreports-server-cp-5.5.0a\apache-tomcat\bin”...
Apache Spark Install LifeRay on Existing Tomcat 7 By admin In this blog we will talk about how to install liferay on existing Tomcat 7. For this section, we will refer to your Tomcat server’s installation location as $TOMCAT_HOME. If you do not already have an existing Tomcat server, we recomend...
Apache Spark How to Enable HTTPS in Apache By admin HTTPS IN APACHE SERVER What Is HTTP: The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web. Hypertext is structured text...