{"id":25877,"date":"2021-04-03T06:00:00","date_gmt":"2021-04-03T13:00:00","guid":{"rendered":"https:\/\/insidebigdata.com\/?p=25877"},"modified":"2021-04-03T10:09:03","modified_gmt":"2021-04-03T17:09:03","slug":"accelerated-integration-of-eventador-with-cloudera-sql-stream-builder","status":"publish","type":"post","link":"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/","title":{"rendered":"Accelerated Integration of Eventador with Cloudera &#8211; SQL Stream Builder"},"content":{"rendered":"\n<div class=\"wp-block-image is-style-default\"><figure class=\"alignright size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"283\" height=\"94\" src=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2021\/03\/Cloudera_logo_03302021.png\" alt=\"\" class=\"wp-image-25878\" srcset=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2021\/03\/Cloudera_logo_03302021.png 283w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2021\/03\/Cloudera_logo_03302021-150x50.png 150w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2021\/03\/Cloudera_logo_03302021-280x94.png 280w\" sizes=\"(max-width: 283px) 100vw, 283px\" \/><\/figure><\/div>\n\n\n\n<p>In October 2020, Cloudera made a&nbsp;<a href=\"https:\/\/blog.cloudera.com\/cloudera-acquires-eventador-to-accelerate-stream-processing-in-public-hybrid-clouds\/\" target=\"_blank\" rel=\"noreferrer noopener\">strategic acquisition of a company called Eventador<\/a>. This was primarily to augment our streaming capabilities within Cloudera DataFlow. Eventador was adept at simplifying the process of building streaming applications. Their flagship product, SQL Stream Builder, made access to real-time data streams easily possible with just SQL (Structured Query Language). Cloudera\u2019s customers were struggling to solve the same challenge &#8211; to query high-volumes of real-time data streams with something as simple as SQL.<\/p>\n\n\n\n<p>Within 5 months after the acquisition of Eventador, Cloudera announced that SQL Stream Builder is now being re-launched as Cloudera SQL Stream Builder. This is being done after it was fully integrated with\u00a0<a href=\"https:\/\/www.cloudera.com\/products\/cloudera-data-platform\/cdp-private-cloud.html\" target=\"_blank\" rel=\"noreferrer noopener\">Cloudera Data Platform<\/a>\u2019s (CDP)\u00a0<a href=\"https:\/\/www.cloudera.com\/products\/sdx.html\" target=\"_blank\" rel=\"noreferrer noopener\">Shared Data Experience<\/a>\u00a0(SDX). This means that SQL Stream Builder can take advantage of the same unified security and governance as the rest of the platform does, using SDX.<\/p>\n\n\n\n<p><strong>What is SQL Stream Builder?<\/strong><br>Cloudera SQL Stream Builder now augments the powerful&nbsp;<a href=\"https:\/\/www.cloudera.com\/products\/cdf\/stream-processing-and-analytics.html\" target=\"_blank\" rel=\"noreferrer noopener\">stream processing capabilities<\/a>&nbsp;of the&nbsp;<a href=\"https:\/\/www.cloudera.com\/products\/cdf.html\" target=\"_blank\" rel=\"noreferrer noopener\">Cloudera DataFlow<\/a>&nbsp;(CDF) streaming platform. It offers a slick user interface for writing SQL queries to run against real-time data streams in Kafka or Flink. This enables developers, data analysts and data scientists to write streaming applications using just SQL. They no longer have to depend on any skilled Java or Scala developers to write special programs to gain access to such data streams.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.cloudera.com\/content\/dam\/www\/marketing\/resources\/solution-briefs\/sql-stream-builder.pdf.landing.html\" target=\"_blank\" rel=\"noreferrer noopener\">SQL Stream Builder<\/a>&nbsp;continuously runs SQL via Apache Flink. It offers syntax checking, error reporting, schema detection, query creation, sampling results and creating outputs with its simple yet intuitive user interface. It also provides an advanced materialized view engine to enable live aggregated datasets to be accessible by other applications via a simple REST API.<\/p>\n\n\n\n<p><strong>Data decays<\/strong><br>Yes, data has a shelf life. And in today\u2019s business environments, the data you receive must be instantaneously processed to understand the business impact and act upon it. A streaming analytics solution is no good if you can just ingest all the data in real-time but are unable to harness the value of what the data means to you. Imagine a manufacturer receiving streams of data with millions of messages a day from their dozen or more manufacturing plants. If they need to understand where a specific surge of streams is coming from or if they need to detect a specific anomaly in the streams, they should be able to query the streams in real-time. They cannot afford to send it all into a data store and then analyze it the next day to find such actionable insights. The data is of no value the next day for this purpose. To execute such real-time queries, the skills are typically in the hands of a select few in the organization who possess unique skills like Scala or Java and can write code to get such insights. This is not a scalable model.<\/p>\n\n\n\n<p><strong>SQL is a universal language<\/strong><\/p>\n\n\n\n<p>For more than three decades, SQL has been an accepted way to conduct queries across a range of database systems. SQL is also one of the most popular skillsets amongst the key enterprise data personas. With data analysts and data scientists struggling to gain access to real-time data streams easily, SQL becomes an easy choice for the task. However, there is a key challenge. Unlike database tables which typically have a fixed number of rows at any given point in time, streams are unbounded. This means that they are continuous by nature and have no limit. They also don\u2019t come in sequentially. Some messages can come in late or out of order too. This makes it challenging to adopt SQL as-is to query data streams.<\/p>\n\n\n\n<p><strong>Streaming SQL<\/strong><\/p>\n\n\n\n<p>Data streams have to be treated with tiny slices of time called \u201cwindows\u201d e.g. last 5 seconds. Each message on the stream also has a timestamp that can be used to detect the order in which it should be processed. So, using SQL as the base construct, a few additional keywords were added to handle data streams in the context of time windows. And thus was born Streaming SQL or Continuous SQL. They look and function like regular SQL but you also have a lot of additional constructs to allow you to group the streams over a specific time window. It also supports a range of aggregation functions so that you can perform various enrichment tasks on the streams like finding averages, sums, counts etc. This immediately allows the data analysts and data scientists in the organization to query data streams using SQL! This is what Cloudera calls the&nbsp;<a href=\"https:\/\/blog.cloudera.com\/using-sql-to-democratize-streaming-data\/\" target=\"_blank\" rel=\"noreferrer noopener\">democratization of real-time data<\/a>&nbsp;within the organization.<\/p>\n\n\n\n<p><strong>Why should you be excited about SQL Stream Builder?<\/strong><\/p>\n\n\n\n<ul><li>Liberates access to real-time data for all personas &#8211; Data analysts and data scientists can use SQL Stream Builder themselves to run ad hoc queries using SQL<\/li><li>Simplifies building streaming applications &#8211; SQL Stream Builder offers an interactive user interface that supports Streaming SQL. This allows users to run continuous queries on data streams over specific time windows. You can also join multiple data streams and perform aggregations.<\/li><li>Exposes aggregated data streams to other applications &#8211; SQL Stream Builder allows you to create materialized views that can be easily exposed to other applications via REST APIs. This again liberates the value locked up in real-time data streams to more applications across the enterprise.<\/li><li>Accelerates queries with minimal impact to core systems &#8211; The true power of SQL Stream Builder is in its underlying engine to make these queries execute extremely fast while not burdening the core systems that are holding such data streams, e.g. Kafka brokers that hold streams of data within Topics.<\/li><\/ul>\n\n\n\n<p>If you want to learn more about SQL Stream Builder, download the Cloudera&nbsp;<a href=\"https:\/\/www.cloudera.com\/content\/dam\/www\/marketing\/resources\/solution-briefs\/sql-stream-builder.pdf.landing.html\" target=\"_blank\" rel=\"noreferrer noopener\">Tech Brief<\/a>&nbsp;or the&nbsp;<a href=\"https:\/\/www.cloudera.com\/content\/dam\/www\/marketing\/resources\/datasheets\/cloudera-streaming-analytics.pdf.landing.html\" target=\"_blank\" rel=\"noreferrer noopener\">datasheet<\/a>.<\/p>\n\n\n\n<p><em>Sign up for the free insideBIGDATA&nbsp;<a rel=\"noreferrer noopener\" href=\"http:\/\/insidebigdata.com\/newsletter\/\" target=\"_blank\">newsletter<\/a>.<\/em><\/p>\n\n\n\n<p><em>Join us on Twitter:&nbsp;@InsideBigData1 \u2013 <a href=\"https:\/\/twitter.com\/InsideBigData1\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/twitter.com\/InsideBigData1<\/a><\/em><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Within 5 months after the acquisition of Eventador, Cloudera announced that SQL Stream Builder is now being re-launched as Cloudera SQL Stream Builder. This is being done after it was fully integrated with Cloudera Data Platform\u2019s (CDP) Shared Data Experience (SDX). This means that SQL Stream Builder can take advantage of the same unified security and governance as the rest of the platform does, using SDX.<\/p>\n","protected":false},"author":10513,"featured_media":25878,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"categories":[115,200,180,268,56,1],"tags":[470,360,96],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Accelerated Integration of Eventador with Cloudera - SQL Stream Builder - insideBIGDATA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accelerated Integration of Eventador with Cloudera - SQL Stream Builder - insideBIGDATA\" \/>\n<meta property=\"og:description\" content=\"Within 5 months after the acquisition of Eventador, Cloudera announced that SQL Stream Builder is now being re-launched as Cloudera SQL Stream Builder. This is being done after it was fully integrated with Cloudera Data Platform\u2019s (CDP) Shared Data Experience (SDX). This means that SQL Stream Builder can take advantage of the same unified security and governance as the rest of the platform does, using SDX.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/\" \/>\n<meta property=\"og:site_name\" content=\"insideBIGDATA\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/insidebigdata\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-03T13:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-03T17:09:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2021\/03\/Cloudera_logo_03302021.png\" \/>\n\t<meta property=\"og:image:width\" content=\"283\" \/>\n\t<meta property=\"og:image:height\" content=\"94\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Editorial Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@insideBigData\" \/>\n<meta name=\"twitter:site\" content=\"@insideBigData\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editorial Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/\",\"url\":\"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/\",\"name\":\"Accelerated Integration of Eventador with Cloudera - SQL Stream Builder - insideBIGDATA\",\"isPartOf\":{\"@id\":\"https:\/\/insidebigdata.com\/#website\"},\"datePublished\":\"2021-04-03T13:00:00+00:00\",\"dateModified\":\"2021-04-03T17:09:03+00:00\",\"author\":{\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9\"},\"breadcrumb\":{\"@id\":\"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/insidebigdata.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accelerated Integration of Eventador with Cloudera &#8211; SQL Stream Builder\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/insidebigdata.com\/#website\",\"url\":\"https:\/\/insidebigdata.com\/\",\"name\":\"insideBIGDATA\",\"description\":\"Your Source for AI, Data Science, Deep Learning &amp; Machine Learning Strategies\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/insidebigdata.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9\",\"name\":\"Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g\",\"caption\":\"Editorial Team\"},\"sameAs\":[\"http:\/\/www.insidebigdata.com\"],\"url\":\"https:\/\/insidebigdata.com\/author\/editorial\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accelerated Integration of Eventador with Cloudera - SQL Stream Builder - insideBIGDATA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/","og_locale":"en_US","og_type":"article","og_title":"Accelerated Integration of Eventador with Cloudera - SQL Stream Builder - insideBIGDATA","og_description":"Within 5 months after the acquisition of Eventador, Cloudera announced that SQL Stream Builder is now being re-launched as Cloudera SQL Stream Builder. This is being done after it was fully integrated with Cloudera Data Platform\u2019s (CDP) Shared Data Experience (SDX). This means that SQL Stream Builder can take advantage of the same unified security and governance as the rest of the platform does, using SDX.","og_url":"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/","og_site_name":"insideBIGDATA","article_publisher":"http:\/\/www.facebook.com\/insidebigdata","article_published_time":"2021-04-03T13:00:00+00:00","article_modified_time":"2021-04-03T17:09:03+00:00","og_image":[{"width":283,"height":94,"url":"https:\/\/insidebigdata.com\/wp-content\/uploads\/2021\/03\/Cloudera_logo_03302021.png","type":"image\/png"}],"author":"Editorial Team","twitter_card":"summary_large_image","twitter_creator":"@insideBigData","twitter_site":"@insideBigData","twitter_misc":{"Written by":"Editorial Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/","url":"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/","name":"Accelerated Integration of Eventador with Cloudera - SQL Stream Builder - insideBIGDATA","isPartOf":{"@id":"https:\/\/insidebigdata.com\/#website"},"datePublished":"2021-04-03T13:00:00+00:00","dateModified":"2021-04-03T17:09:03+00:00","author":{"@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9"},"breadcrumb":{"@id":"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/insidebigdata.com\/2021\/04\/03\/accelerated-integration-of-eventador-with-cloudera-sql-stream-builder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/insidebigdata.com\/"},{"@type":"ListItem","position":2,"name":"Accelerated Integration of Eventador with Cloudera &#8211; SQL Stream Builder"}]},{"@type":"WebSite","@id":"https:\/\/insidebigdata.com\/#website","url":"https:\/\/insidebigdata.com\/","name":"insideBIGDATA","description":"Your Source for AI, Data Science, Deep Learning &amp; Machine Learning Strategies","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/insidebigdata.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/2949e412c144601cdbcc803bd234e1b9","name":"Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e137ce7ea40e38bd4d25bb7860cfe3e4?s=96&d=mm&r=g","caption":"Editorial Team"},"sameAs":["http:\/\/www.insidebigdata.com"],"url":"https:\/\/insidebigdata.com\/author\/editorial\/"}]}},"jetpack_featured_media_url":"https:\/\/insidebigdata.com\/wp-content\/uploads\/2021\/03\/Cloudera_logo_03302021.png","jetpack_shortlink":"https:\/\/wp.me\/p9eA3j-6Jn","jetpack-related-posts":[{"id":2977,"url":"https:\/\/insidebigdata.com\/2013\/05\/12\/slidecast-technical-overview-of-cloudera-impala\/","url_meta":{"origin":25877,"position":0},"title":"Slidecast: Technical Overview of Cloudera Impala","date":"May 12, 2013","format":false,"excerpt":"In this slidecast, Justin Erickson from Cloudera presents a technical overview of Cloudera Impala, an SQL-on-Hadoop solution that enables users to do real-time queries of data stored in Hadoop clusters. To avoid latency, Impala circumvents MapReduce to directly access the data through a specialized distributed query engine that is very\u2026","rel":"","context":"In &quot;Big Data Software&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3424,"url":"https:\/\/insidebigdata.com\/2013\/07\/26\/improving-hadoop-security-with-cloudera-sentry\/","url_meta":{"origin":25877,"position":1},"title":"Improving Hadoop Security with Cloudera Sentry","date":"July 26, 2013","format":false,"excerpt":"This week Cloudera introduced Sentry, a new Apache-licensed open source project that delivers the industry's first fine-grained authorization framework for Hadoop. Using an independent security module that integrates with open source SQL query engines Apache Hive and Cloudera Impala, Sentry delivers advanced authorization controls to enable multi-user applications and cross-functional\u2026","rel":"","context":"In &quot;Cloudera&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":19483,"url":"https:\/\/insidebigdata.com\/2017\/11\/28\/cloudera-changes-game-cloud-based-data-warehouses-cloudera-altus-analytic-db-beta\/","url_meta":{"origin":25877,"position":2},"title":"Cloudera Changes the Game in Cloud-based Data Warehouses with Cloudera Altus Analytic DB (beta)","date":"November 28, 2017","format":false,"excerpt":"Cloudera, Inc., (NYSE: CLDR), the modern platform for machine learning and analytics, optimized for the cloud, announced the upcoming beta release of Cloudera Altus Analytic DB. Cloudera Altus Analytic DB is the first data warehouse cloud service that brings the warehouse to the data through a unique cloud-scale architecture that\u2026","rel":"","context":"In &quot;Big Data&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":15545,"url":"https:\/\/insidebigdata.com\/2016\/07\/24\/cloudera-announces-the-general-availability-of-cloudera-navigator-optimizer-and-cloudera-enterprise-5-8\/","url_meta":{"origin":25877,"position":3},"title":"Cloudera Announces the General Availability of Cloudera Navigator Optimizer and Cloudera Enterprise 5.8","date":"July 24, 2016","format":false,"excerpt":"Cloudera announced the general availability of Cloudera Navigator Optimizer, alongside the production release of Cloudera Enterprise 5.8.","rel":"","context":"In &quot;Big Data&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":13234,"url":"https:\/\/insidebigdata.com\/2015\/06\/11\/voltdb-announces-certification-of-fast-data-platform-on-cloudera-enterprise\/","url_meta":{"origin":25877,"position":4},"title":"VoltDB Announces Certification of Fast Data Platform on Cloudera Enterprise","date":"June 11, 2015","format":false,"excerpt":"VoltDB announced the certification of VoltDB's fast data platform on the latest release of Cloudera Enterprise CDH5 through the Cloudera Certified Technology Program (CCTP).","rel":"","context":"In &quot;Big Data&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":12382,"url":"https:\/\/insidebigdata.com\/2014\/11\/17\/cloudera-releases-impala-2-0-leading-open-source-analytic-database-apache-hadoop\/","url_meta":{"origin":25877,"position":5},"title":"Cloudera Releases Impala 2.0: A Leading Open Source Analytic Database for Apache Hadoop","date":"November 17, 2014","format":false,"excerpt":"Cloudera, a leader in enterprise analytic data management powered by Apache Hadoop\u2122,has unveiled Impala 2.0, the most advanced release of Impala since its initial launch in early 2013. As the leading open source analytic database for Hadoop, Impala 2.0 is a core component of Cloudera 5.2.","rel":"","context":"In &quot;Analytics&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/25877"}],"collection":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/users\/10513"}],"replies":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/comments?post=25877"}],"version-history":[{"count":0,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/25877\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media\/25878"}],"wp:attachment":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media?parent=25877"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/categories?post=25877"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/tags?post=25877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}