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
| db_name | Name of the database. Database name should consist of alphanumeric characters and underscore(\_) special character. |Yes|
54
-
| field_list | Comma separated List of fields with data type. The field names should consist of alphanumeric characters and underscore(\_) special character. |No|
55
-
| table_name | The name of the table in Database. Table Name should consist of alphanumeric characters and underscore(\_) special character. |No|
56
-
| STORED BY | "org.apache.carbondata.format", identifies and creates a CarbonData table. |No|
57
-
| TBLPROPERTIES | List of CarbonData table properties. ||
53
+
| db_name | Name of the database. Database name should consist of alphanumeric characters and underscore(\_) special character. |YES|
54
+
| field_list | Comma separated List of fields with data type. The field names should consist of alphanumeric characters and underscore(\_) special character. |NO|
55
+
| table_name | The name of the table in Database. Table name should consist of alphanumeric characters and underscore(\_) special character. |NO|
56
+
| STORED BY | "org.apache.carbondata.format", identifies and creates a CarbonData table. |NO|
57
+
| TBLPROPERTIES | List of CarbonData table properties. |YES|
58
58
59
59
### Usage Guidelines
60
60
@@ -151,7 +151,7 @@ The following DDL operations are supported in CarbonData :
|db_Name | Name of the database. If this parameter is left unspecified, the current database is selected. |YES|
210
+
|table_name | Name of the existing table. |NO|
211
+
|col_name data_type| Name of comma-separated column with data type. Column names contain letters, digits, and underscores (\_).|NO|
212
212
213
213
NOTE: Do not name the column after name, tupleId, PositionId, and PositionReference when creating Carbon tables because they are used internally by UPDATE, DELETE, and secondary index.
214
214
@@ -251,11 +251,11 @@ This command is used to delete a existing column or multiple columns in a table.
Copy file name to clipboardexpand all lines: docs/installation-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ To get started with CarbonData : [Quick Start](quick-start-guide.md), [DDL Opera
96
96
97
97
2. Copy the `./conf/carbon.properties.template` file from CarbonData repository to `$SPARK_HOME/conf/` folder and rename the file to `carbon.properties`.
98
98
99
-
3. Create `tar,gz` file of carbonlib folder and move it inside the carbonlib folder.
99
+
3. Create `tar.gz` file of carbonlib folder and move it inside the carbonlib folder.
0 commit comments