RUBA: Real-time Unstructured Big Data Analysis Framework

Size: px
Start display at page:

Download "RUBA: Real-time Unstructured Big Data Analysis Framework"

Transcription

1 RUBA: Real-time Unstructured Big Data Analysis Framework Jaein Kim, Nacwoo Kim, Byungtak Lee IT Management Device Research Section Honam Research Center, ETRI Gwangju, Republic of Korea jaein, nwkim, Joonho Park, Kwangik Seo Altibase Consulting Services Altibase, Inc Seoul, Republic of korea joonho.park, Hunyoung Park Infinidata Team Tibero, Inc Sungnam, Republic of korea Abstract We are greeting Big Data Generation. As ICT technology is developing, the volume of data is incredibly growing and many works to deal with a big data are underway. In this paper, we proposed a novel framework for real-time unstructured big data analysis, such as a movie, sound, text and image data. Our proposed framework provides functions of a real-time analysis and dynamic modification for unstructured big data analysis. We have implemented the object monitoring system as a test system which is applied our framework, and we have confirmed each functions and the availability of our framework. Keywords Big Data, Unstructured Data, Real-time System, CEP, CQL. I. INTRODUCTION As many ICT technologies advance, we are greeting Big Data Generation. Big data is a new defined word which means a large volume of data, many numbers and types of data sources and very frequent updates of data. The big data is recognized as important issues for the future ICT technologies and many works to process the big data have been developed such as Hadoop[1], Map-Reduce methods[2], CEP(Complex Event Processing)[3] and etc.. And many related researches are underway in this time. Especially, the real-time big data analysis to find valuable information or knowledge is becoming more important. We expect that the requirements for analysis of a big data will be increased as the appearance of new ICT real-time services [4][5]. Actually, a real-time big data analysis is similar to expanded data mining methods. Because the real-time data mining method which collects data as a transaction and find frequent events or patterns from many transactions can be applied to the real-time big data analysis. Many real-time data mining methods have been developed from the previous works [6][7] to the recent works [8][9][10]. Many researches for realtime data mining are going now and the real-time big data analysis applying a data mining idea will be an important challenge. However, there are some problems to apply directly the real-time data mining idea to the real-time big data analysis. The main problem is an unstructured data type of the big data. In the data mining methods, they can only deal with the structured data type to find knowledge. But in the big data applications, there are many unstructured data. For example, from CCTV on the street, we get massive video data in realtime which have much information about situations of people and streets. But we can not store the video data into a structured database system and we can not apply the data mining methods to find some information from them. The second problem is big scale features of the big data on various parts in many sources, rapidly changed, requirements to fine new knowledge. In the data mining methods, an algorithm to discover some knowledge is once built and executed. In other words, if we want to discover the other knowledge or modify the algorithm, we should re-structure the code, re-build and execute again. In the big data environment, the data is changing always on its types, states and analysis purpose. Therefore, these re-build and re-execution process is not applicable for the big data analysis system. In this paper, we proposed a novel framework for the realtime big data analysis, the name is RUBA framework: Realtime Unstructured Big data Analysis framework. We can analyze an unstructured big data like CCTV data and manage a distributed analysis system which collects the big data effectively using RUBA framework. This framework consists of a CEP engine to analyze and discover the big data in realtime (BA: Big data Analysis) and big data processor to convert unstructured data to structured data (BP: Big data Processing). And there are three interfaces for input of BA, BP and output of BA (BAI: BA input Interface, BPI: BP input Interface, BAOI: BA Output Interface). This paper is organized as follows. In section 2, we define requirements of real-time big data analysis and we propose RUBA framework in section 3. We have implemented the object monitoring system using RUBA framework to confirm the availability of our framework for the real-time big data analysis and its results are described in section 4. In the last section, conclusion and future works are drawn. II. REQUIREMENTS OF THE REAL-TIME ANALYSIS There are two important requirements for the real-time unstructured big data analysis. The first one is a real-time analysis with low costs about storing, processing and analyzing data. For example, supposed that we have to find a getaway vehicle A in a certain city which has 10,000 of CCTV and /13/$ IEEE 518 ICTC 2013

2 monitoring system. If one person can monitor 10 of CCTV and work for 8 hours continuously, it needs 300 of people for one day. If we use a getaway vehicle automatic detection system which receives video streams and extracts a car number from those using image processing, and suppose that it is capable of processing video streams from 100 of CCTV simultaneously, we need 100 of above getaway vehicle detection system. In other words, it needs many costs for big data analysis. Therefore, we need to minimize the cost for storing, transmission and inquiry for big data analysis. If we need more time to store CCTV data than real-time response time, it can not be an efficient real-time big data analysis system. Also, if we need a lot of time to query to find some information from stored big data, It can not be a good system as well. The second requirement is easy modification of analysis system. In the real world, the new data comes every time and new data types will be formed as new ICT services appearance. Therefore, the big data analysis system should be adaptable for a change of big data environments. For example, a system is running to detect the getaway vehicle A. After vehicle A is arrested, suppose that a new getaway vehicle B appears. Then, we need to modify the analysis system to detect the vehicle B. For modifying, we should carry out re-cording, re-building and re-execution of algorithm. But this process is not efficient on the demand for adaption of data environment changes. Especially, if there are many distributed analysis systems for big data, it needs many costs to modify the algorithm of systems at the same time. A big data analysis framework should analyze the big data with low computing cost and be adaptive for the changing of data environment. For these requirements, we developed the selective processing methodology to analyze the big data with low computing cost. Also, for unstructured big data analysis, we proposed the data processing procedure and interfaces to convert an unstructured data to a structured data systematic. And we developed a framework to manage the distributed big data analysis systems which can accept the new data and are adaptive for new analysis algorithm without re-cording, rebuilding and re-execution. III. RUBA FRAMEWORK A. Core of RUBA framework The first step to analyze the meaningful data(patterns or rules) from a big data is to extract meaningful data from them. In the existing data mining methods, to extract meaningful data such as frequent itemset, all data is saved in the data base and scanned a few times. The second step is to find some information such as important patterns or rules from the extracted data. The algorithm to discover the information is various with a purpose of application. However, in this process, the cost of saving big data into database and scanning from database is very expansive. Therefore, we can not apply these processes to the big data analysis process. Actually, because we can not store all big data into the database, there is a big problem in the first step. To find a specific data from real-time data stream, the continuous query processing has been studied [3][11]. The continuous query processing is different from existing query processing. In the existing query processing, data is stored in the database firstly and queries are executed whenever user requests. The other way, in the continuous query processing, queries are registered in the system in advance and those are executed whenever data stream is incoming. If a data is matched with registered query, the system extracts that data. After many works, the continuous query processing is developed as CEP(complex event processing) engine [3][12] which uses CQL(continuous query language) similar in SQL grammar to extract specific data from data stream. To extract a specific data, we just need to register the CQL that describes conditions of the specific data and if we want to stop to extract that data, we have only to delete CQL from system. We think that it is effective to use CEP engine for real-time big data processing. Because CEP engine is executed in the memory and it can process the real-time data at high speed. In addition, we can define an object data exactly in where clause of CQL. Especially, because we can register and delete the CQL in the runtime of system in real-time, we can modify the analysis conditions or states of system without re-building and re-executing. Therefore we included CEP engine in realtime big data analysis framework and designed interfaces to manage the registration and deletion of CQL which is used to extract an object data. Figure 1. Core of RUBA Figure 2. Conventional framework Fig. 1 shows the core of RUBA framework and Fig. 2 shows the example of general framework for unstructured data analysis system. In this conventional framework, in Fig. 2, we consider image analysis system. This system has feature extraction module, classification module and class database on the integrated image analysis system. Suppose that we constructed n image analysis systems for n sources. If we want to extract new objects or modify conditions of object data, those systems should be re-coded for new algorithms and rebuilt for re-execution. In the proposed RUBA framework, in Fig. 1, the preprocessor which like a feature extraction module and analysis processor such as classification module are divided. Then the role of analysis processor is replaced with 519

3 CEP engine as BA and the preprocessor would be BP to process an unstructured data. In RUBA framework, the unstructured data streams are entered into BP through BPI, then all results of BP is sent to BA using BAI. In BA, CEP engine runs CQLs continuously and object data is detected in real-time. In this framework, if we want to find new data or modify the conditions of object data, we have only to register the new CQL or delete the registered CQL. The method to extract an object data using CEP engine with CQLs is a real-time big data analysis in itself. For example, if CQL 1 that extracts the number of cars which have passed location A for 1 minute is registered in system, the result of CQL 1 will be a result of real-time analysis. Also, we can select object data using CQL then the selected data will be an important data for discovering knowledge. In addition, we can focus on the processing of selected data and reduce the cost of processing data. It is a very efficient way to use CEP engine and CQL for real-time big data analysis. The one of the performance criteria of RUBA framework is how exactly we describe the conditions of object data in where clause of CQL. If we can not describe certain conditions exactly, the result will be wrong. Actually, different from SQL, CQL is not a standard yet. However, almost CEP engines use CQL which is based on SQL standard, so we can describe almost logical conditions which can be described with SQL. In addition, there are special grammar to describe the time window and sliding window in CEP engine and we can even use java class to use user defined functions in the case of ESPER[13] CEP engine. Therefore, we can describe the conditions of object data and extract them exactly. B. RUBA Framework it can be changed according to applications. The data send module sends the result of real-time analysis using BAOI. It can be changed according to applications too. For example, in the web application, http protocol can be BPI and BAOI. And in the USN applications, RS232 or RS485 or Zigbee can be BPI and BAOI. BP receives the data from BPI and processes them. In case of unstructured data, BP extracts the feature data from them using feature extraction modules. In case of image processing, colors, positions and shapes can be features. The feature extraction modules for these various features can be defined according to analysis purpose. In RUBA framework, feature extraction modules are developed as an independent module such as java class file. Therefore, we can add or delete the process module easily for each analysis purpose. In BP, the unstructured data is converted to structured data which has data structure of BAI. BAI is an input interface of BA. BA is based on CEP engine and it has input queues for data stream. The data structure of BA s input queues can be a type of structure, array, map and etc. depending on CEP engine. Finally, the input data is analyzed in BA with user defined CQLs and the result of BA is sent to users through BAOI. RUBA framework has data flow from collecting data to sending the result data to user. Also, there is a control flow for management of CQL and data processing modules. When user wants to add or delete CQL, user can use message for CQL management. In this message, there are command field, destination ID, CQL ID and CQL statement. And this message is sent from user to system using BAOI. In the message for data processing modules management, there are command field, destination ID, module s ID and module s filename. These massages are received at RUBA processor and proper actions are operated according to the value of command field. Figure 4. Impelemted system on wired network environment of RUBA Figure 3. RUBA framework Fig. 3 shows the RUBA framework. RUBA framework consists of RUBA processor which has a data receive module and a data send module, (un)structured data processing module and real-time analysis module. In the RUBA processor, the data receive module collects an unstructured data like a movie data and structured data like a typical sensor data using BPI. BPI is an interface to collect big data from various sources and Fig. 4 and Fig. 5 show examples of RUBA framework implementation. In Fig. 4, RUBA framework is implemented for the environment of wired networks. In this example, there are n analysis systems and a management server system(ms: Management System) which provides UI for CQL editor and result view of analysis. MS can send CQL and data processing modules(*.class files) to analysis systems in the system running time. Therefore, we can not only analyze the big data but also modify the analysis strategies in real-time. 520

4 We have implemented the Objects Monitoring System using RUBA framework to confirm the availability of our proposed framework. This system has an image sensor which consists of a camera and image processing module. And an analysis system which uses ESPER CEP engine and a management system are included. The structure of this system is a distributed system like example of Fig. 5 and connected with wired network. Fig. 6 shows the camera and moving objects on the rail track of our demonstration. In this demo, we can analysis whether two objects are on the rail track properly and pass through appointed locations ordinarily using CQL. Then, this system notifies the result of analysis using web pages. We have defined 3 locations to detect normal and abnormal states, normal paths are LOT-A, LOT-C and abnormal path is LOT-B. Figure 5. Impelemted system on wireless network and distributed system environment of RUBA The example of Fig. 5 is implemented for distributed environment using wireless network. In this example, BA and BP are separated from one system. And the result data of BA is transmitted with wireless network. If we transmit the unstructured big data without BA to analysis system using wireless network, we need a high cost for the network operation. However we can transmit the minimum data for analysis using RUBA framework efficiently. Finally, we can get the big data from moving objects and find important knowledge in real-time with a low cost about processing, analysis and transmission of the big data. IV. DEMONSTRATION Figure 6. Objects and a camera(kinect) in demonstration Figure 7. Analysis process in demonstration. 1) object detecting; 2)feature extraction; 3) registered CQL; 4) analysis result on web page 521

5 In the image sensor, the camera(we have used Kinect) gets the video data from objects(see Fig. 6) and the image processing module extracts an information about two objects. The information of object s existence and position are extracted from objects and the result value is returned to the analysis system. The value is array structure: [x_point, y_point, Boolean of A existence, Boolean of B existence] and is extracted by functions of.class file in the image sensor. For example, if two objects exist and their position(x, y) is (230, 240), the value is [230, 240, 1, 1]. If object A is absence, the value is [230, 240, 0, 1]. After processing on the image sensor, the result value is sent to the analysis system. We have used CoAP protocol as transmission method and it can be changed according to an application environment. Fig. 7 shows the process of analysis on demonstration system. First, the image sensor gets the video data from objects and extracts information from them using image processing module. Second, the result of image sensor is sent to analysis system using CoAP protocol. Third, in the analysis system, registered CQLs to analysis a statements of objects are executed continuously. Finally, the result of analysis is sent to management system and showed on the web page. In Fig. 7(3), the registered CQL detects whether objects pass through LOT- C location properly. In the result view web page(see Fig.7(4)), the result of another registered CQL which analyze whether objects have passed through LOT-A properly is shown. Users can make a CQL for certain analysis by management system s CQL editor page and send a processing module file to the image sensor. RUBA framework has a function for realtime unstructured big data analysis and provides a real-time modifying function for a new data or new analysis strategies without re-coding and re-building. In this demonstration, we have changed CQLs for new analysis strategies and confirm the proper actions in the real-time. REFERENCES [1] [2] J. Dean and S. Ghemawt, MapReduce: simplified data processing on large clusters, in Proc. OSDI `04, 2004 [3] A. Arasu, B. Babcock, S. Babu, J. Cieslewicz, M. datar, K. Ito, R. Motwani, U. Srivastava, and J. Widom, STREAM The Stanford data Stream Management System, Technical Report, Stanford InfoLab, [4] J.T. Kim, B.J. Oh and J.Y. Park, Standard Trends for the Big Data Technologies, Electorincs and Telecommunications Trends 2013, ETRI, 2013, pp [5] C.H. Lee, J. Hur, H.J. Oh, H.J. Kim, P.M. Ryu and H.K. Kim, Technology Trends of Issue Detection and Predictive Analysis on Social Big Data, Electorincs and Telecommunications Trends 2013, ETRI, 2013, pp [6] R. Agrawal and R. Srikant, Mining sequential Patterns, in Proc. ICDE`95, 1995, pp [7] J. Pei, J. Han, B. M. Asl, H. Pinto, Q. Chen, U. Dayal and M. Hus, PrefixSpan: mining sequential patterns efficiently by prefix-projected pattern growth, in Proc. ICDE 01, 2001, pp [8] U. Yun, WIS: Weighted Interesting Sequential Pattern Mining with a Similar Level of Support and/or Weight, ETRI Journal, vol. 29, 2007, pp [9] C. F. Ahmed, S. K. Tanbeer and B. S. Jeong, A Novel Approach for Mining High-Utility Sequential Patterns in Sequence Databases, ETRI Journal, vol. 32, 2010, pp [10] J. I. Kim, P. S. Choi and B. H. Hwang, Real-time Sequential Pattern Mining for USN System, in Proc. ICUIMC`12, [11] B. Babcock, S. Babu, M. Datar, R. Motwani and J. Widom, Models and Issues in Data Stream systems, in Proc. ACM PODS 2002, [12] J. I. kim, N. W. Kim, S. K. Yun and B. T. Lee, A study on CEP performance in mobile embedded system, in Proc. ICTC2012, 2012, pp [13] V. CONCLUSIONS AND FUTURE WORKS According to advance of ICT technologies, massive data which has various types is being on the increase explosively. Because these big data have important information about trends of many phenomenon, it will be a more significant study to analyze the big data. In this paper, we proposed novel framework for the real-time analysis of unstructured big data such as video, image, sounds and text. RUBA framework analyzes the big data using CEP engine and uses CQL to modify the analysis conditions in real-time without reexecutions of system. In addition, RUBA framework provides functions to manage several distributed analysis systems using the method of CQL management easily. We have implemented Object Monitoring System applied RUBA framework and confirmed the availabilities of proposed framework through real-time data analysis and modifying of analysis conditions. In the future, we have a plan to make a solution for real-time big data analysis using RUBA framework and will apply it to fields of U-city, U-plant and ITS. 522

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Yun Cui 1, Myoungjin Kim 1, Seung-woo Kum 3, Jong-jin Jung 3, Tae-Beom Lim 3, Hanku Lee 2, *, and Okkyung Choi 2 1

More information

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System , pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards , pp.166-171 http://dx.doi.org/10.14257/astl.205.98.42 A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards Yeo ChangSub 1, Ryu HyunKi 1 and Lee HaengSuk

More information

Cloud Computing based Livestock Monitoring and Disease Forecasting System

Cloud Computing based Livestock Monitoring and Disease Forecasting System , pp.313-320 http://dx.doi.org/10.14257/ijsh.2013.7.6.30 Cloud Computing based Livestock Monitoring and Disease Forecasting System Seokkyun Jeong 1, Hoseok Jeong 2, Haengkon Kim 3 and Hyun Yoe 4 1,2,4

More information

Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies

Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com Image

More information

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service , pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun

More information

Distributed Sampling Storage for Statistical Analysis of Massive Sensor Data

Distributed Sampling Storage for Statistical Analysis of Massive Sensor Data Distributed Sampling Storage for Statistical Analysis of Massive Sensor Data Hiroshi Sato 1, Hisashi Kurasawa 1, Takeru Inoue 1, Motonori Nakamura 1, Hajime Matsumura 1, and Keiichi Koyanagi 2 1 NTT Network

More information

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong

More information

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization

IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource Virtualization 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore IMAV: An Intelligent Multi-Agent Model Based on Cloud Computing for Resource

More information

On a Hadoop-based Analytics Service System

On a Hadoop-based Analytics Service System Int. J. Advance Soft Compu. Appl, Vol. 7, No. 1, March 2015 ISSN 2074-8523 On a Hadoop-based Analytics Service System Mikyoung Lee, Hanmin Jung, and Minhee Cho Korea Institute of Science and Technology

More information

CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES

CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES 1 MYOUNGJIN KIM, 2 CUI YUN, 3 SEUNGHO HAN, 4 HANKU LEE 1,2,3,4 Department of Internet & Multimedia Engineering,

More information

METHOD OF A MULTIMEDIA TRANSCODING FOR MULTIPLE MAPREDUCE JOBS IN CLOUD COMPUTING ENVIRONMENT

METHOD OF A MULTIMEDIA TRANSCODING FOR MULTIPLE MAPREDUCE JOBS IN CLOUD COMPUTING ENVIRONMENT METHOD OF A MULTIMEDIA TRANSCODING FOR MULTIPLE MAPREDUCE JOBS IN CLOUD COMPUTING ENVIRONMENT 1 SEUNGHO HAN, 2 MYOUNGJIN KIM, 3 YUN CUI, 4 SEUNGHYUN SEO, 5 SEUNGBUM SEO, 6 HANKU LEE 1,2,3,4,5 Department

More information

Redundant Data Removal Technique for Efficient Big Data Search Processing

Redundant Data Removal Technique for Efficient Big Data Search Processing Redundant Data Removal Technique for Efficient Big Data Search Processing Seungwoo Jeon 1, Bonghee Hong 1, Joonho Kwon 2, Yoon-sik Kwak 3 and Seok-il Song 3 1 Dept. of Computer Engineering, Pusan National

More information

Comparison of Data Mining Techniques for Money Laundering Detection System

Comparison of Data Mining Techniques for Money Laundering Detection System Comparison of Data Mining Techniques for Money Laundering Detection System Rafał Dreżewski, Grzegorz Dziuban, Łukasz Hernik, Michał Pączek AGH University of Science and Technology, Department of Computer

More information

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario , pp. 55-64 http://dx.doi.org/10.14257/ijseia.2015.9.9.06 A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario Yong-Hyeon Gwon 1, Seung-Kwon Jung 2, Su-Won Lee 2 and

More information

A Digital Door Lock System for the Internet of Things with Improved Security and Usability

A Digital Door Lock System for the Internet of Things with Improved Security and Usability , pp.33-38 http://dx.doi.org/10.14257/astl.2015.109.08 A Digital Door Lock System for the Internet of Things with Improved Security and Usability Ohsung Doh 1, Ilkyu Ha 1 1 Kyungil University, Gyeongsan,

More information

Big Data Collection Study for Providing Efficient Information

Big Data Collection Study for Providing Efficient Information , pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and

More information

Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a

Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a Vol. 8, No. 4 (2015), pp. 275-286 http://dx.doi.org/10.14257/ijca.2015.8.4.27 Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a Sol Lim, Kye Joo Lee, So Yeon Kim, Chang Seok Chae,

More information

The WAMS Power Data Processing based on Hadoop

The WAMS Power Data Processing based on Hadoop Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore The WAMS Power Data Processing based on Hadoop Zhaoyang Qu 1, Shilin

More information

A Way to Understand Various Patterns of Data Mining Techniques for Selected Domains

A Way to Understand Various Patterns of Data Mining Techniques for Selected Domains A Way to Understand Various Patterns of Data Mining Techniques for Selected Domains Dr. Kanak Saxena Professor & Head, Computer Application SATI, Vidisha, kanak.saxena@gmail.com D.S. Rajpoot Registrar,

More information

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment , pp.18-22 http://dx.doi.org/10.14257/astl.2013.42.05 Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment Changhee Cho 1, Sanghyun Park 2, Jadhav Yogiraj

More information

The Design of the Network Service Access Control System through Address Control in IPv6 Environments

The Design of the Network Service Access Control System through Address Control in IPv6 Environments 174 IJCSNS International Journal of Computer Science and Network Security, VOL.6 No.6, June 2006 The Design of the Network Service Access Control System through Address Control in IPv6 Environments Summary

More information

Java Based VoIP Performance Monitoring Tool

Java Based VoIP Performance Monitoring Tool , October 20-22, 2010, San Francisco, USA Java Based VoIP Performance Monitoring Tool Husna Zainol Abidin, Mohd Ameer Yuslan Razmi, Farah Yasmin Abdul Rahman, Ihsan Mohd Yassin Abstract This paper describes

More information

Customized Efficient Collection of Big Data for Advertising Services

Customized Efficient Collection of Big Data for Advertising Services , pp.36-41 http://dx.doi.org/10.14257/astl.2015.94.09 Customized Efficient Collection of Big Data for Advertising Services Jun-Soo Yun 1, Jin-Tae Park 1, Hyun-Seo Hwang 1, Il-Young Moon 1 1 1600 Chungjeol-ro,

More information

Managing Cloud Server with Big Data for Small, Medium Enterprises: Issues and Challenges

Managing Cloud Server with Big Data for Small, Medium Enterprises: Issues and Challenges Managing Cloud Server with Big Data for Small, Medium Enterprises: Issues and Challenges Prerita Gupta Research Scholar, DAV College, Chandigarh Dr. Harmunish Taneja Department of Computer Science and

More information

Binary Coded Web Access Pattern Tree in Education Domain

Binary Coded Web Access Pattern Tree in Education Domain Binary Coded Web Access Pattern Tree in Education Domain C. Gomathi P.G. Department of Computer Science Kongu Arts and Science College Erode-638-107, Tamil Nadu, India E-mail: kc.gomathi@gmail.com M. Moorthi

More information

Data Mining in Web Search Engine Optimization and User Assisted Rank Results

Data Mining in Web Search Engine Optimization and User Assisted Rank Results Data Mining in Web Search Engine Optimization and User Assisted Rank Results Minky Jindal Institute of Technology and Management Gurgaon 122017, Haryana, India Nisha kharb Institute of Technology and Management

More information

Discovering Sequential Rental Patterns by Fleet Tracking

Discovering Sequential Rental Patterns by Fleet Tracking Discovering Sequential Rental Patterns by Fleet Tracking Xinxin Jiang (B), Xueping Peng, and Guodong Long Quantum Computation and Intelligent Systems, University of Technology Sydney, Ultimo, Australia

More information

Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver

Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver , pp.161-165 http://dx.doi.org/10.14257/astl.205.98.41 Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver Jeong MyeongSu 1, Moon ChangSoo 1, Gwon DaeHyeok 1 and Cho

More information

Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices

Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Hyunjeong Lee, Wan-Ki Park, Il-Woo Lee IT Research Section IT Convergence Technology Research Laboratory,

More information

Enhancing Dataset Processing in Hadoop YARN Performance for Big Data Applications

Enhancing Dataset Processing in Hadoop YARN Performance for Big Data Applications Enhancing Dataset Processing in Hadoop YARN Performance for Big Data Applications Ahmed Abdulhakim Al-Absi, Dae-Ki Kang and Myong-Jong Kim Abstract In Hadoop MapReduce distributed file system, as the input

More information

Crime Hotspots Analysis in South Korea: A User-Oriented Approach

Crime Hotspots Analysis in South Korea: A User-Oriented Approach , pp.81-85 http://dx.doi.org/10.14257/astl.2014.52.14 Crime Hotspots Analysis in South Korea: A User-Oriented Approach Aziz Nasridinov 1 and Young-Ho Park 2 * 1 School of Computer Engineering, Dongguk

More information

Effective User Navigation in Dynamic Website

Effective User Navigation in Dynamic Website Effective User Navigation in Dynamic Website Ms.S.Nithya Assistant Professor, Department of Information Technology Christ College of Engineering and Technology Puducherry, India Ms.K.Durga,Ms.A.Preeti,Ms.V.Saranya

More information

Development of a Service Robot System for a Remote Child Monitoring Platform

Development of a Service Robot System for a Remote Child Monitoring Platform , pp.153-162 http://dx.doi.org/10.14257/ijsh.2014.8.5.14 Development of a Service Robot System for a Remote Child Monitoring Platform Taewoo Han 1 and Yong-Ho Seo 2, * 1 Department of Game and Multimedia,

More information

Web Log Data Sparsity Analysis and Performance Evaluation for OLAP

Web Log Data Sparsity Analysis and Performance Evaluation for OLAP Web Log Data Sparsity Analysis and Performance Evaluation for OLAP Ji-Hyun Kim, Hwan-Seung Yong Department of Computer Science and Engineering Ewha Womans University 11-1 Daehyun-dong, Seodaemun-gu, Seoul,

More information

Development and Runtime Platform and High-speed Processing Technology for Data Utilization

Development and Runtime Platform and High-speed Processing Technology for Data Utilization Development and Runtime Platform and High-speed Processing Technology for Data Utilization Hidetoshi Kurihara Haruyasu Ueda Yoshinori Sakamoto Masazumi Matsubara Dramatic increases in computing power and

More information

Research Article Hadoop-Based Distributed Sensor Node Management System

Research Article Hadoop-Based Distributed Sensor Node Management System Distributed Networks, Article ID 61868, 7 pages http://dx.doi.org/1.1155/214/61868 Research Article Hadoop-Based Distributed Node Management System In-Yong Jung, Ki-Hyun Kim, Byong-John Han, and Chang-Sung

More information

Data Stream Management System for Moving Sensor Object Data

Data Stream Management System for Moving Sensor Object Data SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 12, No. 1, February 2015, 117-127 UDC: 004.422.635.5 DOI: 10.2298/SJEE1501117J Data Stream Management System for Moving Sensor Object Data Željko Jovanović

More information

Static Data Mining Algorithm with Progressive Approach for Mining Knowledge

Static Data Mining Algorithm with Progressive Approach for Mining Knowledge Global Journal of Business Management and Information Technology. Volume 1, Number 2 (2011), pp. 85-93 Research India Publications http://www.ripublication.com Static Data Mining Algorithm with Progressive

More information

To Enhance The Security In Data Mining Using Integration Of Cryptograhic And Data Mining Algorithms

To Enhance The Security In Data Mining Using Integration Of Cryptograhic And Data Mining Algorithms IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 06 (June. 2014), V2 PP 34-38 www.iosrjen.org To Enhance The Security In Data Mining Using Integration Of Cryptograhic

More information

Mobile Cloud and Grid Web Service in a Smart City

Mobile Cloud and Grid Web Service in a Smart City Mobile Cloud and Grid Web Service in a Smart City Jong Won Park, Chang Ho Yun, Hae Sun Jung, Yong Woo LEE (Corresponding Author) School of Electrical & Computer Engineering The Smart City (Ubiquitous City)

More information

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Vol.46 (Multimedia 2014), pp.307-312 http://dx.doi.org/10.14257/astl.2014.46.64 Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Jin-tae Park

More information

A Study on Data Analysis Process Management System in MapReduce using BPM

A Study on Data Analysis Process Management System in MapReduce using BPM A Study on Data Analysis Process Management System in MapReduce using BPM Yoon-Sik Yoo 1, Jaehak Yu 1, Hyo-Chan Bang 1, Cheong Hee Park 1 Electronics and Telecommunications Research Institute, 138 Gajeongno,

More information

Development of Bio-Cloud Service for Genomic Analysis Based on Virtual

Development of Bio-Cloud Service for Genomic Analysis Based on Virtual Development of Bio-Cloud Service for Genomic Analysis Based on Virtual Infrastructure 1 Jung-Ho Um, 2 Sang Bae Park, 3 Hoon Choi, 4 Hanmin Jung 1, First Author Korea Institute of Science and Technology

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 2, Issue 1, Feb-Mar, 2014 ISSN: 2320-8791 www.ijreat.

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 2, Issue 1, Feb-Mar, 2014 ISSN: 2320-8791 www.ijreat. Design of Log Analyser Algorithm Using Hadoop Framework Banupriya P 1, Mohandas Ragupathi 2 PG Scholar, Department of Computer Science and Engineering, Hindustan University, Chennai Assistant Professor,

More information

International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2015 Volume 2, Issue-6

International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2015 Volume 2, Issue-6 International Journal of Engineering Research ISSN: 2348-4039 & Management Technology Email: editor@ijermt.org November-2015 Volume 2, Issue-6 www.ijermt.org Modeling Big Data Characteristics for Discovering

More information

Inferring Fine-Grained Data Provenance in Stream Data Processing: Reduced Storage Cost, High Accuracy

Inferring Fine-Grained Data Provenance in Stream Data Processing: Reduced Storage Cost, High Accuracy Inferring Fine-Grained Data Provenance in Stream Data Processing: Reduced Storage Cost, High Accuracy Mohammad Rezwanul Huq, Andreas Wombacher, and Peter M.G. Apers University of Twente, 7500 AE Enschede,

More information

Transforming the Telecoms Business using Big Data and Analytics

Transforming the Telecoms Business using Big Data and Analytics Transforming the Telecoms Business using Big Data and Analytics Event: ICT Forum for HR Professionals Venue: Meikles Hotel, Harare, Zimbabwe Date: 19 th 21 st August 2015 AFRALTI 1 Objectives Describe

More information

MapReduce With Columnar Storage

MapReduce With Columnar Storage SEMINAR: COLUMNAR DATABASES 1 MapReduce With Columnar Storage Peitsa Lähteenmäki Abstract The MapReduce programming paradigm has achieved more popularity over the last few years as an option to distributed

More information

Modeling and Design of Intelligent Agent System

Modeling and Design of Intelligent Agent System International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,

More information

Cyber Forensic for Hadoop based Cloud System

Cyber Forensic for Hadoop based Cloud System Cyber Forensic for Hadoop based Cloud System ChaeHo Cho 1, SungHo Chin 2 and * Kwang Sik Chung 3 1 Korea National Open University graduate school Dept. of Computer Science 2 LG Electronics CTO Division

More information

Multimodal Web Content Conversion for Mobile Services in a U-City

Multimodal Web Content Conversion for Mobile Services in a U-City Multimodal Web Content Conversion for Mobile Services in a U-City Soosun Cho *1, HeeSook Shin *2 *1 Corresponding author Department of Computer Science, Chungju National University, 123 Iryu Chungju Chungbuk,

More information

Study on a GIS-based Real-time Leakage Detection Monitoring System

Study on a GIS-based Real-time Leakage Detection Monitoring System Leakage 2005 - Conference Proceedings Page 1 Study on a GIS-based Real-time Leakage Detection Monitoring System B-M, Kang*, I-S, Hong ** Division of Information Technology Engineering, Soonchunhyang University,

More information

ASSOCIATION RULE MINING ON WEB LOGS FOR EXTRACTING INTERESTING PATTERNS THROUGH WEKA TOOL

ASSOCIATION RULE MINING ON WEB LOGS FOR EXTRACTING INTERESTING PATTERNS THROUGH WEKA TOOL International Journal Of Advanced Technology In Engineering And Science Www.Ijates.Com Volume No 03, Special Issue No. 01, February 2015 ISSN (Online): 2348 7550 ASSOCIATION RULE MINING ON WEB LOGS FOR

More information

Original Research Articles

Original Research Articles Original Research Articles Researchers Mr.Ramchandra K. Gurav, Prof. Mahesh S. Kumbhar Department of Electronics & Telecommunication, Rajarambapu Institute of Technology, Sakharale, M.S., INDIA Email-

More information

An XML Framework for Integrating Continuous Queries, Composite Event Detection, and Database Condition Monitoring for Multiple Data Streams

An XML Framework for Integrating Continuous Queries, Composite Event Detection, and Database Condition Monitoring for Multiple Data Streams An XML Framework for Integrating Continuous Queries, Composite Event Detection, and Database Condition Monitoring for Multiple Data Streams Susan D. Urban 1, Suzanne W. Dietrich 1, 2, and Yi Chen 1 Arizona

More information

Development of CEP System based on Big Data Analysis Techniques and Its Application

Development of CEP System based on Big Data Analysis Techniques and Its Application , pp.26-30 http://dx.doi.org/10.14257/astl.2015.98.07 Development of CEP System based on Big Data Analysis Techniques and Its Application Mi-Jin Kim 1, Yun-Sik Yu 1 1 Convergence of IT Devices Institute

More information

Development of CAMUS based Context-Awareness for Pervasive Home Environments

Development of CAMUS based Context-Awareness for Pervasive Home Environments Development of CAMUS based Context-Awareness for Pervasive Home Environments Aekyung Moon, Minyoung Kim, Hyoungsun Kim, Kang-Woo Lee and Hyun Kim Software Robot Research Team, ETRI e-mail : {akmoon, mykim,

More information

The Development of an Intellectual Tracking App System based on IoT and RTLS

The Development of an Intellectual Tracking App System based on IoT and RTLS , pp.9-13 http://dx.doi.org/10.14257/astl.2015.85.03 The Development of an Intellectual Tracking App System based on IoT and RTLS Hak-Jun Lee 1, Ju-Su Kim 1, Umarov Jamshid 1, Man-Kyo Han 2, Ryum-Duck

More information

Policy-based Pre-Processing in Hadoop

Policy-based Pre-Processing in Hadoop Policy-based Pre-Processing in Hadoop Yi Cheng, Christian Schaefer Ericsson Research Stockholm, Sweden yi.cheng@ericsson.com, christian.schaefer@ericsson.com Abstract While big data analytics provides

More information

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator , pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Web Usage mining framework for Data Cleaning and IP address Identification

Web Usage mining framework for Data Cleaning and IP address Identification Web Usage mining framework for Data Cleaning and IP address Identification Priyanka Verma The IIS University, Jaipur Dr. Nishtha Kesswani Central University of Rajasthan, Bandra Sindri, Kishangarh Abstract

More information

A Platform as a Service for Smart Home

A Platform as a Service for Smart Home A Platform as a Service for Smart Home Boyun Eom, Choonhwa Lee, Changwoo Yoon, Hyunwoo Lee, and Won Ryu Abstract Owing to the convergence of home network, smart home technologies have been developing rapidly.

More information

Distributed Framework for Data Mining As a Service on Private Cloud

Distributed Framework for Data Mining As a Service on Private Cloud RESEARCH ARTICLE OPEN ACCESS Distributed Framework for Data Mining As a Service on Private Cloud Shraddha Masih *, Sanjay Tanwani** *Research Scholar & Associate Professor, School of Computer Science &

More information

Development of Real-time Big Data Analysis System and a Case Study on the Application of Information in a Medical Institution

Development of Real-time Big Data Analysis System and a Case Study on the Application of Information in a Medical Institution , pp. 93-102 http://dx.doi.org/10.14257/ijseia.2015.9.7.10 Development of Real-time Big Data Analysis System and a Case Study on the Application of Information in a Medical Institution Mi-Jin Kim and Yun-Sik

More information

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation , pp.62-67 http://dx.doi.org/10.14257/astl.2015.90.14 CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation Byeong Jeong Kim 1 and Seop Hyeong Park 1 1 Department of Electronic

More information

Hitachi Open Middleware for Big Data Processing

Hitachi Open Middleware for Big Data Processing Hitachi Open Middleware for Big Data Processing 94 Hitachi Open Middleware for Big Data Processing Jun Yoshida Nobuo Kawamura Kazunori Tamura Kazuhiko Watanabe OVERVIEW: The quantity of being handled by

More information

Multi-level Metadata Management Scheme for Cloud Storage System

Multi-level Metadata Management Scheme for Cloud Storage System , pp.231-240 http://dx.doi.org/10.14257/ijmue.2014.9.1.22 Multi-level Metadata Management Scheme for Cloud Storage System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3, Chuck Yoo 2 and Young Woong Ko 1

More information

A Study on Cooperative System between Devices to Construct Internet of Things

A Study on Cooperative System between Devices to Construct Internet of Things , pp. 83-90 http://dx.doi.org/10.14257/ijsh.2015.9.11.10 A Study on Cooperative System between Devices to Construct Internet of Things Chang-Su Kim 1, Sang-Keun Yoo 2, Young-Sic Jeong 2, Yong-Woon Kim

More information

Large-Scale TCP Packet Flow Analysis for Common Protocols Using Apache Hadoop

Large-Scale TCP Packet Flow Analysis for Common Protocols Using Apache Hadoop Large-Scale TCP Packet Flow Analysis for Common Protocols Using Apache Hadoop R. David Idol Department of Computer Science University of North Carolina at Chapel Hill david.idol@unc.edu http://www.cs.unc.edu/~mxrider

More information

Research of Smart Distribution Network Big Data Model

Research of Smart Distribution Network Big Data Model Research of Smart Distribution Network Big Data Model Guangyi LIU Yang YU Feng GAO Wendong ZHU China Electric Power Stanford Smart Grid Research Institute Smart Grid Research Institute Research Institute

More information

Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies

Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies , pp.1-6 http://dx.doi.org/10.14257/astl.2016.129.01 Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies Eun-Jee Song 1 and Min-Shik Kang 2 1 Department of Computer Science, Namseoul

More information

Development of Performance Testing Tool for Railway Signaling System Software

Development of Performance Testing Tool for Railway Signaling System Software Vol. 10, No. 2, pp. 16-20, December 2011 Development of Performance Testing Tool for Railway Signaling System Software Jong-Gyu Hwang* and Hyun-Jeong Jo Korea Railroad Research Institute, Uiwang-si 437-757,

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

Internet of Things for Smart Crime Detection

Internet of Things for Smart Crime Detection Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 749-754 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4685 Internet of Things for Smart Crime Detection Jeong-Yong Byun, Aziz

More information

Mobile Storage and Search Engine of Information Oriented to Food Cloud

Mobile Storage and Search Engine of Information Oriented to Food Cloud Advance Journal of Food Science and Technology 5(10): 1331-1336, 2013 ISSN: 2042-4868; e-issn: 2042-4876 Maxwell Scientific Organization, 2013 Submitted: May 29, 2013 Accepted: July 04, 2013 Published:

More information

Open Access Research and Design for Mobile Terminal-Based on Smart Home System

Open Access Research and Design for Mobile Terminal-Based on Smart Home System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System

More information

Order from Chaos: Using the Power of SAS to Transform Audit Trail Data Yun Mai, Susan Myers, Nanthini Ganapathi, Vorapranee Wickelgren

Order from Chaos: Using the Power of SAS to Transform Audit Trail Data Yun Mai, Susan Myers, Nanthini Ganapathi, Vorapranee Wickelgren Paper CC-027 Order from Chaos: Using the Power of SAS to Transform Audit Trail Data Yun Mai, Susan Myers, Nanthini Ganapathi, Vorapranee Wickelgren ABSTRACT As survey science has turned to computer-assisted

More information

AN APPROACH TO ANTICIPATE MISSING ITEMS IN SHOPPING CARTS

AN APPROACH TO ANTICIPATE MISSING ITEMS IN SHOPPING CARTS AN APPROACH TO ANTICIPATE MISSING ITEMS IN SHOPPING CARTS Maddela Pradeep 1, V. Nagi Reddy 2 1 M.Tech Scholar(CSE), 2 Assistant Professor, Nalanda Institute Of Technology(NIT), Siddharth Nagar, Guntur,

More information

ucosminexus Stream Data Platform - Application Framework Description 3020-3-V01(E)

ucosminexus Stream Data Platform - Application Framework Description 3020-3-V01(E) ucosminexus Stream Data Platform - Application Framework Description 3020-3-V01(E) Relevant program products P-2464-9B17 ucosminexus Stream Data Platform - Application Framework 01-00 (for Windows Server

More information

Deploying De-Duplication on Ext4 File System

Deploying De-Duplication on Ext4 File System Deploying De-Duplication on Ext4 File System Usha A. Joglekar 1, Bhushan M. Jagtap 2, Koninika B. Patil 3, 1. Asst. Prof., 2, 3 Students Department of Computer Engineering Smt. Kashibai Navale College

More information

Considerations on Audience Measurement Procedures for Digital Signage Service

Considerations on Audience Measurement Procedures for Digital Signage Service Considerations on Audience Measurement Procedures for Digital Signage Service Wook Hyun, MiYoung Huh, SeungHei Kim and ShinGak Kang Electronics and Telecommunications Research Institute Daejeon, Republic

More information

Mining various patterns in sequential data in an SQL-like manner *

Mining various patterns in sequential data in an SQL-like manner * Mining various patterns in sequential data in an SQL-like manner * Marek Wojciechowski Poznan University of Technology, Institute of Computing Science, ul. Piotrowo 3a, 60-965 Poznan, Poland Marek.Wojciechowski@cs.put.poznan.pl

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

131-1. Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10

131-1. Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10 1/10 131-1 Adding New Level in KDD to Make the Web Usage Mining More Efficient Mohammad Ala a AL_Hamami PHD Student, Lecturer m_ah_1@yahoocom Soukaena Hassan Hashem PHD Student, Lecturer soukaena_hassan@yahoocom

More information

Feasibility Study of Searchable Image Encryption System of Streaming Service based on Cloud Computing Environment

Feasibility Study of Searchable Image Encryption System of Streaming Service based on Cloud Computing Environment Feasibility Study of Searchable Image Encryption System of Streaming Service based on Cloud Computing Environment JongGeun Jeong, ByungRae Cha, and Jongwon Kim Abstract In this paper, we sketch the idea

More information

Research and Development of Data Preprocessing in Web Usage Mining

Research and Development of Data Preprocessing in Web Usage Mining Research and Development of Data Preprocessing in Web Usage Mining Li Chaofeng School of Management, South-Central University for Nationalities,Wuhan 430074, P.R. China Abstract Web Usage Mining is the

More information

Mining Sequence Data. JERZY STEFANOWSKI Inst. Informatyki PP Wersja dla TPD 2009 Zaawansowana eksploracja danych

Mining Sequence Data. JERZY STEFANOWSKI Inst. Informatyki PP Wersja dla TPD 2009 Zaawansowana eksploracja danych Mining Sequence Data JERZY STEFANOWSKI Inst. Informatyki PP Wersja dla TPD 2009 Zaawansowana eksploracja danych Outline of the presentation 1. Realtionships to mining frequent items 2. Motivations for

More information

MapReduce. MapReduce and SQL Injections. CS 3200 Final Lecture. Introduction. MapReduce. Programming Model. Example

MapReduce. MapReduce and SQL Injections. CS 3200 Final Lecture. Introduction. MapReduce. Programming Model. Example MapReduce MapReduce and SQL Injections CS 3200 Final Lecture Jeffrey Dean and Sanjay Ghemawat. MapReduce: Simplified Data Processing on Large Clusters. OSDI'04: Sixth Symposium on Operating System Design

More information

An Efficient Application Virtualization Mechanism using Separated Software Execution System

An Efficient Application Virtualization Mechanism using Separated Software Execution System An Efficient Application Virtualization Mechanism using Separated Software Execution System Su-Min Jang, Won-Hyuk Choi and Won-Young Kim Cloud Computing Research Department, Electronics and Telecommunications

More information

Semantic Concept Based Retrieval of Software Bug Report with Feedback

Semantic Concept Based Retrieval of Software Bug Report with Feedback Semantic Concept Based Retrieval of Software Bug Report with Feedback Tao Zhang, Byungjeong Lee, Hanjoon Kim, Jaeho Lee, Sooyong Kang, and Ilhoon Shin Abstract Mining software bugs provides a way to develop

More information

Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives

Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives Mi-Nyeong Hwang 1, Myunggwon Hwang 1, Ha-Neul Yeom 1,4, Kwang-Young Kim 2, Su-Mi Shin 3, Taehong

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON HIGH PERFORMANCE DATA STORAGE ARCHITECTURE OF BIGDATA USING HDFS MS.

More information

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2 Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Special Issue

More information

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems , pp. 49-56 http://dx.doi.org/10.14257/ijsh.2013.7.5.05 A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems Minkyu Choi 1 and Ronnie D. Caytiles 2 1 Security Engineering Research

More information

BSPCloud: A Hybrid Programming Library for Cloud Computing *

BSPCloud: A Hybrid Programming Library for Cloud Computing * BSPCloud: A Hybrid Programming Library for Cloud Computing * Xiaodong Liu, Weiqin Tong and Yan Hou Department of Computer Engineering and Science Shanghai University, Shanghai, China liuxiaodongxht@qq.com,

More information

Study on the Vulnerability Level of Physical Security And Application of the IP-Based Devices

Study on the Vulnerability Level of Physical Security And Application of the IP-Based Devices , pp. 63-68 http://dx.doi.org/10.14257/ijsh.2015.9.10.07 Study on the Vulnerability Level of Physical Security And Application of the IP-Based Devices Kwang-Hyuk Park 1, Il-Kyeun Ra 2 and Chang-Soo Kim

More information