Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

No messages are created after directory creation #1

Open
Hiyorimi opened this issue Dec 13, 2017 · 1 comment
Open

No messages are created after directory creation #1

Hiyorimi opened this issue Dec 13, 2017 · 1 comment

Comments

@Hiyorimi
Copy link

./kafka-console-consumer.sh --zookeeper localhost:2181 --topic trumpet --from-beginning
Using the ConsoleConsumer with old consumer is deprecated and will be removed in a future major release. Consider using the new consumer by passing [bootstrap-server] instead of [zookeeper].


^CProcessed a total of 0 messages

while

[root@master config]# sudo -u hdfs hdfs dfs -mkdir /tmp/test123/value2-p1/value3-for-p2
[root@master config]# sudo -u hdfs hdfs dfs -ls /tmp/test123
Found 3 items
drwxr-xr-x   - hdfs hdfs          0 2017-12-13 20:12 /tmp/test123/value-for-p1
drwxr-xr-x   - hdfs hdfs          0 2017-12-13 20:28 /tmp/test123/value2-p1
drwxr-xr-x   - hdfs hdfs          0 2017-12-13 20:14 /tmp/test123/value4-for-p1

However, if I launch:

sudo -u hdfs /opt/daplab/hive-auto-partitioner/bin/partitions-synch.sh \
  --configFile /opt/daplab/hive-auto-partitioner/config/hive-partitions.json

all the partitions are added correctly.

@vgrivel
Copy link

vgrivel commented Dec 14, 2017

Hi @Hiyorimi,
Do you have Trumpet running? Can you paste the log here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants