Posts

Showing posts from October 13, 2018

particular directory permission to all users

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite how ti to give give access permission to all users for a particular directory and sub folders . I have tried to giving chmod -R 766 /directory but with other usr i am unable to access the directory. linux share asked 59 secs ago Manjula 1 New contributor Manjula is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. add a comment  |  up vote 0 down vote favorite how ti to give give access permission to all users for a particular directory and sub folders . I have tried to giving chmod -R 766 /directory but with other usr i am unable to access the directory. linux share asked 59 secs ago Manjula 1 New contributor Manjula is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Condu

Create Manual Partition for Fedora 28 Workstation

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I am trying to install Fedora 28 Workstation on my PC. I have a 1TB HDD which does not have an OS. I want to have a drive with NTFS file system of 750 GB as my data drive and the rest of 250 GB for Fedora OS. I am unable to figure out how to create as when I just select the disk it automatically creates /boot-efi, /. Post install I see only 54 GB disk in the OS. Please help me to configure. linux fedora partition disk share | improve this question edited 3 mins ago asked 22 mins ago Rajiv Iyer 1 1 New contributor Rajiv Iyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. You haven't described what is your problem. Probably it's Windows related – mrc02_kr 16 mins ago The disk is new and it does not have any OS – Rajiv Iyer 14 mins ago

Setting the batch size via Bulk API

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 1 down vote favorite I'm using the Bulk API to make updates to ~50k records. I'm splitting those up into jobs of about 5k apiece, but I was hoping there'd be a way to control the batch size similar to that of using Dataloader (ie: you can tell it to process in chunks of 200 records at a time, or 1 record at a time). Is this configurable? Or if not is there a different way to achieve this? The main issue is that some of the jobs fail due to a record triggering too many workflows that bog down the execution time, so I'd rather try and isolate those and use smaller batch sizes. api bulk-api share | improve this question asked 3 hours ago Matt 525 4 13 add a comment  |  up vote 1 down vote favorite I'm using the Bulk API to make updates to ~50k records. I'm splitting those