Skip to content

Commit 7ccc163

Browse files
committed
image edits
1 parent fabe807 commit 7ccc163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Open IDEA and go to the menu File->New->Project from existing sources->SBT->/pat
5050

5151
At this point you may create a "Debug Configuration" to run. In the menu choose Run->Edit Configurations. Under "Default" choose "Application". In the dialog hit the elipsis button "..." to the right of "Environment Variables" and fill in your versions of JAVA_HOME, SPARK_HOME, and MAHOUT_HOME. In configuration editor under "Use classpath from" choose root-3-input-cooc module.
5252

53-
![image](http://mahout.apache.org/images/debug-config.png =400x)
53+
![image](http://mahout.apache.org/images/debug-config.png)
5454

5555
Now choose "Application" in the left pane and hit the plus sign "+". give the config a name and hit the elipsis button to the right of the "Main class" field as shown.
5656

57-
![image](http://mahout.apache.org/images/debug-config-2.png =600x)
57+
![image](http://mahout.apache.org/images/debug-config-2.png)
5858

5959

6060
After setting breakpoints you are now ready to debug the configuration. Go to the Run->Debug... menu and pick your configuration. This will execute using a local standalone instance of Spark.

0 commit comments

Comments
 (0)