In 1st Part of Basics of DevOps, we discussed the basics including definition and origin of the terminology. In 2nd Part of Basics of DevOps; misconceptions, principles, requirements, benefits were discussed. In 3rd Part of Basics of DevOps, We Discussed About DevOps Team Covering Team Structure, Project Management, Design and Quality Management. In 4th Part of Basics of DevOps, We Discussed About … [Read more...]
How To Install Apache Maven on Ubuntu Server
Apache Maven is a Build Automation Tool. Alternative technologies is Gradle and sbt as build tools. We published guide on how to install Gradle. Maven needs XML file to build. Gradle and sbt do not rely on XML, but basic concept is like Maven introduced. Maven Needed For Many Big Data Software. Here Are the Steps on How To Install Apache Maven on Ubuntu Server. Maven takes care of two aspects of … [Read more...]
Basics of DevOps : Part 4
In 1st Part of Basics of DevOps, we discussed the basics including definition and origin of the terminology. In 2nd Part of Basics of DevOps; misconceptions, principles, requirements, benefits were discussed. In 3rd Part of Basics of DevOps, We Discussed About DevOps Team Covering Team Structure, Project Management, Design and Quality Management. In 4th Part of Basics of DevOps, We Will Discuss … [Read more...]
How To Install Apache Beam
We have some series of articles on basics and essentials on Big Data touching ETL, batch and stream processing. That minimum theoretical idea is better to have to properly utilize Apache Beam. Apache Beam is a programming model to define and execute data processing. This article is On How To Install Apache Beam, it is for Whole Project. Beam SDKs available for Python, Java, Go. Their installation … [Read more...]
Basics of DevOps : Part 3
In 1st Part of Basics of DevOps, we discussed the basics including definition and origin of the terminology. In 2nd Part of Basics of DevOps; misconceptions, principles, requirements, benefits were discussed. In 3rd Part of Basics of DevOps, We Will Discuss About DevOps Team Covering Team Structure, Project Management, Design and Quality Management. The size of a DevOps team can be differentiated … [Read more...]
Basics of DevOps : Part 2
In Part 1 of Basics of DevOps, essentially we discussed about definition of DevOps and origin of the phrase. As our audience may not have theoritical idea around software engineering, we tried to touch few points. In Part 2 of Basics of DevOps, We Will Discuss Requirements, Benefits, Principles, Misconceptions Around DevOps. DevOps is basically the convergence of development and operation. But … [Read more...]
Basics of DevOps : Part 1
Modern companies in today's world depend on the use of reliable software. This provides an interface to solving everyday problems and therefore contributes significantly to the success of the company. Therefore, the perfect interaction of software and hardware must be given. In order to achieve this, the development and the operation must cooperate early in the development process of new software. … [Read more...]
How to Install Apache Hama (HDFS Installation)
Apache Hama is a Distributed Computing Framework For Massive Scientific Computations. Hama consists of 3 major components - BSPMaster, GroomServers and Zookeeper. It is a framework for Big Data analytics which uses the Bulk Synchronous Parallel (BSP) computing model. It provides BSP programming model, vertex and neuron centric programming models. Hama can be installed in local/pseudo-distributed … [Read more...]
Virtualization Requirements for DevOps : Part 3 (End)
In this final part of the series, let us quickly recap the things we discussed in Part 1 and Part 2 of this series. We discussed about basics of how software development cycle goes in real, bsics of types of virtualization, basic reason to think about using virtualization in practice, we discussed about lesser know practical matters behind real life software development of inside any company, … [Read more...]
Virtualization Requirements for DevOps : Part 2
In Part One of Virtualization Requirements for DevOps, we learned about the basics of how software development cycle goes in real, types of virtualization, reason to think about using virtualization in practice. Here is the Second Part of Virtualization Requirements for DevOps. In this article, will give brief idea about the benefits of virtualization such as efficiency and reducing costs, … [Read more...]
Virtualization Requirements for DevOps : Part 1
This article mainly refers to the technical side of the DevOps idea. However, if one wants to implement them in own company, the employees must be trained accordingly. In addition, DevOps is more likely to target larger projects where a lot of coordination is needed. In order to be able to react quickly and flexibly to new business requirements, development and operations must work together better … [Read more...]