Promoting excellence in mobility engineering

  1. FISITA Store
  2. Technical Papers

Real-time Data Analytics Framework for Cloud-based Digital Map
FISITA2016/F2016-ACVG-003

Authors

Daedong Park (1), Jungho Kim (2), Myungsun Kim (1), Seongsoo Hong (1)

(1) Dept. of Electrical and Computer Engineering, Seoul National University, Rep. of Korea
(2) Grad. School of Convergence Science and Technology, Seoul National University, Rep. of Korea

Abstract

Research objectives

A cloud-based digital map is emerging as a software platform for future connected cars. A cloud infrastructure for a high definition digital map must orchestrate vehicles, a cloud datacenter and connectivity front/back-ends in collecting,analyzing, synthesizing and transferring a huge amount of data. Since most automotive services are safety-critical, the software platform for future connected cars inherits stringent requirements such as timeliness and fault-tolerance. Unfortunately, existing data analytics frameworks for cloud datacenters are incapable of guaranteeing such requirements. In this paper, we propose stream processing architecture for a data analytics framework that guarantees the timeliness requirement for supporting cloud-based digital maps.

Methodology

Digital map data contains diverse types of location-related information. Some of such information is dynamic in nature and needs to be continuously updated withdraw data collected thru abundant vehicle sensors. Thus, stream processing is a mandatory feature of a map engine. Unfortunately, existing data analytics frameworks are not suitable for the real-time streaming processing of a map engine due to uncontrolled data dispatching latency and performance degradation. We propose three mechanisms for real-time stream processing: an anticipatory pipeline creation mechanism to eliminate the unexpected data dispatching latency, ac group-based performance isolation mechanism to avoid unexpected performance degradation caused by CPU and memory contention, a network bandwidth reservation mechanism to control performance degradation in datacenter network. We have implemented the three mechanisms in a private cloud datacenter composed of 25 servers and conducted experiments using Open Street Map to validate the timeliness requirement.

Results

The three mechanisms are specifically designed for real-time stream processing in a data analytics framework. The anticipatory pipeline creation mechanism reserves a sufficient number of pipelines in advance so that raw data can be dispatched into an available pipeline as soon as it arrives. To do so, the mechanism continuously monitors the utilization of pipelines and checks whether it exceeds a threshold. If so, it creates additional pipelines. The c group-based performance isolation mechanism ensures each stream processing pipeline to use a predefined portion of CPU and memory regardless of other pipelines. The network bandwidth reservation mechanism enables each stream processing pipeline to negotiate with network switches for reserving bandwidth before the pipeline works. As a result, the network traffic generated by a pipeline is not delayed by other network traffic. We have conducted experiments and validated that our solutions eliminate the unexpected latencies in stream processing.

Limitations of this study

The current study has two limitations. First, the proposed mechanisms do not address other requirements of a cloud-based digital map such as security and reliability. Second, it does not consider the extremely complex networking environment of a huge cloud datacenter since experiments are performed in a small private cloud.

What does the paper offer that is new in the field including in comparison to other work by the authors?

Current data analytics frameworks have not yet considered the timeliness requirement of a cloud-based digital map even though it is very critical in the automotive domain. This paper proposes new mechanisms for a data analytics framework which support stream processing so that it guarantees the timeliness requirement.

Conclusions

A data analytics framework for a cloud-based digital map must satisfy at imeliness requirement. In this paper, we propose three mechanisms for a data analytics framework that is capable of guaranteeing the timeliness requirement in stream data processing.

KEYWORDS: cloud connected vehicle, cloud-based digital map, real-time data analytics framework Research

Add to basket

Back to search results