Vol 1, No 1 (2018)

Table of Contents

Open Access
Original Research Article
Article ID: 254
PDF
by Anyi Xu
Comput. Soft. Media. Appl. 2018 , 1(1);    1411 Views
Abstract Spark is a low-latency, distributed computing system for large data sets. Spark is compatible with Hadoop data sources, but about 100 times faster than MapReducer, and is particularly well suited for machine learning. Spark is still in the embryonic stage, not yet high-speed development, with the Spark1.0.0 version of the release, marking the apache's top open source project Spark as a large data upstart, more and more attention by the IT industry will be widely used. Equipped with Spark platform and application of Spark to study the analysis of online video streaming media quality factors. This paper introduces the background knowledge of the research, and introduces and studies the composition and principle of Spark in detail. According to the needs of the experiment, the overall configuration of the platform is completed, its performance is verified, and its machine learning library is studied. First, we introduce the user requirements and architecture models of the widely accepted distributed file system in the industry. Then, the architecture of RDD is introduced. Finally, the relationship between the time of viewing video and the number of buffers is analyzed by KMeans machine learning algorithm, and the relationship of streaming media related factors is summarized. The platform used in the experiment is the Linux Ubuntu12.04LTS , the application is the Apache Spark platform. All the system preparation, debugging and testing are carried out in this experimental platform.
show more
Open Access
Original Research Article
Article ID: 266
PDF
by Simin Mu
Comput. Soft. Media. Appl. 2018 , 1(1);    1275 Views
Abstract This paper is about the algorithm of computer storage management partition and its implementation. First, we introduced the background and significance of the project, as well as the principle of technology used by the author in this project. This includes the principles of storage management, partition allocation technology and recycling technology. Then, a detailed analysis of the operating system primary storage allocation of a simple algorithm and one of its implementation., which mainly is to achieve a variable partition of the storage management allocation and recycling technology. Variable partition management usually uses a variety of methods, and our design are the first adaptive algorithm and the use of the best adaptive algorithm. Then it is followed by the test results of the system and discussion of its advantages and disadvantages. The entire storage management partition allocation algorithm and its implementation is entirely in accordance with the primary storage management of the operating system and effective use, in order to achieve a certain level of economic and technical value.
show more