You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have followed the steps to generate the output file in the 'tsv' format. But i am unable to get the output file.
By Following the steps, i follow these steps:
change the 'compile-local.sh', 'run.sh' and 'run-local.sh' file with the relevant spark_path, hadoop_path, master_hostname, and port.
compile the repo code using 'compile-local.sh'
execute the code by running the file './run.sh output -n 20 -m 120 -format tsv -noise 0.1 '
But still in the output i do not get the output file.
To Reproduce
Steps to reproduce the behavior:
Go to 'compile.sh'.
Change the value of 'SPARK' with the installation directory path of the spark.
Start the Spark master this gives you the master node name(IP) and port.
Using the master node IP and port from the previous port, Start the spark worker.
Go to 'run.sh'.
Change the value of 'MASTER' with the master node name (IP) value obtained from step3, and change the value of 'PORT' with the port value obtained from step3.
Go to 'run-local.sh'.
Change the value of 'SPARK_HOME' with the installation directory path of the spark, and change the value of 'HDFS_HOME' with the installation directory path of the hadoop.
Then run the file 'compile.sh' to compile the code.
Then run the file './run.sh output -n 20 -m 120 -format tsv -noise 0.1' to run the code.
Expected behavior
This should generate the output tsv file, i.e the graph output, but it just prints out a few paths, as per the screenshot attached.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have followed the steps to generate the output file in the 'tsv' format. But i am unable to get the output file.
By Following the steps, i follow these steps:
But still in the output i do not get the output file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This should generate the output tsv file, i.e the graph output, but it just prints out a few paths, as per the screenshot attached.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: