Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
ctr-estimate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵建伟
ctr-estimate
Commits
e6a14b3e
Commit
e6a14b3e
authored
Apr 04, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
d0e4cdd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
start.sh
bin/start.sh
+1
-1
DeviceCurrentEstimateClk.java
...java/com/gmei/data/ctr/bean/DeviceCurrentEstimateClk.java
+9
-9
No files found.
bin/start.sh
View file @
e6a14b3e
...
...
@@ -26,7 +26,7 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--retryInteral
3000
\
--checkpointPath
'hdfs://bj-gmei-hdfs/user/data/flink/ctr-estimate/checkpoint'
\
--parallelism
6
\
--startTime
'2020-04-0
3 20:40
:00'
\
--startTime
'2020-04-0
4 10:37
:00'
\
>>
/data/log/ctr-estimate/ctr-estimate.out 2>&1 &
tail
-10f
/data/log/ctr-estimate/ctr-estimate.out
...
...
src/main/java/com/gmei/data/ctr/bean/DeviceCurrentEstimateClk.java
View file @
e6a14b3e
...
...
@@ -8,9 +8,9 @@ package com.gmei.data.ctr.bean;
**/
public
class
DeviceCurrentEstimateClk
{
private
String
deviceId
;
private
L
ong
answerCardClick
;
private
L
ong
contentCardClick
;
private
L
ong
tractateCardClick
;
private
l
ong
answerCardClick
;
private
l
ong
contentCardClick
;
private
l
ong
tractateCardClick
;
private
String
partitionDate
;
private
String
lastUpdateTime
;
...
...
@@ -35,27 +35,27 @@ public class DeviceCurrentEstimateClk {
this
.
deviceId
=
deviceId
;
}
public
L
ong
getContentCardClick
()
{
public
l
ong
getContentCardClick
()
{
return
contentCardClick
;
}
public
void
setContentCardClick
(
L
ong
contentCardClick
)
{
public
void
setContentCardClick
(
l
ong
contentCardClick
)
{
this
.
contentCardClick
=
contentCardClick
;
}
public
L
ong
getTractateCardClick
()
{
public
l
ong
getTractateCardClick
()
{
return
tractateCardClick
;
}
public
void
setTractateCardClick
(
L
ong
tractateCardClick
)
{
public
void
setTractateCardClick
(
l
ong
tractateCardClick
)
{
this
.
tractateCardClick
=
tractateCardClick
;
}
public
L
ong
getAnswerCardClick
()
{
public
l
ong
getAnswerCardClick
()
{
return
answerCardClick
;
}
public
void
setAnswerCardClick
(
L
ong
answerCardClick
)
{
public
void
setAnswerCardClick
(
l
ong
answerCardClick
)
{
this
.
answerCardClick
=
answerCardClick
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment