Linux|Linux 安装 Cassandra (非集群单机版)
下载
https://mirrors.tuna.tsinghua...
文章图片
下载到你需要的地方
wget https://mirrors.tuna.tsinghua.edu.cn/apache/cassandra/3.11.11/apache-cassandra-3.11.11-bin.tar.gz
然后解压
然后直接输入下面的启动命令是不行的
./bin/cassandra -f
【Linux|Linux 安装 Cassandra (非集群单机版)】会报错
expr: 语法错误:未预期的参数 “2”
expr: 语法错误:未预期的参数 “2”
./cassandra: 59: [: Illegal number:
./cassandra: 63: [: Illegal number:
./cassandra: 67: [: Illegal number:
expr: 语法错误:未预期的参数 “4”
./cassandra: 81: [: Illegal number:
Invalid initial heap size: -XmsM
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
那怎么办呢?
编辑
cassandra/conf/cassandra-env.sh
脚本,取消注释即可。#MAX_HEAP_SIZE="4G"
#HEAP_NEWSIZE="800M"
推荐阅读
- Mac安装Chromedriver
- MongoDB,Wondows下免安装版|MongoDB,Wondows下免安装版 (简化版操作)
- MAC安装Mongo
- Linux下面如何查看tomcat已经使用多少线程
- Beego打包部署到Linux
- 【Hadoop踩雷】Mac下安装Hadoop3以及Java版本问题
- react|react 安装
- VueX--VUE核心插件
- python-安装sublime遇到异常
- typeScript入门基础介绍