0

When we use the command

set <cloumn-family-name>[timeuuid()][utf8(name)] = utf8(value);

It gives me this error

no appenders could be found please initialize system log4j system properly.

giampaolo
  • 6,906
  • 5
  • 45
  • 73
Sunil Kumar
  • 1,349
  • 3
  • 14
  • 25

1 Answers1

4

The error/message is not related to TimeUUID. It seems that cassandra is using Log4j as its logging library and it needs a log4j.properties file to configure which messages will be logged etc. just put a simple log4j.properties file in correct place and you may see actual errors/messages printed by cassandra.

Deniz
  • 1,575
  • 1
  • 16
  • 27