Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19944#discussion_r156232118
--- Diff: dev/sparktestsupport/modules.py ---
@@ -481,7 +481,7 @@ def __hash__(self):
sparkr = Module(
name="sparkr",
- dependencies=[hive, mllib],
+ dependencies=[hive, mllib, hive_thriftserver],
--- End diff --
Since SparkR already depends on hive, this PR just adds the dependence on
`hive_thriftserver`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]