Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
4d3e91ec
Commit
4d3e91ec
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
dbaf2cbb
No related branches found
No related tags found
1 merge request
!90
Migrate Flink benchmark implementation
Pipeline
#2293
passed
4 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/uc1-application-flink/src/main/java/theodolite/uc1/application/HistoryServiceFlinkJob.java
+2
-2
2 additions, 2 deletions
...va/theodolite/uc1/application/HistoryServiceFlinkJob.java
with
2 additions
and
2 deletions
theodolite-benchmarks/uc1-application-flink/src/main/java/theodolite/uc1/application/HistoryServiceFlinkJob.java
+
2
−
2
View file @
4d3e91ec
...
@@ -13,7 +13,7 @@ import titan.ccp.model.records.ActivePowerRecord;
...
@@ -13,7 +13,7 @@ import titan.ccp.model.records.ActivePowerRecord;
/**
/**
* The History microservice implemented as a Flink job.
* The History microservice implemented as a Flink job.
*/
*/
public
class
HistoryServiceFlinkJob
{
public
final
class
HistoryServiceFlinkJob
{
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
HistoryServiceFlinkJob
.
class
);
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
HistoryServiceFlinkJob
.
class
);
...
@@ -24,7 +24,7 @@ public class HistoryServiceFlinkJob {
...
@@ -24,7 +24,7 @@ public class HistoryServiceFlinkJob {
/**
/**
* Create a new instance of the {@link HistoryServiceFlinkJob}.
* Create a new instance of the {@link HistoryServiceFlinkJob}.
*/
*/
public
final
HistoryServiceFlinkJob
()
{
public
HistoryServiceFlinkJob
()
{
final
String
applicationName
=
this
.
config
.
getString
(
ConfigurationKeys
.
APPLICATION_NAME
);
final
String
applicationName
=
this
.
config
.
getString
(
ConfigurationKeys
.
APPLICATION_NAME
);
final
String
applicationVersion
=
this
.
config
.
getString
(
ConfigurationKeys
.
APPLICATION_VERSION
);
final
String
applicationVersion
=
this
.
config
.
getString
(
ConfigurationKeys
.
APPLICATION_VERSION
);
this
.
applicationId
=
applicationName
+
"-"
+
applicationVersion
;
this
.
applicationId
=
applicationName
+
"-"
+
applicationVersion
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment