-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Travis support to sbt branch #17
Merged
Merged
Conversation
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
karthikvadla
pushed a commit
that referenced
this pull request
Feb 16, 2017
* clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support
karthikvadla
added a commit
that referenced
this pull request
Feb 17, 2017
* Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details
karthikvadla
added a commit
that referenced
this pull request
Feb 18, 2017
* Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details
karthikvadla
added a commit
that referenced
this pull request
Feb 18, 2017
* Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Remove extra license tag
karthikvadla
added a commit
that referenced
this pull request
Feb 18, 2017
* clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class (#16) * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Fix sbt-spark-package issue (#22) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Update builds.sbt for sbt spark packaging (#23) * Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Add TensorFlow hadoop jar to Spark package (#24) * Update credentials in build.sbt (#25) * Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Update build.sbt (#26) * Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Remove extra license tag
karthikvadla
added a commit
that referenced
this pull request
Feb 21, 2017
* clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class (#16) * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Fix sbt-spark-package issue (#22) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Update builds.sbt for sbt spark packaging (#23) * Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Add TensorFlow hadoop jar to Spark package (#24) * Remove extra license tag * Update org name in build.sbt
karthikvadla
added a commit
that referenced
this pull request
Feb 21, 2017
* clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class (#16) * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Fix sbt-spark-package issue (#22) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Update builds.sbt for sbt spark packaging (#23) * Removed environment variable from path in README example (#14) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * SBT Support (#21) * clean up and formatting * formatting testcases * upgraded to scala 2.11.8 * update readme * Clean up .gitignore file, remove tf folder inside test folder * Rename spark-tf-core to core, and update all references * Remove core module, add License file and make pom changes * Renaming namespace, update all files with new namespace * Fix custom schema, correct pom * update readme * update readme * add sbt build files * Add conversion from mvn to sbt (#15) * Add classifier to bring in correct shaded jar and class * Add classifier to bring in correct shaded jar and class (#16) * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Add Travis support to sbt branch (#17) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * Remove central1 dependency in sbt and sudo requirement from travis.yml (#18) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * SBT working, Cleaned up (#19) * Add conversion from mvn to sbt * Clean up for sbt * Add exclude jars to build.sbt and update readme * use filterNot * Refactor to use filterNot (#20) * Add classifier to bring in correct shaded jar and class * Add travis.yml file * Refactor travis file * Refactor travis file * Update README.md * Cleanup * use filterNot * Add sbt-spark-package plugin support * Remove github personal token details * Add TensorFlow hadoop jar to Spark package (#24) * Remove extra license tag * Update org name in build.sbt * update build.sbt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.