Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARK_CLASSPATH is deprecated in Spark 1.0+. #580

Closed
wants to merge 1 commit into from

Conversation

poiuytrez
Copy link
Contributor

SPARK_CLASSPATH is deprecated in Spark 1.0+. using --driver-class-path is prefered:

15/10/27 16:55:04 WARN SparkConf:
SPARK_CLASSPATH was detected (set to '/Users/poiuytrez/Documents/programs/spark-1.5.1/lib/elasticsearch-spark_2.11-2.1.1.jar').
This is deprecated in Spark 1.0+.
Please instead use:

  • ./spark-submit with --driver-class-path to augment the driver classpath
  • spark.executor.extraClassPath to augment the executor classpath

SPARK_CLASSPATH is deprecated in Spark 1.0+. using --driver-class-path is prefered:

15/10/27 16:55:04 WARN SparkConf:
SPARK_CLASSPATH was detected (set to '/Users/poiuytrez/Documents/programs/spark-1.5.1/lib/elasticsearch-spark_2.11-2.1.1.jar').
This is deprecated in Spark 1.0+.
Please instead use:
 - ./spark-submit with --driver-class-path to augment the driver classpath
 - spark.executor.extraClassPath to augment the executor classpath
@poiuytrez poiuytrez closed this Oct 27, 2015
@poiuytrez poiuytrez reopened this Oct 27, 2015
@poiuytrez
Copy link
Contributor Author

I have signed the document but I still get "Commit author has not signed the CLA and is not a member of Elasticsearch".

@costin
Copy link
Member

costin commented Oct 27, 2015

Hi,

Thanks for the contribution. Likely you need to send the patch to Spark itself (since their docs are out of date as well).
The CLA fails since the email you used in your commit (guillaume@dataXXX) is different then your user/email used for the CLA.

@poiuytrez
Copy link
Contributor Author

I confirm that I used the email guillaume@dataXXX in the CLA.

@poiuytrez poiuytrez closed this Oct 28, 2015
@poiuytrez poiuytrez reopened this Oct 28, 2015
@poiuytrez poiuytrez closed this Oct 28, 2015
@poiuytrez poiuytrez reopened this Oct 28, 2015
@poiuytrez
Copy link
Contributor Author

CLA still fails. I don't understand why.

@costin
Copy link
Member

costin commented Oct 28, 2015

Probably a hiccup regarding the email. I'll take your word for it and apply the PR. Thanks!

@costin
Copy link
Member

costin commented Oct 29, 2015

@poiuytrez I've double check the database and the email you mentioned nor your github user is not in there. Maybe the CLA was not properly submitted.

@poiuytrez
Copy link
Contributor Author

Weird, I signed it 2 times. I have the document in my emails.

@poiuytrez
Copy link
Contributor Author

The transaction id is : XUZR5277E483J5Z

@kvmakk
Copy link

kvmakk commented Mar 13, 2017

I am getting the below error on my windows machine. How can I resolve it? I am using Pyspark and Jupyter notebook and trying to pull the data from Oracle.

Please instead use:

  • ./spark-submit with --driver-class-path to augment the driver classpath
  • spark.executor.extraClassPath to augment the executor classpath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants