Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/611#discussion_r103963067
--- Diff: docs/installation-guide.md ---
@@ -92,77 +96,87 @@ To get started with CarbonData : [Quick
Start](quick-start-guide.md), [DDL Opera
The following steps are only for Driver Nodes. (Driver nodes are the
one which starts the spark context.)
-* [Build the
CarbonData](https://cwiki.apache.org/confluence/display/CARBONDATA/Building+CarbonData+And+IDE+Configuration)
project and get the assembly jar from
"./assembly/target/scala-2.10/carbondata_xxx.jar" and put in the
``"<SPARK_HOME>/carbonlib"`` folder.
+1. [Build the
CarbonData](https://cwiki.apache.org/confluence/display/CARBONDATA/Building+CarbonData+And+IDE+Configuration)
project and get the assembly jar from
`./assembly/target/scala-2.1x/carbondata_xxx.jar` and copy to
`<SPARK_HOME>/carbonlib` folder.
+
+ **NOTE**: Create the carbonlib folder if it does not exists inside
`<SPARK_HOME>` path.
- NOTE: Create the carbonlib folder if it does not exists inside
``"<SPARK_HOME>"`` path.
+2. Copy the `./processing/carbonplugins` folder from CarbonData repository
to `<SPARK_HOME>/carbonlib/` folder.
-* Copy "carbonplugins" folder to ``"<SPARK_HOME>/carbonlib"`` folder from
"./processing/" folder of CarbonData repository.
- carbonplugins will contain .kettle folder.
+ **NOTE**: carbonplugins will contain .kettle folder.
-* Copy the "carbon.properties.template" to
``"<SPARK_HOME>/conf/carbon.properties"`` folder from conf folder of CarbonData
repository.
-* Modify the parameters in "spark-default.conf" located in the
``"<SPARK_HOME>/conf``"
+3. Copy the `./conf/carbon.properties.template` file from CarbonData
repository to `<SPARK_HOME>/conf/` folder and rename the file to
`carbon.properties`.
+
+4. Create `tar,gz` file of carbonlib folder and move it inside the
carbonlib folder.
--- End diff --
yes.yarn deploys these tar.gz files to all nodes of the cluster
automatically
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---