Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. +---+----+-----+
  2. | id|size|brand|
  3. +---+----+-----+
  4. | 1| a| null|
  5. +---+----+-----+
  6.  
  7. org.apache.spark.sql.AnalysisException: Detected implicit cartesian product for LEFT OUTER join between logical plans
  8. LocalRelation [id#278L, size#279]
  9. and
  10. Project [ AS brand#55]
  11. +- LogicalRDD false
  12. Join condition is missing or trivial.
  13. Either: use the CROSS JOIN syntax to allow cartesian products between these
  14. relations, or: enable implicit cartesian products by setting the configuration
  15. variable spark.sql.crossJoin.enabled=true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement