Displaying 5 results from an estimated 5 matches for "awer".
Did you mean:
aper
2017 Jun 22
4
Question
Hi,
I am using Spark and the Sparklyr library in R.
I have a file with several lines. For example
A B C
awer.ttp.net Code 554
abcd.ttp.net Code 747
asdf.ttp.net Part 554
xyz.ttp.net Part 747
I want to split just column A of the table and I want a new row added to the table D, with values awe, abcd, asdf, and xyz. I am trying to use a command in the sparkly library to do that. If t...
2017 Jun 22
0
Question
> On Jun 22, 2017, at 11:22 AM, Amrith Deepak <adeepak at apple.com> wrote:
>
> Hi,
>
> I am using Spark and the Sparklyr library in R.
>
> I have a file with several lines. For example
>
> A B C
> awer.ttp.net Code 554
> abcd.ttp.net Code 747
> asdf.ttp.net Part 554
> xyz.ttp.net Part 747
> I want to split just column A of the table and I want a new row added to the table D, with values awe, abcd, asdf, and xyz. I am trying to use a command in the sparkly libr...
2017 Jun 22
0
Question
...--
Sent from my phone. Please excuse my brevity.
On June 22, 2017 11:22:57 AM PDT, Amrith Deepak <adeepak at apple.com> wrote:
>Hi,
>
>I am using Spark and the Sparklyr library in R.
>
>I have a file with several lines. For example
>
>A B C
>awer.ttp.net Code 554
>abcd.ttp.net Code 747
>asdf.ttp.net Part 554
>xyz.ttp.net Part 747
>I want to split just column A of the table and I want a new row added
>to the table D, with values awe, abcd, asdf, and xyz. I am trying to
>use a command in the sparkly...
2017 Jun 22
1
Question
...> On Jun 22, 2017, at 11:22 AM, Amrith Deepak <adeepak at apple.com> wrote:
>>
>> Hi,
>>
>> I am using Spark and the Sparklyr library in R.
>>
>> I have a file with several lines. For example
>>
>> A B C
>> awer.ttp.net Code 554
>> abcd.ttp.net Code 747
>> asdf.ttp.net Part 554
>> xyz.ttp.net Part 747
>> I want to split just column A of the table and I want a new row added to the table D, with values awe, abcd, asdf, and xyz. I am trying to use a command in...
2013 Dec 10
0
[RFC] dma-mapping: dma_alloc_coherent_mask return dma_addr_t
...alloc_coherent could return
a machine address bigger than 32bit so more constrained 32bit address
space could be used by devices not 64bit capable.
I am proposing this patch to eliminate this limitation but I agree
that there might be some more reasons to do it in the current way of
which I am not awere.
This is why I am just asking for a RFC.
The current patch apply to v3.13-rc3-74-g6c843f5
Signed-off-by: Stefano Panella <stefano.panella@citrix.com>
---
Documentation/DMA-API.txt | 5 ++---
arch/x86/include/asm/dma-mapping.h | 8 ++++----
arch/x86/kernel/pci-dma.c...