-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: repository name & rm unnecessary files (#2)
- Loading branch information
1 parent
da2d40f
commit c7b79d3
Showing
14 changed files
with
28 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
### [1.0.3](https://github.com/locona/livy/compare/v1.0.2...v1.0.3) (2020-03-03) | ||
### [1.0.3](https://github.com/3-shake/livy-go/compare/v1.0.2...v1.0.3) (2020-03-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add name field to session struct & Fix NumExecutors of Insert… ([#1](https://github.com/locona/livy/issues/1)) ([347f72a](https://github.com/locona/livy/commit/347f72aa49db3915a4cd44cb95780e29e15a357b)) | ||
* Add name field to session struct & Fix NumExecutors of Insert… ([#1](https://github.com/3-shake/livy-go/issues/1)) ([347f72a](https://github.com/3-shake/livy-go/commit/347f72aa49db3915a4cd44cb95780e29e15a357b)) | ||
|
||
### [1.0.2](https://github.com/locona/livy/compare/v1.0.1...v1.0.2) (2020-02-18) | ||
### [1.0.2](https://github.com/3-shake/livy-go/compare/v1.0.1...v1.0.2) (2020-02-18) | ||
|
||
|
||
### Improvement | ||
|
||
* Add example to call custom jar class. ([6d1b537](https://github.com/locona/livy/commit/6d1b537c13e096f4d43c8e429c9c60fc8356c488)) | ||
* Add example to call custom jar class. ([6d1b537](https://github.com/3-shake/livy-go/commit/6d1b537c13e096f4d43c8e429c9c60fc8356c488)) | ||
|
||
### [1.0.1](https://github.com/locona/livy/compare/v1.0.0...v1.0.1) (2020-02-17) | ||
### [1.0.1](https://github.com/3-shake/livy-go/compare/v1.0.0...v1.0.1) (2020-02-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add example case. ([61c764a](https://github.com/locona/livy/commit/61c764a5467fa8d8e04a03d82b9d3bf81db80397)) | ||
* Add example case. ([61c764a](https://github.com/3-shake/livy-go/commit/61c764a5467fa8d8e04a03d82b9d3bf81db80397)) | ||
|
||
## 1.0.0 (2020-02-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ci:** release only master branch. ([d03a626](https://github.com/locona/livy/commit/d03a626b6b73022003bd5680cdda0f27fd7eba90)) | ||
* Bugfix of session and statement requests. ([b36e4ac](https://github.com/locona/livy/commit/b36e4acd2a59192bf7fe4a36bfd8f3af072fd014)) | ||
* remove python code. ([1525349](https://github.com/locona/livy/commit/152534905009eb3b3d1837f15b1981556d2f9edb)) | ||
* typo ([8df5385](https://github.com/locona/livy/commit/8df5385c0f97ec086ca031779cdd71c80de600d8)) | ||
* **ci:** release only master branch. ([d03a626](https://github.com/3-shake/livy-go/commit/d03a626b6b73022003bd5680cdda0f27fd7eba90)) | ||
* Bugfix of session and statement requests. ([b36e4ac](https://github.com/3-shake/livy-go/commit/b36e4acd2a59192bf7fe4a36bfd8f3af072fd014)) | ||
* remove python code. ([1525349](https://github.com/3-shake/livy-go/commit/152534905009eb3b3d1837f15b1981556d2f9edb)) | ||
* typo ([8df5385](https://github.com/3-shake/livy-go/commit/8df5385c0f97ec086ca031779cdd71c80de600d8)) | ||
|
||
|
||
### New Features | ||
|
||
* Implement client of https://livy.incubator.apache.org/docs/latest/rest-api.html. ([fb6d5ba](https://github.com/locona/livy/commit/fb6d5ba401ec81de6b25a1fce7997801a01184dc)) | ||
* **livy:** connect livy. ([087d9c8](https://github.com/locona/livy/commit/087d9c8f01ad71c3fac9672b95fe0d2ffdd17af4)) | ||
* Implement client of https://livy.incubator.apache.org/docs/latest/rest-api.html. ([fb6d5ba](https://github.com/3-shake/livy-go/commit/fb6d5ba401ec81de6b25a1fce7997801a01184dc)) | ||
* **livy:** connect livy. ([087d9c8](https://github.com/3-shake/livy-go/commit/087d9c8f01ad71c3fac9672b95fe0d2ffdd17af4)) | ||
|
||
|
||
### Improvement | ||
|
||
* **ci:** Replace to semantic-release. ([1f34600](https://github.com/locona/livy/commit/1f34600a604c158e40487b912c052233f4f4d975)) | ||
* Add examples. ([0e604f6](https://github.com/locona/livy/commit/0e604f60325a3ea2b90d28473c1faa268d6b7fd8)) | ||
* **ci:** Replace to semantic-release. ([1f34600](https://github.com/3-shake/livy-go/commit/1f34600a604c158e40487b912c052233f4f4d975)) | ||
* Add examples. ([0e604f6](https://github.com/3-shake/livy-go/commit/0e604f60325a3ea2b90d28473c1faa268d6b7fd8)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# livy | ||
# livy-go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/scala/com/locona/livy/WordCount.scala → ...in/scala/com/example/livy/WordCount.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters