by
Syed1
• New Contributor III
- 28787 Views
- 7 replies
- 13 kudos
Hi , I have run this code import matplotlib.pyplot as pltimport numpy as npplt.style.use('bmh')%matplotlib inlinex = np.array([5,7,8,7,2,17,2,9,4,11,12,9,6])y = np.array([99,86,87,88,111,86,103,87,94,78,77,85,86])p= plt.scatter(x, y)display command r...
- 28787 Views
- 7 replies
- 13 kudos
Latest Reply
@Syed Ubaid​ i tried with 7.3 LTS and its works fine.
6 More Replies
- 12559 Views
- 12 replies
- 13 kudos
- 12559 Views
- 12 replies
- 13 kudos
Latest Reply
This means the network is fine, but something in the spark config is amiss.What are the DBR version and the hive version? Please check f you are using a compatible version.If you don't specify any version, it will take 1.3 and you wouldn't have to us...
11 More Replies