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

How to generate the dataset for Logistic Regression test? #177

Open
congxu2016 opened this issue Jul 24, 2018 · 2 comments
Open

How to generate the dataset for Logistic Regression test? #177

congxu2016 opened this issue Jul 24, 2018 · 2 comments

Comments

@congxu2016
Copy link

Spark-Bench version (version number, tag, or git commit hash)

spark-bench_2.3.0_0.4.0-RELEASE_99

Details of your cluster setup (Spark version, Standalone/Yarn/Local/Etc)

spark-2.2, standalone

Scala version on your cluster

2.12.2

Your exact configuration file (with system details anonymized for security)

Relevant stacktrace

Description of your problem and any other relevant info

There is a test for Logistic Regression, but there is no data generator for Logistic Regression. How can I generate or download the dataset for this test?

@congxu2016 congxu2016 changed the title How to generate the data for Logistic Regression? How to generate the dataset for Logistic Regression test? Jul 24, 2018
@ecurtin
Copy link
Contributor

ecurtin commented Jul 25, 2018

Hi @congxu2016, sorry for the delay in answering.

The data generator in the legacy branch will generate a dataset appropriate for the LogisticRegression workload: https://github.com/CODAIT/spark-bench/blob/legacy/LogisticRegression/bin/gen_data.sh

@lovengulu
Copy link

I also have hard time creating dataset for LogisticRegression.
I tried using the 'gen_data' from legacy as suggested above.
I'm getting:
Exception in thread "main" java.io.FileNotFoundException: File file:/opt/spark-bench/LogisticRegression/target/LogisticRegressionApp-1.0.jar does not exist

Is there an alternative way to to create the dataset ? possibly with something from the current 'RELEASE_99' ??

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

No branches or pull requests

3 participants