fix license Author: Yang <[email protected]>
Closes #104 from RachelYang2/license. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/9d8dfb06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/9d8dfb06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/9d8dfb06 Branch: refs/heads/master Commit: 9d8dfb06116b8d72039e15f0ea8d2a3ebc95615a Parents: 651bc68 Author: Yang <[email protected]> Authored: Fri Jul 7 14:41:25 2017 +0800 Committer: William Guo <[email protected]> Committed: Fri Jul 7 14:41:25 2017 +0800 ---------------------------------------------------------------------- CONTRIBUTING.md | 31 +++++++++--------- README.md | 30 +++++++++--------- griffin-doc/FSD.md | 30 +++++++++--------- griffin-doc/Testcase.md | 26 ++++++++------- griffin-doc/dockerUIguide.md | 30 +++++++++--------- griffin-doc/intro.md | 30 +++++++++--------- griffin-doc/measures.md | 30 +++++++++--------- griffin-doc/proposal.md | 30 +++++++++--------- griffin-doc/roadmap.md | 30 +++++++++--------- griffin-doc/tdd.md | 30 +++++++++--------- griffin-doc/userguide.md | 30 +++++++++--------- measure/pom.xml | 28 ++++++++++------- measure/src/main/resources/log4j.properties | 21 +++++++------ .../griffin/measure/batch/Application.scala | 32 ++++++++++--------- .../measure/batch/algo/AccuracyAlgo.scala | 28 ++++++++++------- .../griffin/measure/batch/algo/Algo.scala | 32 ++++++++++--------- .../measure/batch/algo/BatchAccuracyAlgo.scala | 32 ++++++++++--------- .../measure/batch/algo/BatchProfileAlgo.scala | 32 ++++++++++--------- .../measure/batch/algo/MeasureType.scala | 28 ++++++++++------- .../measure/batch/algo/ProfileAlgo.scala | 28 ++++++++++------- .../measure/batch/algo/core/AccuracyCore.scala | 32 ++++++++++--------- .../measure/batch/algo/core/ProfileCore.scala | 32 ++++++++++--------- .../measure/batch/config/params/AllParam.scala | 28 ++++++++++------- .../measure/batch/config/params/Param.scala | 28 ++++++++++------- .../batch/config/params/env/CleanerParam.scala | 28 ++++++++++------- .../batch/config/params/env/EnvParam.scala | 28 ++++++++++------- .../batch/config/params/env/PersistParam.scala | 28 ++++++++++------- .../batch/config/params/env/SparkParam.scala | 28 ++++++++++------- .../config/params/user/DataConnectorParam.scala | 28 ++++++++++------- .../config/params/user/EvaluateRuleParam.scala | 28 ++++++++++------- .../batch/config/params/user/UserParam.scala | 28 ++++++++++------- .../batch/config/reader/ParamFileReader.scala | 32 ++++++++++--------- .../config/reader/ParamHdfsFileReader.scala | 32 ++++++++++--------- .../config/reader/ParamRawStringReader.scala | 32 ++++++++++--------- .../batch/config/reader/ParamReader.scala | 32 ++++++++++--------- .../config/reader/ParamReaderFactory.scala | 32 ++++++++++--------- .../config/validator/AllParamValidator.scala | 32 ++++++++++--------- .../batch/config/validator/ParamValidator.scala | 32 ++++++++++--------- .../batch/connector/AvroDataConnector.scala | 32 ++++++++++--------- .../measure/batch/connector/DataConnector.scala | 32 ++++++++++--------- .../batch/connector/DataConnectorFactory.scala | 32 ++++++++++--------- .../batch/connector/HiveDataConnector.scala | 32 ++++++++++--------- .../griffin/measure/batch/log/Loggable.scala | 32 ++++++++++--------- .../measure/batch/persist/HdfsPersist.scala | 32 ++++++++++--------- .../measure/batch/persist/HttpPersist.scala | 32 ++++++++++--------- .../measure/batch/persist/LoggerPersist.scala | 28 ++++++++++------- .../measure/batch/persist/MultiPersists.scala | 32 ++++++++++--------- .../griffin/measure/batch/persist/Persist.scala | 32 ++++++++++--------- .../measure/batch/persist/PersistFactory.scala | 32 ++++++++++--------- .../measure/batch/result/AccuracyResult.scala | 32 ++++++++++--------- .../measure/batch/result/ProfileResult.scala | 32 ++++++++++--------- .../griffin/measure/batch/result/Result.scala | 32 ++++++++++--------- .../measure/batch/result/ResultInfo.scala | 32 ++++++++++--------- .../measure/batch/rule/CalculationUtil.scala | 32 ++++++++++--------- .../measure/batch/rule/ExprValueUtil.scala | 28 ++++++++++------- .../measure/batch/rule/RuleAnalyzer.scala | 28 ++++++++++------- .../measure/batch/rule/RuleFactory.scala | 32 ++++++++++--------- .../griffin/measure/batch/rule/RuleParser.scala | 32 ++++++++++--------- .../batch/rule/expr/AnalyzableExpr.scala | 28 ++++++++++------- .../measure/batch/rule/expr/Cacheable.scala | 28 ++++++++++------- .../measure/batch/rule/expr/Calculatable.scala | 28 ++++++++++------- .../batch/rule/expr/DataSourceable.scala | 28 ++++++++++------- .../measure/batch/rule/expr/Describable.scala | 28 ++++++++++------- .../griffin/measure/batch/rule/expr/Expr.scala | 32 ++++++++++--------- .../measure/batch/rule/expr/ExprDescOnly.scala | 32 ++++++++++--------- .../measure/batch/rule/expr/ExprIdCounter.scala | 32 ++++++++++--------- .../measure/batch/rule/expr/FieldDescOnly.scala | 32 ++++++++++--------- .../measure/batch/rule/expr/LiteralExpr.scala | 28 ++++++++++------- .../measure/batch/rule/expr/LogicalExpr.scala | 28 ++++++++++------- .../measure/batch/rule/expr/MathExpr.scala | 28 ++++++++++------- .../measure/batch/rule/expr/SelectExpr.scala | 28 ++++++++++------- .../measure/batch/rule/expr/StatementExpr.scala | 28 ++++++++++------- .../griffin/measure/batch/utils/HdfsUtil.scala | 32 ++++++++++--------- .../griffin/measure/batch/utils/HttpUtil.scala | 32 ++++++++++--------- .../griffin/measure/batch/utils/JsonUtil.scala | 32 ++++++++++--------- measure/src/test/resources/log4j.properties | 21 +++++++------ .../batch/algo/BatchAccuracyAlgoTest.scala | 32 ++++++++++--------- .../batch/algo/BatchProfileAlgoTest.scala | 32 ++++++++++--------- .../batch/algo/core/AccuracyCoreTest.scala | 28 ++++++++++------- .../batch/algo/core/ProfileCoreTest.scala | 28 ++++++++++------- .../reader/ParamRawStringReaderTest.scala | 32 ++++++++++--------- .../validator/AllParamValidatorTest.scala | 32 ++++++++++--------- .../measure/batch/persist/HdfsPersistTest.scala | 32 ++++++++++--------- .../measure/batch/persist/HttpPersistTest.scala | 32 ++++++++++--------- .../batch/result/AccuracyResultTest.scala | 32 ++++++++++--------- .../batch/result/ProfileResultTest.scala | 32 ++++++++++--------- .../measure/batch/rule/RuleAnalyzerTest.scala | 28 ++++++++++------- .../measure/batch/rule/RuleFactoryTest.scala | 32 ++++++++++--------- .../measure/batch/rule/RuleParserTest.scala | 32 ++++++++++--------- .../measure/batch/utils/JsonUtilTest.scala | 32 ++++++++++--------- merge_pr.py | 30 +++++++++--------- pom.xml | 28 ++++++++++------- service/pom.xml | 28 ++++++++++------- .../griffin/core/GriffinWebApplication.java | 29 +++++++++-------- .../griffin/core/common/SimpleCORSFilter.java | 32 ++++++++++--------- .../griffin/core/measure/AuditableEntity.java | 32 ++++++++++--------- .../griffin/core/measure/DataConnector.java | 32 ++++++++++--------- .../griffin/core/measure/EvaluateRule.java | 32 ++++++++++--------- .../apache/griffin/core/measure/Measure.java | 32 ++++++++++--------- .../griffin/core/measure/MeasureController.java | 28 ++++++++++------- .../griffin/core/measure/MeasureService.java | 32 ++++++++++--------- .../core/measure/MeasureServiceImpl.java | 32 ++++++++++--------- .../core/measure/repo/DataConnectorRepo.java | 32 ++++++++++--------- .../core/measure/repo/EvaluateRuleRepo.java | 32 ++++++++++--------- .../griffin/core/measure/repo/MeasureRepo.java | 32 ++++++++++--------- .../core/metastore/HiveMetastoreController.java | 33 +++++++++++--------- .../core/metastore/HiveMetastoreProxy.java | 28 ++++++++++------- .../core/metastore/HiveMetastoreService.java | 32 ++++++++++--------- .../metastore/HiveMetastoreServiceImpl.java | 32 ++++++++++--------- .../core/metastore/KafkaSchemaController.java | 28 ++++++++++------- .../core/metastore/KafkaSchemaService.java | 32 ++++++++++--------- .../core/metastore/KafkaSchemaServiceImpl.java | 32 ++++++++++--------- .../griffin/core/metric/MetricController.java | 32 ++++++++++--------- .../griffin/core/metric/MetricService.java | 28 ++++++++++------- .../griffin/core/metric/MetricServiceImpl.java | 28 ++++++++++------- .../AutowiringSpringBeanJobFactory.java | 32 ++++++++++--------- .../org/apache/griffin/core/schedule/Conf.java | 28 ++++++++++------- .../apache/griffin/core/schedule/JobHealth.java | 31 ++++++++++-------- .../core/schedule/Repo/ScheduleStateRepo.java | 27 +++++++++------- .../griffin/core/schedule/ScheduleResult.java | 32 ++++++++++--------- .../griffin/core/schedule/ScheduleState.java | 33 +++++++++++--------- .../griffin/core/schedule/SchedulerConfig.java | 32 ++++++++++--------- .../core/schedule/SchedulerController.java | 28 ++++++++++------- .../core/schedule/SchedulerRequestBody.java | 33 +++++++++++--------- .../griffin/core/schedule/SchedulerService.java | 32 ++++++++++--------- .../core/schedule/SchedulerServiceImpl.java | 32 ++++++++++--------- .../griffin/core/schedule/SparkJobDO.java | 32 ++++++++++--------- .../griffin/core/schedule/SparkSubmitJob.java | 28 ++++++++++------- .../griffin/core/service/GriffinController.java | 32 ++++++++++--------- .../org/apache/griffin/core/util/AvroUtil.java | 32 ++++++++++--------- .../core/util/GriffinOperationMessage.java | 32 ++++++++++--------- service/src/main/resources/Init_quartz.sql | 30 +++++++++--------- .../main/resources/application-dev.properties | 23 +++++++------- .../main/resources/application-prod.properties | 21 +++++++------ .../src/main/resources/application.properties | 21 +++++++------ service/src/main/resources/quartz.properties | 22 +++++++------ service/src/main/resources/sparkJob.properties | 22 +++++++------ .../core/measure/MeasureControllerTest.java | 32 ++++++++++--------- .../core/measure/MeasureServiceImplTest.java | 30 ++++++++++-------- .../core/measure/repo/MeasureRepoTest.java | 32 ++++++++++--------- .../metastore/HiveMetastoreControllerTest.java | 32 ++++++++++--------- .../metastore/HiveMetastoreServiceImplTest.java | 32 ++++++++++--------- .../metastore/KafkaSchemaControllerTest.java | 32 ++++++++++--------- .../metastore/KafkaSchemaServiceImplTest.java | 28 ++++++++++------- .../core/metric/MetricControllerTest.java | 32 ++++++++++--------- .../core/metric/MetricServiceImplTest.java | 28 ++++++++++------- .../core/schedule/SchedulerControllerTest.java | 32 ++++++++++--------- .../core/schedule/SchedulerServiceImplTest.java | 32 ++++++++++--------- .../core/schedule/SparkSubmitJobTest.java | 32 ++++++++++--------- .../core/service/GriffinControllerTest.java | 32 ++++++++++--------- .../test/resources/application-test.properties | 21 +++++++------ .../src/test/resources/application.properties | 21 +++++++------ service/src/test/resources/quartz.properties | 21 +++++++------ ui/build.xml | 24 ++++++++------ ui/css/main.css | 33 +++++++++++--------- ui/css/sidebar.css | 32 ++++++++++--------- ui/css/treeview-check.css | 28 ++++++++++------- ui/css/treeview.css | 28 ++++++++++------- ui/index.html | 29 +++++++++-------- ui/js/app.js | 28 ++++++++++------- ui/js/bs.js | 28 ++++++++++------- ui/js/controllers/bigChart-ctrl.js | 28 ++++++++++------- ui/js/controllers/createdataasset-ctrl.js | 32 ++++++++++--------- ui/js/controllers/createjob-ac-ctrl.js | 32 ++++++++++--------- ui/js/controllers/createjob0.js | 32 ++++++++++--------- ui/js/controllers/createrule-ac-ctrl.js | 32 ++++++++++--------- ui/js/controllers/createrule-an-ctrl.js | 32 ++++++++++--------- ui/js/controllers/createrule-pu-ctrl.js | 32 ++++++++++--------- ui/js/controllers/createrule-va-ctrl.js | 32 ++++++++++--------- ui/js/controllers/createrule0-ctrl.js | 28 ++++++++++------- ui/js/controllers/dataassets-ctrl.js | 32 ++++++++++--------- ui/js/controllers/detail-ctrl.js | 28 ++++++++++------- ui/js/controllers/downloadSample-ctrl.js | 32 ++++++++++--------- ui/js/controllers/editdataasset-ctrl.js | 32 ++++++++++--------- ui/js/controllers/footer-ctrl.js | 32 ++++++++++--------- ui/js/controllers/health-ctrl.js | 28 ++++++++++------- ui/js/controllers/index.js | 28 ++++++++++------- ui/js/controllers/job-ctrl.js | 32 ++++++++++--------- ui/js/controllers/main-ctrl.js | 32 ++++++++++--------- ui/js/controllers/metrics-ctrl.js | 32 ++++++++++--------- ui/js/controllers/module.js | 28 ++++++++++------- ui/js/controllers/mydashboard-ctrl.js | 32 ++++++++++--------- ui/js/controllers/nav-ctrl.js | 28 ++++++++++------- ui/js/controllers/rule-ctrl.js | 33 +++++++++++--------- ui/js/controllers/sidebar-ctrl.js | 32 ++++++++++--------- ui/js/controllers/subscribemodel-ctrl.js | 32 ++++++++++--------- ui/js/controllers/viewrule-ctrl.js | 32 ++++++++++--------- ui/js/directives/bigchart.js | 28 ++++++++++------- ui/js/directives/index.js | 28 ++++++++++------- ui/js/directives/module.js | 28 ++++++++++------- ui/js/filters/index.js | 28 ++++++++++------- ui/js/filters/module.js | 28 ++++++++++------- ui/js/filters/strmap.js | 28 ++++++++++------- ui/js/filters/strshorten.js | 28 ++++++++++------- ui/js/main.js | 28 ++++++++++------- ui/js/routes.js | 32 ++++++++++--------- ui/js/services/bark-chart.js | 28 ++++++++++------- ui/js/services/index.js | 29 +++++++++-------- ui/js/services/module.js | 28 ++++++++++------- ui/js/services/services.js | 32 ++++++++++--------- ui/login/login.css | 28 ++++++++++------- ui/login/login.html | 29 ++++++++++------- ui/login/login.js | 33 +++++++++++--------- ui/pages/dataassets/confirmation-dataasset.html | 29 +++++++++-------- .../confirmation-delete-dataasset.html | 29 +++++++++-------- ui/pages/dataassets/createdataasset.html | 29 +++++++++-------- ui/pages/dataassets/dataassets.html | 25 ++++++++------- ui/pages/dataassets/editdataasset.html | 29 +++++++++-------- ui/pages/health/health.html | 25 ++++++++------- ui/pages/jobs/confirmation-ac.html | 29 +++++++++-------- ui/pages/jobs/createjob-ac.html | 29 +++++++++-------- ui/pages/jobs/createjob0.html | 25 ++++++++------- ui/pages/jobs/delete-confirm.html | 29 +++++++++-------- ui/pages/jobs/jobs.html | 25 ++++++++------- ui/pages/measures/confirmation-ac.html | 29 +++++++++-------- ui/pages/measures/confirmation-an.html | 29 +++++++++-------- ui/pages/measures/confirmation-pu.html | 29 +++++++++-------- ui/pages/measures/confirmation-va.html | 29 +++++++++-------- ui/pages/measures/createrule-ac.html | 29 +++++++++-------- ui/pages/measures/createrule-an.html | 29 +++++++++-------- ui/pages/measures/createrule-pu.html | 29 +++++++++-------- ui/pages/measures/createrule-va.html | 29 +++++++++-------- ui/pages/measures/createrule0.html | 29 +++++++++-------- ui/pages/measures/delete-confirm.html | 29 +++++++++-------- ui/pages/measures/detail.html | 29 +++++++++-------- ui/pages/measures/measure.css | 28 ++++++++++------- ui/pages/measures/measures.html | 25 ++++++++------- ui/pages/measures/va-explaination.html | 25 ++++++++------- ui/pages/measures/viewrule.html | 29 +++++++++-------- ui/pages/metrics/dashboard.html | 29 +++++++++-------- ui/pages/metrics/download-sample.html | 29 +++++++++-------- ui/pages/metrics/metrics.css | 24 ++++++++------ .../mydashboard/confirmation-subscribe.html | 29 +++++++++-------- ui/pages/mydashboard/mydashboard.html | 29 +++++++++-------- ui/pages/mydashboard/subscribemodel.html | 25 ++++++++------- ui/pages/template/bigchart.css | 26 ++++++++------- ui/pages/template/bigchart.html | 25 ++++++++------- ui/pages/template/undercons.html | 25 ++++++++------- ui/pom.xml | 25 +++++++++------ ui/sidebar.html | 25 ++++++++------- ui/src/main/java/jar/App.java | 27 +++++++++------- ui/src/test/java/jar/AppTest.java | 33 +++++++++++--------- ui/tests/ut/karma.conf.js | 31 ++++++++++-------- .../specs/controllers/createjob-ac-ctrl.spec.js | 31 ++++++++++-------- .../controllers/createrule-ac-ctrl.spec.js | 31 ++++++++++-------- .../controllers/createrule-pu-ctrl.spec.js | 31 ++++++++++-------- .../controllers/createrule-va-ctrl.spec.js | 31 ++++++++++-------- .../specs/controllers/createrule0-ctrl.spec.js | 25 +++++++++------ .../ut/specs/controllers/health-ctrl.spec.js | 25 +++++++++------ ui/tests/ut/specs/controllers/job-ctrl.spec.js | 32 ++++++++++--------- .../ut/specs/controllers/metrics-ctrl.spec.js | 25 +++++++++------ ui/tests/ut/specs/controllers/nav-ctrl_spec.js | 31 ++++++++++-------- ui/tests/ut/specs/controllers/rule-ctrl.spec.js | 31 ++++++++++-------- .../ut/specs/controllers/sidebar-ctrl_spec.js | 25 +++++++++------ .../ut/specs/controllers/viewrule-ctrl.spec.js | 25 +++++++++------ ui/tests/ut/specs/filters/strmap_spec.js | 31 ++++++++++-------- ui/tests/ut/specs/filters/strshorten_spec.js | 25 +++++++++------ ui/tests/ut/specs/services/services_spec.js | 25 +++++++++------ ui/tests/ut/test-main.js | 25 +++++++++------ 259 files changed, 4305 insertions(+), 3342 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 668aa01..161d482 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,21 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. + --> ## Contributing Code http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f48c7f3..0f23998 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/FSD.md ---------------------------------------------------------------------- diff --git a/griffin-doc/FSD.md b/griffin-doc/FSD.md index af980fe..b3dbba4 100644 --- a/griffin-doc/FSD.md +++ b/griffin-doc/FSD.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> #Functional Specification Document http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/Testcase.md ---------------------------------------------------------------------- diff --git a/griffin-doc/Testcase.md b/griffin-doc/Testcase.md index 4acd14b..3b703eb 100644 --- a/griffin-doc/Testcase.md +++ b/griffin-doc/Testcase.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> #Functional Test cases http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/dockerUIguide.md ---------------------------------------------------------------------- diff --git a/griffin-doc/dockerUIguide.md b/griffin-doc/dockerUIguide.md index e1aa975..2d434e3 100644 --- a/griffin-doc/dockerUIguide.md +++ b/griffin-doc/dockerUIguide.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> ## Docker webUI Guide http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/intro.md ---------------------------------------------------------------------- diff --git a/griffin-doc/intro.md b/griffin-doc/intro.md index e035f50..4558e10 100644 --- a/griffin-doc/intro.md +++ b/griffin-doc/intro.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> ## Abstract Apache Griffin is a Data Quality Service platform built on Apache Hadoop and Apache Spark. It provides a framework process for defining data quality model, executing data quality measurement, automating data profiling and validation, as well as a unified data quality visualization across multiple data systems. It tries to address the data quality challenges in big data and streaming context. http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/measures.md ---------------------------------------------------------------------- diff --git a/griffin-doc/measures.md b/griffin-doc/measures.md index 12656d9..2f6680e 100644 --- a/griffin-doc/measures.md +++ b/griffin-doc/measures.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> # Measures measures to calculate data quality metrics. http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/proposal.md ---------------------------------------------------------------------- diff --git a/griffin-doc/proposal.md b/griffin-doc/proposal.md index 0562596..16d9628 100644 --- a/griffin-doc/proposal.md +++ b/griffin-doc/proposal.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> ## Abstract http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/roadmap.md ---------------------------------------------------------------------- diff --git a/griffin-doc/roadmap.md b/griffin-doc/roadmap.md index ec39fd3..b916311 100644 --- a/griffin-doc/roadmap.md +++ b/griffin-doc/roadmap.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> # Apache Griffin Roadmap http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/tdd.md ---------------------------------------------------------------------- diff --git a/griffin-doc/tdd.md b/griffin-doc/tdd.md index 1b8fcb3..d2227b9 100644 --- a/griffin-doc/tdd.md +++ b/griffin-doc/tdd.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> # Technical Design Document http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/griffin-doc/userguide.md ---------------------------------------------------------------------- diff --git a/griffin-doc/userguide.md b/griffin-doc/userguide.md index 285c031..a27f00f 100644 --- a/griffin-doc/userguide.md +++ b/griffin-doc/userguide.md @@ -1,18 +1,20 @@ <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> # Apache Griffin User Guide http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/pom.xml ---------------------------------------------------------------------- diff --git a/measure/pom.xml b/measure/pom.xml index 02d058b..f93f201 100644 --- a/measure/pom.xml +++ b/measure/pom.xml @@ -1,17 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Licensed to the Apache Software Foundation (ASF) under one or more contributor license - agreements. See the NOTICE file distributed with this work for additional information regarding - copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance with the License. You may obtain a - copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software distributed under the License - is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - or implied. See the License for the specific language governing permissions and limitations under - the License. + Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/measure/src/main/resources/log4j.properties b/measure/src/main/resources/log4j.properties index cc371d4..ff9399b 100644 --- a/measure/src/main/resources/log4j.properties +++ b/measure/src/main/resources/log4j.properties @@ -1,19 +1,20 @@ # # Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file +# or more contributor license agreements. See the NOTICE file # distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file +# regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. # http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/Application.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/Application.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/Application.scala index 78f9271..b792e13 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/Application.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/Application.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch import org.apache.griffin.measure.batch.algo._ http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/AccuracyAlgo.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/AccuracyAlgo.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/AccuracyAlgo.scala index 16c65b0..e4ccc7e 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/AccuracyAlgo.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/AccuracyAlgo.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/Algo.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/Algo.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/Algo.scala index 9e19a18..15142ba 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/Algo.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/Algo.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo import org.apache.griffin.measure.batch.config.params.env._ http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchAccuracyAlgo.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchAccuracyAlgo.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchAccuracyAlgo.scala index 216c7c6..196fb3b 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchAccuracyAlgo.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchAccuracyAlgo.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo import java.util.Date http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchProfileAlgo.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchProfileAlgo.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchProfileAlgo.scala index 9c0f48b..711ed78 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchProfileAlgo.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/BatchProfileAlgo.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo import java.util.Date http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/MeasureType.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/MeasureType.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/MeasureType.scala index aa14ac7..9c3c6ca 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/MeasureType.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/MeasureType.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo object MeasureType { http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/ProfileAlgo.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/ProfileAlgo.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/ProfileAlgo.scala index 418cce0..31daa2d 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/ProfileAlgo.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/ProfileAlgo.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo trait ProfileAlgo extends Algo { http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/AccuracyCore.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/AccuracyCore.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/AccuracyCore.scala index f37c68e..87c5f7d 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/AccuracyCore.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/AccuracyCore.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo.core import org.apache.griffin.measure.batch.rule.RuleAnalyzer http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/ProfileCore.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/ProfileCore.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/ProfileCore.scala index dbe96b2..59b3f2f 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/ProfileCore.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/algo/core/ProfileCore.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.algo.core import org.apache.griffin.measure.batch.rule.RuleAnalyzer http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/AllParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/AllParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/AllParam.scala index 4e2d5d8..7ddcaff 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/AllParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/AllParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/Param.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/Param.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/Param.scala index 437ac67..5d2b39f 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/Param.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/Param.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params trait Param extends Serializable { http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/CleanerParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/CleanerParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/CleanerParam.scala index 4896932..ae8deae 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/CleanerParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/CleanerParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params.env import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/EnvParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/EnvParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/EnvParam.scala index a2aa7a5..3c2429e 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/EnvParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/EnvParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params.env import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/PersistParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/PersistParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/PersistParam.scala index aaffda5..dc8f9ef 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/PersistParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/PersistParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params.env import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/SparkParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/SparkParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/SparkParam.scala index 9979f19..0e8d859 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/SparkParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/env/SparkParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params.env import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/DataConnectorParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/DataConnectorParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/DataConnectorParam.scala index 3480c1f..f560201 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/DataConnectorParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/DataConnectorParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params.user import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/EvaluateRuleParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/EvaluateRuleParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/EvaluateRuleParam.scala index aff113b..db3f48f 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/EvaluateRuleParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/EvaluateRuleParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params.user import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/UserParam.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/UserParam.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/UserParam.scala index b116361..de8372b 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/UserParam.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/params/user/UserParam.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.params.user import com.fasterxml.jackson.annotation.{JsonInclude, JsonProperty} http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamFileReader.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamFileReader.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamFileReader.scala index 94b3352..7ed537e 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamFileReader.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamFileReader.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.reader import org.apache.griffin.measure.batch.config.params.Param http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamHdfsFileReader.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamHdfsFileReader.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamHdfsFileReader.scala index 2755e13..d4af8da 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamHdfsFileReader.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamHdfsFileReader.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.reader import org.apache.griffin.measure.batch.config.params.Param http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9d8dfb06/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamRawStringReader.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamRawStringReader.scala b/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamRawStringReader.scala index 0aef699..e02675e 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamRawStringReader.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/batch/config/reader/ParamRawStringReader.scala @@ -1,17 +1,21 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ package org.apache.griffin.measure.batch.config.reader import org.apache.griffin.measure.batch.config.params.Param
