Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
ffm-baseline
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ML
ffm-baseline
Commits
fbc5c610
Commit
fbc5c610
authored
Sep 30, 2018
by
高雅喆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add log
parent
2a7fc7fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Main.scala
eda/node2vec/src/main/scala/com/gmei/Main.scala
+2
-2
No files found.
eda/node2vec/src/main/scala/com/gmei/Main.scala
View file @
fbc5c610
...
@@ -197,7 +197,7 @@ object Main {
...
@@ -197,7 +197,7 @@ object Main {
|select a.device_id device_id,b.similarity_cid similarity_cid from
|select a.device_id device_id,b.similarity_cid similarity_cid from
|(select device_id,first(cid) as cid from data_feed_click
|(select device_id,first(cid) as cid from data_feed_click
|where cid_type='diary'
|where cid_type='diary'
|and stat_date > '
${date8}
'
|and stat_date > '
2018-09-25
'
|group by device_id) a left join
|group by device_id) a left join
|nd_cid_similarity_matrix b
|nd_cid_similarity_matrix b
|on a.cid = b.cid
|on a.cid = b.cid
...
@@ -219,7 +219,7 @@ object Main {
...
@@ -219,7 +219,7 @@ object Main {
println
(
"done3"
)
println
(
"done3"
)
context
.
stop
()
}
}
}
getOrElse
{
}
getOrElse
{
...
...
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