Abstract: Real-time computing technology has been applied to various fields such as advertising, e-commerce, games, and entertainment. For example, e-commerce websites analyze user attributes in real time, and push relevant products to customers based on the analysis results; online games analyze player data in real time, and then analyze game ...
Posted by alvinho on Fri, 06 May 2022 03:10:34 +0300
Preface background
There is a scheduling requirement. After querying the previous history DAG, it is found that there is a DAG that can be used as the front of my new scheduling, so I want to see how the task s between DAGs are related, so I have the following Demo. If you can surf the Internet scientifically and your English listening is good ...
Posted by tom2oo8 on Fri, 06 May 2022 02:11:16 +0300
1 Scan, Projection and Filter
Operator
describe
Scan / Select / AsBatch} stream processing
SELECT * FROM Orders
SELECT a, c AS d FROM Orders
Where / FilterBatch} stream processing
SELECT * FROM Orders WHERE b = 'red'
SELECT * FROM Orders WHERE a % 2 = 0
User defined scalar function (Scalar UDF)Batch} stream processing
Custom f ...
Posted by jaret on Thu, 05 May 2022 22:14:31 +0300
preface
For the deployment test conducted on the Ubuntu 18 version of the native simulator, refer to the official document:
hadoop: Link address
hive: Link address
Version used:
hadoop: 3.2.1
hive: 3.1.2
The whole process is configured with the root account.
hadoop installation configuration
hadoop uses a virtual cluster, that is, a singl ...
Posted by anshu.sah on Thu, 05 May 2022 05:22:18 +0300
Development focus, Hadoop is fully distributed
1. Copy hadoop100 to 101 and 102
2. ssh password-free login
3. Cluster configuration
4. Make and distribute scripts using xsync (ignorable)
5. Cluster and test
1. Copy hadoop100 to 101 and 102
(1) scp (secure copy) secure copy
scp can realize data copy between server and server. (from ser ...
Posted by Ralf Jones on Wed, 04 May 2022 17:23:48 +0300
Follow the previous installation, which is an example on docker given by the official website
course
The installation of docker is omitted. It was installed before. Next is the example on docker given on the official website
docker pull pegasus/tutorial:5.0.0
docker run --privileged --rm -p 9999:8888 pegasus/tutorial:5.0.0
Then visit the pa ...
mapreduce job submitted to yarn analysis
Related classes
Configuration
Configure the job. If not, the default configuration will be used.
Job
Encapsulates the running information of a job.
Cluster
An object representing the local connection between ResourceManager and file system; Internally encapsulates the file system information of Jo ...
Posted by grenouille on Tue, 03 May 2022 13:23:53 +0300
In the front is a summary of common date functions, followed by a continuous date sql problem and its solution routine.
1. Current date and time
select current_timestamp
-- 2020-12-05 19:16:29.284
2. Get the current date, which is 2020-12-05
SELECT current_date;
## OR
SELECT current_date();
-- 2020-12-05
3. Obtain the timestamp under unix ...
Posted by jk11uk on Tue, 03 May 2022 06:12:50 +0300
Variety shows are not only a way to relax after a hard day, but also our talk after dinner. Looking at their favorite variety shows, time is beautiful enough. And "exciting offer" is a good variety choice. Some people say it makes me feel inferior, and I think it's very interesting.
"Exciting offer" has been broadcast for t ...
Posted by dustbuster on Tue, 03 May 2022 03:38:30 +0300