Hbase installation on ubuntu
In this tutorial we will see how to install Hbase on ubuntu 16.04 by doing the following steps Step 1: Before installing Hbase, you need to First ensure that java8 is...
Read MoreIn this tutorial we will see how to install Hbase on ubuntu 16.04 by doing the following steps Step 1: Before installing Hbase, you need to First ensure that java8 is...
Read MoreSpark can be deployed in a variety of ways, provides native bindings for the Java, Scala, Python, and R programming languages, and supports SQL, streaming data, machine learning, and graph...
Read MoreHtml pages Starting from mab2, modify the file in the www/templates folder, named profile.html with this content: www/templates/profile.html [crayon-67de5546e14c1083903105/] www/templates/device.html [crayon-67de5546e14ca743493180/] www/templates/newDevice.html [crayon-67de5546e14ce565406672/] www/templates/updateDevice.html [crayon-67de5546e14d1566812148/] Service www/js/services.js [crayon-67de5546e14e2384956547/] Controller [crayon-67de5546e14e6116153716/] Run the Server application Download the server source code (lab3) from bitbucket: https://bitbucket.org/intellitech-team/spring-labs/src/b07388e0252dc3680c5b57eea151432ea26a214d/Lab3/?at=master Create database with name ...
Read MoreGetting Started with Swagger When creating a REST API, good documentation is instrumental. Moreover, every change in the API should be simultaneously described in the reference documentation. What is swagger Swagger is a...
Read MoreThis tutorial will show you how to implement a login process using the following tech stack: Spring Boot Spring Security JPA (Hibernate) Spring Data JPA PostgreSQL Spring MVC Thymeleaf Bootstrap ...
Read MoreIn each city in Tunisia, we have a temperature sensor that send data to server. In the server each record it’s stored in a file. Unfortunately the structure of the...
Read MoreThe inverted index problem is one of the earliest and most common uses of MapReduce.The IndexInverterJob takes a set of <key,value> pairs and inverts the index, so that each value becomes...
Read MoreIn this tutorial we will see how to install a Hadoop multi node nodes by doing the following steps: step1: You need to ensure that hadoop is installed (single node mode)...
Read MoreIn this tutorial we will see how to install a Hadoop single node by doing the following steps Step 1: Before installing Hadoop, you need to First ensure that java8 is...
Read More