Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
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
data
bi-report
Commits
f257fd39
Commit
f257fd39
authored
May 06, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
21e30a4e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
47 additions
and
8 deletions
+47
-8
workspace.xml
.idea/workspace.xml
+13
-6
step1_1.job
jobs/demo_java_gen/step1_1.job
+4
-0
step1_2.job
jobs/demo_java_gen/step1_2.job
+4
-0
step1_3.job
jobs/demo_java_gen/step1_3.job
+4
-0
step1_4.job
jobs/demo_java_gen/step1_4.job
+4
-0
step2.job
jobs/demo_java_gen/step2.job
+5
-0
step1.job
jobs/hive_insert/step1.job
+4
-0
workspace.xml
lib/java/bi-report-service/.idea/workspace.xml
+9
-2
No files found.
.idea/workspace.xml
View file @
f257fd39
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"18c38e3b-9b7f-4a3f-b141-edcb320b1d24"
name=
"Default Changelist"
comment=
""
/>
<list
default=
"true"
id=
"18c38e3b-9b7f-4a3f-b141-edcb320b1d24"
name=
"Default Changelist"
comment=
""
>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_1.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_3.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_4.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/hive_insert/step1.job"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
...
@@ -58,7 +65,7 @@
<property
name=
"WebServerToolWindowFactoryState"
value=
"false"
/>
<property
name=
"aspect.path.notification.shown"
value=
"true"
/>
<property
name=
"ignore_missing_gitignore"
value=
"true"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
sqls
"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
jobs/demo_java_gen
"
/>
<property
name=
"project.structure.last.edited"
value=
"Global Libraries"
/>
<property
name=
"project.structure.proportion"
value=
"0.0"
/>
<property
name=
"project.structure.side.proportion"
value=
"0.2"
/>
...
...
@@ -73,11 +80,11 @@
<recent
name=
"$PROJECT_DIR$/lib/java"
/>
</key>
<key
name=
"CopyFile.RECENT_KEYS"
>
<recent
name=
"$PROJECT_DIR$/jobs/demo_java_gen"
/>
<recent
name=
"$PROJECT_DIR$/jobs"
/>
<recent
name=
"$PROJECT_DIR$/jobs/hive_insert"
/>
<recent
name=
"$PROJECT_DIR$/sqls"
/>
<recent
name=
"$PROJECT_DIR$/jobs/meigou-detail-page"
/>
<recent
name=
"$PROJECT_DIR$/jobs"
/>
<recent
name=
"$PROJECT_DIR$/sqls/meigou-detail-page"
/>
<recent
name=
"$PROJECT_DIR$/sqls/shell"
/>
</key>
</component>
<component
name=
"RunManager"
>
...
...
@@ -123,7 +130,7 @@
<workItem
from=
"1588154352798"
duration=
"195000"
/>
<workItem
from=
"1588220085338"
duration=
"7993000"
/>
<workItem
from=
"1588248522289"
duration=
"2820000"
/>
<workItem
from=
"1588344251422"
duration=
"1
7610
000"
/>
<workItem
from=
"1588344251422"
duration=
"1
8221
000"
/>
</task>
<task
id=
"LOCAL-00001"
summary=
"add init codes."
>
<created>
1587723565207
</created>
...
...
jobs/demo_java_gen/step1_1.job
0 → 100644
View file @
f257fd39
#step1_1.job
type=command
command=sh /home/bi/bi-report/lib/shell/waitsuccess.sh hive online bl_hdfs_maidian_updates
\ No newline at end of file
jobs/demo_java_gen/step1_2.job
0 → 100644
View file @
f257fd39
#step1_2.job
type=command
command=sh /home/bi/bi-report/lib/shell/waitsuccess.sh hive online ml_hospital_spam_pv_day
\ No newline at end of file
jobs/demo_java_gen/step1_3.job
0 → 100644
View file @
f257fd39
#step1_5.job
type=command
command=sh /home/bi/bi-report/lib/shell/waitsuccess.sh hive online ml_device_day_active_status
\ No newline at end of file
jobs/demo_java_gen/step1_4.job
0 → 100644
View file @
f257fd39
#step1_4.job
type=command
command=sh /home/bi/bi-report/lib/shell/waitsuccess.sh hive online bl_hdfs_maidian_updates
\ No newline at end of file
jobs/demo_java_gen/step2.job
0 → 100644
View file @
f257fd39
#step2.job
type=command
dependencies=step1_1,step1_2,step1_3,step1_4
command=curl -X GET http://localhost:8553/api/report/genExcel?name=demo_java
\ No newline at end of file
jobs/hive_insert/step1.job
0 → 100644
View file @
f257fd39
#step2.job
type=command
command=curl -X GET http://localhost:8553/api/report/execSql?name=hive_insert
\ No newline at end of file
lib/java/bi-report-service/.idea/workspace.xml
View file @
f257fd39
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"73604af3-3cbc-41f8-9a5f-e6a14a2ada76"
name=
"Default Changelist"
comment=
"add"
/>
<list
default=
"true"
id=
"73604af3-3cbc-41f8-9a5f-e6a14a2ada76"
name=
"Default Changelist"
comment=
"add"
>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_1.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_3.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_4.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/hive_insert/step1.job"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
...
@@ -217,7 +224,7 @@
<workItem
from=
"1588148891822"
duration=
"2318000"
/>
<workItem
from=
"1588152718016"
duration=
"1463000"
/>
<workItem
from=
"1588154601852"
duration=
"28557000"
/>
<workItem
from=
"1588344252163"
duration=
"12
182
000"
/>
<workItem
from=
"1588344252163"
duration=
"12
684
000"
/>
</task>
<servers
/>
</component>
...
...
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