Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/552#discussion_r12304931
--- Diff:
examples/src/main/scala/org/apache/spark/examples/BroadcastTest.scala ---
@@ -27,18 +27,18 @@ object BroadcastTest {
System.exit(1)
}
- val bcName = if (args.length > 3) args(3) else "Http"
- val blockSize = if (args.length > 4) args(4) else "4096"
+ val bcName = if (args.length > 2) args(2) else "Http"
--- End diff --
Did you forget to update the usage in L25? (Github wouldn't let me comment
up there) The argument indices don't match up; right now, args(2) is "numElem",
not "broadcastAlgo"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---