I don't know that there are any projects out there addressing this but I
advise you to study LOAD ... INFILE in the MySQL manual specific to your
target version. It basically describes a CSV format, where a given file
represents a subset of data for a specific table. It is far and away the
fastest
g windows
>
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
th | 46 |
>> Sacramento
>> | johnsm...@email.com | John
>>
>> So, my question, where this data is saved ? in ./var/lib/cassandra/data ?
>>
>>
>>
>> My end goal is to store a file with cassandra and to see on which node
>> my file is stored ?
>>
>> thanks a lot for help
>> Best Regards.
>>
>
>
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
While the above statement may be strictly true, it is misleading. A more
accurate statement would be
"...if any of the batch FAILS, all of it will."
As originally written, a naive reader might assume that atomicity pivots on
success; the point of atomicity is reliable failure.
-
I believe the consensus is: upgrade to 2.1.3
On Fri, 20 Feb 2015 01:17 曹志富 wrote:
> So ,what can I do???Waiting for 2.1.4 or upgrade to 2.1.3??
>
> --
> 曹志富
> 手机:18611121927
> 邮箱:caozf.zh...@gmail.com
> 微博:http://weibo.com/boliza/
>
> 2015-02-20 3:16 GMT+08:00
dra-2.1.2.jar:2.1.2]
> at
> org.apache.cassandra.config.YamlConfigurationLoader.loadConfig(YamlConfigurationLoader.java:104)
> ~[apache-cassandra-2.1.2.jar:2.1.2]
> ... 6 common frames omitted
> Invalid yaml
> Fatal configuration error; unable to start. See log for stacktrace.
>
>
> Thanks
> Krish
>
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
The difference is what interface your service is listening on. What is the
output of
$ netstat -ntl | grep 9042
On Mon, 8 Dec 2014 07:21 Richard Snowden
wrote:
> I left listen_address blank - still I can't connect (connection refused).
>
> "cqlsh" -> OK
> "cqlsh ubuntu" -> fail ("ubuntu" is my
Try:
$ netstat -lnt
and see which interface port 9042 is listening on. You will likely need to
update cassandra.yaml to change the interface. By default, Cassandra is
listening on localhost so your local cqlsh session works.
On Sun, 7 Dec 2014 23:44 Richard Snowden
wrote:
> I am running Cassandr
ained in this e-mail message
>>> and/or attachments to it are strictly prohibited. If
>>> you have received this communication in error,
>>> please notify us by reply e-mail or telephone and
>>> immediately and permanently delete the message
>>> and any attachments. Thank you
>>>
>>>
>>
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
ownloaded file into a .class file and jar it.
>
> How do I compile it ?
>
>
> On 07/28/2014 05:11 PM, Michael Dykman wrote:
>>
>> This is not really a Cassandra problem: it's a basic Java packaging
>> problem.
>>
>> First of all, the java source fil
ssandra/triggers/InvertedIndex.jar
> Archive: /etc/cassandra/triggers/InvertedIndex.jar
>creating: META-INF/
> inflating: META-INF/MANIFEST.MF
> inflating: InvertedIndex.java
>
>
> On 07/28/2014 03:54 PM, Michael Dykman wrote:
>
> I wonder; your jar creation looks a little
I wonder; your jar creation looks a little off and I suspect your problem
might be the jar format which would lead to the failure to load. Could you
list the output of
$ unzip -l my.jar?
On Jul 28, 2014 3:49 AM, "Martin Marinov"
wrote:
> I did:
> ls /etc/cassandra/triggers/
> InvertedIndex.jar
king forward to yet another *QL
>> variant but I guess CQL is going to be a necessity. What, if any, GUI
>> tools are available for working with Cassandra, for data modelling?
>>
>> Jim C.
>>
>
>
>
> --
> http://twitter.com/tjake
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
and an inequal
> relation
>
> This is against Cassandra 1.2.16.
>
> What is the proper way to perform this query?
>
>
> Cheers,
>
> Mike
>
> --
>
> Mike Heffner
> Librato, Inc.
>
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
It comes down to licencing issues. Sun and now Oracle has always been very
particular about what they see as bundling. While they have repos for
ubuntu, redhat,centos,suse, etc. they don't allow those repos to be
installed in standard distributions unless you are paying them a fee for
doing so. Yo
> where the cluster is represented by a single IP Address?
>
> Regards
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
f you received this email in error,
> please contact the sender and delete the material from your files.
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
What JVM are you running on? What, if any, memory constraints are you
passing to the process?
On Mar 22, 2014 10:48 AM, "prem yadav" wrote:
> Hi,
> I have a 3 node cassandra test cluster. The nodes have 4 GB total memory/2
> cores. Cassndra run with all default settings.
> But, the cassandra pro
inux-x86-64.so.2 (0x7fbf301eb000)
I have confirmed that /usr/lib has both -mt and non-mt version of all
the shared libraries.
Does anyone know why my version appears to have linked to the
single-threaded version and what I can do to fix that?
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
f243000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7fe48f02c000)
/lib64/ld-linux-x86-64.so.2 (0x7fe4912dd000)
I will write up that bug report. After lunch.
On Wed, Mar 5, 2014 at 1:08 PM, Michael Shuler wrote:
> On 03/05/2014 11:53 AM, Michael Dykman wrote:
>>
boost libraries? Expand the search paths?
On Wed, Mar 5, 2014 at 12:14 PM, Michael Shuler wrote:
> On 03/05/2014 10:55 AM, Michael Dykman wrote:
>>
>> The only listed dependencies: boost and libssh. I am not even
>> slightly uncertain if they are installed. Not only did I conf
sr/include/openssl/ssl.h"
as is boost:asio "/usr/include/boost/asio.hpp"
Does anyone have a hint as to how to edit/debug the search paths being
used by cmake?
On Wed, Mar 5, 2014 at 11:39 AM, Michael Shuler wrote:
> On 03/04/2014 05:33 PM, Michael Dykman wrote:
>>
>&g
ile I have brushed up against cmake before, I have never had to
modify CMakeLists.txt before. Could someone please advise me how to
adjust that filoe so it can find the external dependencies?
--
- michael dykman
- mdyk...@gmail.com
May the Source be with you.
Please do. I too am working at a driver implementation and would be
delighted to be spared the research.
On Feb 25, 2014 11:29 AM, "Theo Hultberg" wrote:
> thanks for the high level description of the format, I'll see if I can
> make a stab at implementing support for custom types now.
>
> and m
24 matches
Mail list logo