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
c5288549
Commit
c5288549
authored
Jan 10, 2019
by
王志伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.wanmeizhensuo.com/ML/ffm-baseline
parents
18160427
c30ef228
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
GmeiConfig.scala
eda/feededa/src/main/scala/com/gmei/GmeiConfig.scala
+1
-1
strategy_other.scala
eda/feededa/src/main/scala/com/gmei/strategy_other.scala
+0
-0
testt.scala
eda/feededa/src/main/scala/com/gmei/testt.scala
+1
-1
.gitignore
eda/gray_stat/.gitignore
+1
-0
No files found.
eda/feededa/src/main/scala/com/gmei/GmeiConfig.scala
View file @
c5288549
...
...
@@ -37,7 +37,7 @@ object GmeiConfig extends Serializable {
sparkConf
.
set
(
"spark.debug.maxToStringFields"
,
"130"
)
sparkConf
.
set
(
"spark.sql.broadcastTimeout"
,
"6000"
)
if
(!
sparkConf
.
contains
(
"
spark.master
"
))
{
if
(!
sparkConf
.
contains
(
"
""spark.master""
"
))
{
sparkConf
.
setMaster
(
"local[3]"
)
}
...
...
eda/feededa/src/main/scala/com/gmei/strategy_other.scala
View file @
c5288549
This diff is collapsed.
Click to expand it.
eda/feededa/src/main/scala/com/gmei/testt.scala
View file @
c5288549
...
...
@@ -7,7 +7,7 @@ import org.apache.spark.sql.{SaveMode, TiContext}
import
org.apache.log4j.
{
Level
,
Logger
}
import
scopt.OptionParser
import
com.gmei.lib.AbstractParams
import
com.gmei.GmeiConfig.
{
writeToJDBCTable
,
getMinusNDat
e
}
import
com.gmei.GmeiConfig.
{
getMinusNDate
,
writeToJDBCTabl
e
}
object
testt
{
...
...
eda/gray_stat/.gitignore
0 → 100644
View file @
c5288549
venv/
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