Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CSS-Engine-Python-Cusca
Project
Project
Details
Activity
Releases
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
Proyectos-Innovacion-2024
CSS-Engine-Python-Cusca
Commits
3cd6f64d
Commit
3cd6f64d
authored
Apr 29, 2024
by
Cristian Aguirre
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' into 'developer_ev'
# Conflicts: # conf.yml
parents
484f2e4a
008be1de
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
19 deletions
+175
-19
conf.yml
conf.yml
+2
-8
config.py
config.py
+0
-5
match-and-exclude-records-actions_v1.py
scripts/match-and-exclude-records-actions_v1.py
+173
-6
No files found.
conf.yml
View file @
3cd6f64d
...
...
@@ -7,7 +7,7 @@ app:
port
:
3301
user
:
root
password
:
root
db
:
c
usca
db
:
c
ss_cuscatlan
dialect
:
'
mysql+pymysql'
# BD conexion configurations
# https://docs.sqlalchemy.org/en/14/core/pooling.html
...
...
@@ -35,10 +35,4 @@ app:
worker_connections
:
50
loglevel
:
'
debug'
accesslog
:
'
-'
capture_output
:
True
spark
:
cores
:
'
*'
memory
:
16
# En gb y que sea par, de preferencia 2, 4, 6, 18, 32, etc.
jars_path
:
mysql
:
'
jars/mysql-connector-java-8.0.30.jar'
\ No newline at end of file
capture_output
:
True
\ No newline at end of file
config.py
View file @
3cd6f64d
...
...
@@ -25,11 +25,6 @@ class Config(object):
# Max threads allowed
max_engine_threads
=
conf
[
"max_engine_threads"
]
# Spark config
spark_cores
=
conf
[
"spark"
][
"cores"
]
spark_mem
=
conf
[
"spark"
][
"memory"
]
spark_jars
=
conf
[
"spark"
][
"jars_path"
]
class
ProductionConfig
(
Config
):
DEBUG
=
False
...
...
scripts/match-and-exclude-records-actions_v1.py
View file @
3cd6f64d
This diff is collapsed.
Click to expand it.
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