Click here to close now.




















Welcome!

Java IoT Authors: Philippe Abdoulaye, Elizabeth White, Dana Gardner, Liz McMillan, Vormetric Blog

Related Topics: Wearables, Java IoT, @BigDataExpo, @DevOpsSummit

Wearables: Blog Post

Choosing the Best Application Development Framework By @Supreet_online | @DevOpsSummit #DevOps

What you should consider when evaluating platforms for your current and future needs

Seven Things to Consider When Choosing the Best Application Development Framework for Your Business

Once enterprises decide on proceeding with developing applications on Hadoop, they have to standardize on a specific application development framework. With this, enterprises can promote the reuse of code, set development best practices, comply with regulations, enable consistent quality, etc.

I've seen all kinds of projects across different of industries. I've seen smart people go with the newest technology, even if it's unproven, and have paid the price when they find it's not enterprise ready. I've also seen projects fail because they overemphasized the niche capabilities of the platform instead of the basics, such as ease of integration to existing systems.

Because of these experiences, I'm often asked to collaborate with enterprises to help them select their application development framework. As a result, this article will explore what you should consider when evaluating platforms for your current and future needs.

Three Things to Consider About Framework Architectures
The technology landscape is a moving target - and not stopping anytime soon

The technology landscape in Hadoop is fast evolving - new compute fabrics are continually introduced, some of which (in the future) may be a fit to run your application. As you evolve your Big Data applications and analytics, it's unlikely that you will have a single execution engine. For example, it's generally a bad idea to code directly on fabric-specific APIs (such as ones exposed by Spark) because it leads to building stove-pipe solutions and a loss in your ability to migrate applications to a newer and a better computational fabric in the future: Storm, Tez, Spark, Flink, etc.

Some compute fabrics will be better suited for analytics applications where others are better for high-volume data processing or complex logarithmic algorithms. Vendor lock-in to proprietary technologies rarely provide the long-term advantages touted by these proprietary technologies. Your application framework should prevent you from getting locked into a particular data storage format, Hadoop distributions, compute fabrics, programming languages and hardware.

Portability is increasingly more important
Ideally your application development platform provides an abstraction layer from the underlying compute framework and integration APIs to support a variety of languages. This is critical to providing autonomy to alter your architecture in the future as the ecosystem evolves.

For example, you should be able to write and test your application on Map Reduce and, with minor changes, run it on Tez, Flink, etc. Similarly, if you want to push your final data product to Elasticsearch instead of HBase, you should not have to change any application code. Equally, you should be able to move to a different distribution portability just as easily.

Portability also means extending the life of your legacy application code (on Hadoop) by enabling them to run within newer compute fabrics. You have invested a lot of time and resources building applications, which in a couple years will be legacy application code. Bottom line, your application architecture should support the integration of existing applications but in legacy frameworks without requiring you to rewrite them so you can leverage your past investment.

Ease of integration to existing infrastructure
In first-generation Hadoop applications, integration costs account for 60 percent to 90 percent of the total development costs for an implementation. It's still surprising how many people fail to address, in the early stages of projects, minimizing cost and risk of migrating raw data to Hadoop or pushing curated data products, developed on Hadoop, to the final destination IM systems. This oversight often results in project failure or the need for expensive rework as the project tries to scale. This happens because very often engineers make technical decisions based on what is required to be completed in a prototype, and not what is required in the final delivery.

Having a framework that gracefully supports your applications as they mature provides architects with the peace of mind that they do not need to validate all the possible functional needs upfront. What is required is a framework that let's you do simple things simply, but also scales to meet your more complex future needs.

Two Things to Consider About Application Development in These Frameworks
Reuse of existing developer skills and speed of development
Your development framework should expose multiple development interfaces not only in SQL but in Java, Scala, Cascalog, etc., in the same underlying framework so developers are free to use the interface that best matches their needs and skills.

In addition to development freedom, you need to consider where development is done. Developing directly on the cluster is inefficient. Even for running a job with a small data set, there is measurable latency involved in scheduling the job. In addition, debugging jobs running directly on the cluster becomes more difficult. What is required is to allow developers to perform iteration testing of their applications on a local development environment and, when the application is stable, deploy it on the cluster to run as a MapReduce application. Local development capabilities and the ability to deploy on different Hadoop compute engines without code changes will save days of development.

Active enforcement of DevOps best practices
Software engineering best practices promote the reuse of code, reduce development costs, promote consistency in quality and make the code maintainable. That is why we have well-defined philosophies on how to do continuous integration, test-driven development and defensive programming when creating software products. These software practices provide the guidelines that keep your applications healthy.

Alas, all these best practices are discarded when you use a framework that does not expose a programmatic interface. No matter how great a SQL or a GUI-based tool is, it is not possible to apply such practices in these frameworks. As a result, it is inevitable that either the code becomes unmaintainable, or developers refrain from leveraging the full power of the underlying platform.

Debugging in GUI and SQL-based frameworks in notoriously difficult - even more when you have implemented Java code residing in isolated UDF containers. Imagine stepping through the code in an application partly written in a 3GL language and part in Java - many times it's not possible. It may seem like a small thing, but it matters if it reduces the odds that your application will fail in mission-critical scenarios.

Two Things to Consider About Frameworks TCO and Enterprise Worthiness
Don't be fooled by claims of enterprise readiness - proof is required
Many of the popular Hadoop projects are straight out of university projects run by graduate students. In other cases, enterprises are now considering running Hadoop-related technologies previously proven only in technology companies employing tens of thousands of advanced computer scientists. New application frameworks should be evaluated as to whether they can fit within the operating model of your enterprise.

To begin, can your technical delivery organization quickly pick up the technology required to implement your applications on the framework? Do they have to learn a new programming language like Scala (good for people brushing up their resumes, but hardly a practical choice when a ten-thousand strong organization needs to be trained). How easy is it to learn the new technology? It is easy to be fooled by the guise that UI-based tools are always easy. In one training session for a GUI-based ETL tool, I once saw instructions that involved clicking on 12 different dialog boxes (try remembering the steps!) in what could have been done in a single API call - remember, simple things should be done simply without compromising your ability to do real-world things later.

Next, one of the biggest technical fallacies in the world of Big Data is that the "Big Data" technologies come tuned for scale. Scale can be the number of nodes in your cluster, the size of the data, the number of fields in your feed or the size of the file. However, even popular frameworks and tools fail for common use cases. Your application should not require a rewrite if the size of the cluster or the data changes. The real test of a framework is not just in the attractiveness of its APIs, but in its ability to demonstrate scale, a capability that takes years to develop.

Your aim in selecting the right framework to develop applications is to ensure that the applications can be successfully deployed in production. A production-grade application not only runs with consistent behavior, but also supports the operational requirements that demonstrate compliance. Can your framework support version management, lineage, detection of outlier behavior, future capacity requirements, service-level agreement (SLA) management and performance bottleneck analysis?

Start-to-finish operational readiness
When choosing an application development framework, be sure to select one that helps you develop applications through the entire lifecycle of data - ensure you can take your data from start to a finished data product on one framework, enabling better engineering, governance and quicker time-to-market. With GUI-only tools, developing applications demanding more than just simple join and sort operations requires assembling modules outside the framework, making developing production-grade applications more challenging.

Monitoring how an application is performing is also critical to delivering a responsive Hadoop infrastructure. Ensure your chosen framework enables complete application execution monitoring in real-time, which shows the current operating state so that you can easily identify when an application fails or is encountering performance issues preventing it from executing. For many using GUI-based ETL tools, this type of insight is impossible to achieve or requires building and maintaining separate monitoring applications.

Selecting a framework is a decision that will be continually validated by all the developers developing applications, operators supporting them, regulators validating compliance and executives justifying ROIs on their programs. There are places to be a visionary, but don't be the first person jumping in to vouch for a new technology. Similarly, do not be among the hundreds acting on a hyped technology that still has results to deliver.

More Stories By Supreet Oberoi

Supreet Oberoi is the vice president of field engineering at Concurrent, Inc. Prior to that, he was director of Big Data application infrastructure for American Express, where he led the development of use cases for fraud, operational risk, marketing and privacy on Big Data platforms. He holds multiple patents in data engineering and has held leadership positions at Real-Time Innovations, Oracle, and Microsoft.

Comments (0)

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


@ThingsExpo Stories
SYS-CON Events announced today that HPM Networks will exhibit at the 17th International Cloud Expo®, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. For 20 years, HPM Networks has been integrating technology solutions that solve complex business challenges. HPM Networks has designed solutions for both SMB and enterprise customers throughout the San Francisco Bay Area.
For IoT to grow as quickly as analyst firms’ project, a lot is going to fall on developers to quickly bring applications to market. But the lack of a standard development platform threatens to slow growth and make application development more time consuming and costly, much like we’ve seen in the mobile space. In his session at @ThingsExpo, Mike Weiner, Product Manager of the Omega DevCloud with KORE Telematics Inc., discussed the evolving requirements for developers as IoT matures and conducted a live demonstration of how quickly application development can happen when the need to comply wit...
The Internet of Everything (IoE) brings together people, process, data and things to make networked connections more relevant and valuable than ever before – transforming information into knowledge and knowledge into wisdom. IoE creates new capabilities, richer experiences, and unprecedented opportunities to improve business and government operations, decision making and mission support capabilities.
Explosive growth in connected devices. Enormous amounts of data for collection and analysis. Critical use of data for split-second decision making and actionable information. All three are factors in making the Internet of Things a reality. Yet, any one factor would have an IT organization pondering its infrastructure strategy. How should your organization enhance its IT framework to enable an Internet of Things implementation? In his session at @ThingsExpo, James Kirkland, Red Hat's Chief Architect for the Internet of Things and Intelligent Systems, described how to revolutionize your archit...
MuleSoft has announced the findings of its 2015 Connectivity Benchmark Report on the adoption and business impact of APIs. The findings suggest traditional businesses are quickly evolving into "composable enterprises" built out of hundreds of connected software services, applications and devices. Most are embracing the Internet of Things (IoT) and microservices technologies like Docker. A majority are integrating wearables, like smart watches, and more than half plan to generate revenue with APIs within the next year.
Growth hacking is common for startups to make unheard-of progress in building their business. Career Hacks can help Geek Girls and those who support them (yes, that's you too, Dad!) to excel in this typically male-dominated world. Get ready to learn the facts: Is there a bias against women in the tech / developer communities? Why are women 50% of the workforce, but hold only 24% of the STEM or IT positions? Some beginnings of what to do about it! In her Opening Keynote at 16th Cloud Expo, Sandy Carter, IBM General Manager Cloud Ecosystem and Developers, and a Social Business Evangelist, d...
In his keynote at 16th Cloud Expo, Rodney Rogers, CEO of Virtustream, discussed the evolution of the company from inception to its recent acquisition by EMC – including personal insights, lessons learned (and some WTF moments) along the way. Learn how Virtustream’s unique approach of combining the economics and elasticity of the consumer cloud model with proper performance, application automation and security into a platform became a breakout success with enterprise customers and a natural fit for the EMC Federation.
The Internet of Things is not only adding billions of sensors and billions of terabytes to the Internet. It is also forcing a fundamental change in the way we envision Information Technology. For the first time, more data is being created by devices at the edge of the Internet rather than from centralized systems. What does this mean for today's IT professional? In this Power Panel at @ThingsExpo, moderated by Conference Chair Roger Strukhoff, panelists addressed this very serious issue of profound change in the industry.
Discussions about cloud computing are evolving into discussions about enterprise IT in general. As enterprises increasingly migrate toward their own unique clouds, new issues such as the use of containers and microservices emerge to keep things interesting. In this Power Panel at 16th Cloud Expo, moderated by Conference Chair Roger Strukhoff, panelists addressed the state of cloud computing today, and what enterprise IT professionals need to know about how the latest topics and trends affect their organization.
It is one thing to build single industrial IoT applications, but what will it take to build the Smart Cities and truly society-changing applications of the future? The technology won’t be the problem, it will be the number of parties that need to work together and be aligned in their motivation to succeed. In his session at @ThingsExpo, Jason Mondanaro, Director, Product Management at Metanga, discussed how you can plan to cooperate, partner, and form lasting all-star teams to change the world and it starts with business models and monetization strategies.
Converging digital disruptions is creating a major sea change - Cisco calls this the Internet of Everything (IoE). IoE is the network connection of People, Process, Data and Things, fueled by Cloud, Mobile, Social, Analytics and Security, and it represents a $19Trillion value-at-stake over the next 10 years. In her keynote at @ThingsExpo, Manjula Talreja, VP of Cisco Consulting Services, discussed IoE and the enormous opportunities it provides to public and private firms alike. She will share what businesses must do to thrive in the IoE economy, citing examples from several industry sectors.
There will be 150 billion connected devices by 2020. New digital businesses have already disrupted value chains across every industry. APIs are at the center of the digital business. You need to understand what assets you have that can be exposed digitally, what their digital value chain is, and how to create an effective business model around that value chain to compete in this economy. No enterprise can be complacent and not engage in the digital economy. Learn how to be the disruptor and not the disruptee.
Akana has released Envision, an enhanced API analytics platform that helps enterprises mine critical insights across their digital eco-systems, understand their customers and partners and offer value-added personalized services. “In today’s digital economy, data-driven insights are proving to be a key differentiator for businesses. Understanding the data that is being tunneled through their APIs and how it can be used to optimize their business and operations is of paramount importance,” said Alistair Farquharson, CTO of Akana.
Business as usual for IT is evolving into a "Make or Buy" decision on a service-by-service conversation with input from the LOBs. How does your organization move forward with cloud? In his general session at 16th Cloud Expo, Paul Maravei, Regional Sales Manager, Hybrid Cloud and Managed Services at Cisco, discusses how Cisco and its partners offer a market-leading portfolio and ecosystem of cloud infrastructure and application services that allow you to uniquely and securely combine cloud business applications and services across multiple cloud delivery models.
The enterprise market will drive IoT device adoption over the next five years. In his session at @ThingsExpo, John Greenough, an analyst at BI Intelligence, division of Business Insider, analyzed how companies will adopt IoT products and the associated cost of adopting those products. John Greenough is the lead analyst covering the Internet of Things for BI Intelligence- Business Insider’s paid research service. Numerous IoT companies have cited his analysis of the IoT. Prior to joining BI Intelligence, he worked analyzing bank technology for Corporate Insight and The Clearing House Payment...
"Optimal Design is a technology integration and product development firm that specializes in connecting devices to the cloud," stated Joe Wascow, Co-Founder & CMO of Optimal Design, in this SYS-CON.tv interview at @ThingsExpo, held June 9-11, 2015, at the Javits Center in New York City.
SYS-CON Events announced today that CommVault has been named “Bronze Sponsor” of SYS-CON's 17th International Cloud Expo®, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. A singular vision – a belief in a better way to address current and future data management needs – guides CommVault in the development of Singular Information Management® solutions for high-performance data protection, universal availability and simplified management of data on complex storage networks. CommVault's exclusive single-platform architecture gives companies unp...
Electric Cloud and Arynga have announced a product integration partnership that will bring Continuous Delivery solutions to the automotive Internet-of-Things (IoT) market. The joint solution will help automotive manufacturers, OEMs and system integrators adopt DevOps automation and Continuous Delivery practices that reduce software build and release cycle times within the complex and specific parameters of embedded and IoT software systems.
"ciqada is a combined platform of hardware modules and server products that lets people take their existing devices or new devices and lets them be accessible over the Internet for their users," noted Geoff Engelstein of ciqada, a division of Mars International, in this SYS-CON.tv interview at @ThingsExpo, held June 9-11, 2015, at the Javits Center in New York City.
Internet of Things is moving from being a hype to a reality. Experts estimate that internet connected cars will grow to 152 million, while over 100 million internet connected wireless light bulbs and lamps will be operational by 2020. These and many other intriguing statistics highlight the importance of Internet powered devices and how market penetration is going to multiply many times over in the next few years.