pravega / pravega-benchmark

Performance benchmark tool for Pravega
Apache License 2.0
8 stars 22 forks source link

Issue 26: Replace license headers with the ones used in Pravega #35

Closed kmgowda closed 5 years ago

kmgowda commented 5 years ago

Change log description The following license header is added across all files in this repository.

/**
 * Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
 *
 * 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
 */

Purpose of the change Fixes #26 .

What the code does no changes to computing code ; only the license header is changed.

How to verify it build the tool and execute the basic producer and consumer to write and read the events to/from pravega cluster.

Signed-off-by: Keshava Munegowda keshava.munegowda@dell.com