apache livy and ajax post requests: Method Not Allowed can someone help me to see why the jquery code can not create a session to the apache livy? I got these errors : OPTIONS localhost:8998/ 405 (Method Not Allowed) and Failed to load localhost:8998/: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'localhost:8084' is therefore not allowed access. The response had HTTP status code 405.
It would work with the current DataFrame's interface on Spark 2.x ? I see that the demo was made based on RDD's.
apache livy and ajax post requests: Method Not Allowed
can someone help me to see why the jquery code can not create a session to the apache livy? I got these errors :
OPTIONS localhost:8998/ 405 (Method Not Allowed) and Failed to load localhost:8998/: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'localhost:8084' is therefore not allowed access. The response had HTTP status code 405.
Does it work with Kerberos Hadoop Cluster?
code?