In this blog, we will install Microsoft SQL Server 2008 which is a platform for developing and managing the database. Through this platform one can create a database and perform various SQL operations like update, delete etc on it. So lets begin with the installation.
Step 1 :- Download the Microsoft SQL Sever 2008.
Step 2 :- Double click on the .msi file to begin the installation from your downloads folder.
Step 4 :- In this step support rules will be set up which identifies the problem which if occurs during the installation of setup support files.
Step 5 :- In this type, the prompt will ask you for the type of installation you want to perform. If you are installing the Microsoft SQL Server 2008 for the first time then select the new installation.
Step 6 :- In this step, you have to provide the product key but if you want to use the free edition which usually do not require the product key then click on the specify free edition button.
Step 7 :- In this step you accept the license terms of Microsoft SQL Server 2008.
Step 8 :- In this step you select the features.
Step 9 :- In this step you select the instance, recommended to select default instance.
Step 10 :- In this step you configure the server.
Step 11 :- In this step you configure the Database engine. It gives you two options Windows authentication mode and mixed mode. In windows authentication mode, the sql server uses the windows login to authenticate the user while in mixed mode it uses its own login as well as windows login.
Step 12 :- In this step error and usage reporting is done.
Step 13 :- In this step the setup will be running rules.
.
Step 14 :- In this step the Microsoft SQL Server 2008 is ready to get install on the system.
Step 15 :- In this step you will see the installation progress.
Step 16 :- In this step the installation process of Microsoft SQL Server 2008 is completed.
Microsoft SQL Server 2008 R2 Installation
ITEngineer8995
April 09, 2019
ITEngineer8995
April 09, 2019
In this blog, I am sharing the final year project during my bachelor's which was Video Clone Detector using Hadoop which I and my partner successfully implemented under the guidance of our project guide from the university. So lets begin:-
Nowadays
internet is commonly used by the people as huge number of data is available on
the internet. This data is in the form of text, audio, video, etc. Out of this,
video is the one which is most trending among people because of its clear
expression as video depicts the concept more clearly compared to that of audio,
text which consumes a lot of time. But the problem is that the huge number of
videos already exists on the internet and also more and more videos are
generated every day. Due to which more storage space is required to store this
videos. Among these large number of videos, most of the videos are duplicated
copies of original ones. When the users browse for the video of his/her
interest then he/she has to go through this number of near duplicated copies.
Because of all these users time is wasted. To avoid this scenario, the need of
video copy detection is emerging rapidly.
Video
copy detection is to detect the copied video from the original ones by
comparing the content within them. The contents can be calculated by using
their hash values. It is difficult to achieve video copy detection using a
single machine approach. This problem can be solved using Hadoop which is a
distributed platform. In this MapReduce programming model is used, which uses
HDFS (Hadoop Distributed File System) as it is a distributed file storage
system. It is also use to achieve more reliable file storage. In order to
calculate and match the hash values of these large numbers of videos Hadoop is
used. Frame
Fusion based on Path Merging is the algorithm which is implemented using hadoop to detect the copied videos.
Step 1 :- Configure Hadoop
Step 2: Path merging technique
2.1 Admin Login
2.1.1 Uploading Video
Step 1: Register
An admin can
register into the system
Step 2: Login
An Admin can log
in to the system by inserting the correct credentials
Step 3: Upload
Video in Hdfs
An admin can upload
a video to HDFS by clicking on the browse button.
Step 4: Select
Video File
Select the video
file which you want to upload to the HDFS
Step 4:
Extraction of Frames
Frames would be
extracted from the video
Step 5: Generation of Brightness Sequence Values
Brightness Sequence Values of each frame of the video will be generated
Step 6: Generation
of Hash Sequence Values
Hash Sequence
Values of each frame of the videos will be generated
Step 7:
Uploading the generated data of the video to HDFS
The generated
data i.e Brightness sequence and Hash sequence values of each frames of videos
would be uploaded to HDFS
2.1.2 Checking Video
Step 1 :
Selecting the Video file
Select the video
file which you want to check by clicking on the check button
Step 2:
Extraction of Frames
Frames are
extracted from the video which is to be checked
Step 3:
Generation of Brightness Sequence Values
Brightness
Sequence values of each frame of the video that is to be check is generated
Step 4:
Generation of Hash Sequence Values
Hash sequence
values of the video that is to be checked is generated
Step 5: Result
It shows that
the video is original and it is 0% similar from the other videos
Video Clone Detector using Hadoop
ITEngineer8995
March 29, 2019
ITEngineer8995
March 29, 2019






























