-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-7017][Build][Project Infra]: Refactor dev/run-tests into Python #5694
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
6126c4f
refactored run-tests into python
3c53a1a
uncomment the scala tests :)
639f1e9
updated with pep8 rules, fixed minor bugs, added run-tests file in ba…
2cb413b
upcased global variables, changes various calling methods from check_…
ec03bf3
added namedtuple for java version to add readability
07210a9
minor doc string change for java version with namedtuple update
26e18e8
removed unnecessary wait()
c095fa6
removed another wait() call
83e80ef
attempt at better python output when called from bash
b0b2604
comment out import to see if build fails and returns properly
803143a
removed license file for SparkContext
a5bd445
reverted license, changed test in shuffle to fail
7613558
updated to return the proper env variable for return codes
b37328c
fixed typo and added default return is no error block was found in th…
56d3cb9
changed test back and commented out import to break compile
e4a96cc
removed the import error and added license error, fixed the way run-t…
76335fb
reverted rat license issue for sparkconf
2386785
Merge remote-tracking branch 'upstream/master' into SPARK-7017
983f2a2
comment out import to fail build test
f041d8a
added space from commented import to now test build breaking
d825aa4
revert build break, add mima break
9a592ec
reverted mima exclude issue, added pyspark test failure
1dada6b
reverted pyspark test failure
afeb093
updated to make sparkR test fail
b1ca593
reverted the sparkR test
703f095
fixed merge conflicts
f950010
removed building hive-0.12.0 per SPARK-6908
6d0a052
incorporated merge conflicts with SPARK-7249
f9deba1
python to python2 and removed newline
b1248dc
exec python rather than running python and exiting with return code
d90ab2d
fixed merge conflicts, ensured that for regular builds both core and …
0629de8
updated to refactor and remove various small bugs, removed pep8 compl…
8afbe93
made error codes a global
1f607b1
finalizing revisions to modular tests
2fcdfc0
testing targte branch dump on jenkins
1ecca26
fixed merge conflicts
db7ae6f
reverted SPARK_HOME from start of command
eb684b6
fixed sbt_test_goals reference error
2898717
added a change to streaming test to check if it only runs streaming t…
7d2f5e2
updated python tests to remove unused variable
60b3d51
prepend rather than append onto PATH
705d12e
changed example to comply with pep3113 supporting python3
03fdd7b
fixed the tuple () wraps around example lambda
b7c72b9
reverting streaming context
ec1ae78
minor name changes, bug fixes
aa03d9e
added documentation builds as a top level test component, altered hig…
0379833
minor doc addition to print the changed modules
fb85a41
fixed minor set bug
c42cf9a
unpack set operations with splat (*)
767a668
fixed path joining issues, ensured docs actually build on doc changes
2dff136
fixed pep8 whitespace errors
22edb78
add check if jekyll isn't installed on the path
05d435b
added check for jekyll install
8135518
removed the test check for documentation changes until jenkins can ge…
f9fbe54
reverted doc test change
3922a85
removed necessary passed in variable
154ed73
updated finding java binary if JAVA_HOME not set
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
reverted SPARK_HOME from start of command
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ghprbTargetBranchshould always be defined in Jenkins, right? By usingget()here, I think we'll get confusing error reporting ifghprbTargetBranchisn't set.